PandaRoot
BSEmcSamplingNoiseAdder.h
Go to the documentation of this file.
1 //****************************************************************************
2 //* This file is part of PandaRoot. *
3 //* *
4 //* PandaRoot is distributed under the terms of the *
5 //* GNU General Public License (GPL) version 3, *
6 //* copied verbatim in the file "LICENSE". *
7 //* *
8 //* Copyright (C) 2006 - 2024 FAIR GmbH and copyright holders of PandaRoot *
9 //* The copyright holders are listed in the file "COPYRIGHTHOLDERS". *
10 //* The authors are listed in the file "AUTHORS". *
11 //****************************************************************************
12 
13 //#pragma once
14 #ifndef BSEMCSAMPLINGNOISEADDER_HH
15 #define BSEMCSAMPLINGNOISEADDER_HH
16 
18 
19 class BSEmcWaveform;
21 
28  public:
30  BSEmcSamplingNoiseAdder(Double_t t_noiseWidth);
31 
32  virtual void Modify(BSEmcWaveform *t_wf) /*override*/;
33 
34  protected:
35  private:
36  Double_t fNoiseWidth{0};
37 
38 
40 };
41 
42 #endif /*BSEMCSAMPLINGNOISEADDER_HH*/
represents a simulated waveform in an emc crystal
Definition: BSEmcWaveform.h:75
waveform modifier to add noise to waveform in ADC domain
interface for waveform modifiers
Abstract base class for waveform simulator.
ClassDef(BSEmcAbsWaveformModifier, 1)
virtual void Modify(BSEmcWaveform *t_wf)