PandaRoot
PndEmcBWEndcapDigitizer.h
Go to the documentation of this file.
1 //#pragma once
2 #ifndef PNDEMCBWENDCAPDIGITIZER_H_
3 #define PNDEMCBWENDCAPDIGITIZER_H_
4 
6 
13 {
14  public:
16  PndEmcBWEndcapDigitizer(Double_t inputScale, Double_t nbits);
17 
18  virtual void Modify(PndEmcWaveform* wf);
19  virtual Double_t GetScale() { return fInputScale; }
20 
21  private:
22 
23  Double_t fInputScale;
24  Double_t fNbits;
25 
27 };
28 
29 #endif
interface for waveform modifiers
ClassDef(PndEmcAbsWaveformModifier, 1)
virtual void Modify(PndEmcWaveform *wf)
represents a simulated waveform in an emc crystal