PandaRoot
BSEmcSamplingNoiseAdder.h
Go to the documentation of this file.
1 //#pragma once
2 #ifndef BSEMCSAMPLINGNOISEADDER_HH
3 #define BSEMCSAMPLINGNOISEADDER_HH
4 
6 
7 class BSEmcWaveform;
9 
16  public:
18  BSEmcSamplingNoiseAdder(Double_t t_noiseWidth);
19 
20  virtual void Modify(BSEmcWaveform *t_wf) /*override*/;
21 
22  protected:
23  private:
24  Double_t fNoiseWidth{0};
25 
26 
28 };
29 
30 #endif /*BSEMCSAMPLINGNOISEADDER_HH*/
represents a simulated waveform in an emc crystal
Definition: BSEmcWaveform.h:63
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)