 |
Belle II Software
release-05-01-25
|
28 class BKLMADCThreshold:
public TObject {
ClassDef(BKLMADCThreshold, 1)
Class version.
~BKLMADCThreshold()
Destructor.
The Class for BKLM scintillator ADC related parameters.
void setADCOffset(int ADCOffset)
Set the ADC offset.
double getMPPCGain() const
Get the MPPC gain.
void setMPPCGain(double gain)
Set the MPPC gain.
Abstract base class for different kinds of events.
double m_MPPCGain
MPPC gain.
int getADCOffset() const
Get the ADC offset.
void setADCThreshold(double threshold)
Set the ADC threshold.
BKLMADCThreshold()
Default constructor.
double m_threshold
ADC threshold.
double getADCThreshold() const
Get the ADC threshold.
int m_ADCOffset
ADC offset/pedestal.