PandaRoot
BSEmcBwEndcapDigitizer.h
Go to the documentation of this file.
1 //#pragma once
2 #ifndef BSEMCBWENDCAPDIGITIZER_HH
3 #define BSEMCBWENDCAPDIGITIZER_HH
4 
5 #include "Rtypes.h"
6 #include "RtypesCore.h"
7 
9 
10 class BSEmcWaveform;
11 class TBuffer;
12 class TClass;
13 class TMemberInspector;
14 
21  public:
23  BSEmcBwEndcapDigitizer(Double_t t_inputScale, Double_t t_nbits);
24 
25  virtual void Modify(BSEmcWaveform *t_wf) /*override*/;
26  virtual Double_t GetScale() /*override*/ { return fInputScale; }
27 
28  private:
29  Double_t fInputScale{0};
30  Double_t fNbits{0};
31 
33 };
34 
35 #endif /*BSEMCBWENDCAPDIGITIZER_HH*/
represents a simulated waveform in an emc crystal
Definition: BSEmcWaveform.h:63
interface for waveform modifiers
virtual void Modify(BSEmcWaveform *t_wf)
ClassDef(BSEmcAbsWaveformModifier, 1)