The Class for BKLM scintillator ADC related parameters.
BKLMADCThreshold()
Default constructor.
double getMPPCGain() const
Get the MPPC gain.
void setADCOffset(int ADCOffset)
Set the ADC offset.
ClassDef(BKLMADCThreshold, 1)
Class version.
double m_threshold
ADC threshold.
int getADCOffset() const
Get the ADC offset.
BKLMADCThreshold(int ADCOffset, double threshold, double gain)
Constructor.
void setADCThreshold(double threshold)
Set the ADC threshold.
void setMPPCGain(double gain)
Set the MPPC gain.
double getADCThreshold() const
Get the ADC threshold.
int m_ADCOffset
ADC offset/pedestal.
~BKLMADCThreshold()
Destructor.
double m_MPPCGain
MPPC gain.
Abstract base class for different kinds of events.