![]() |
Belle II Software
release-05-02-19
|
The Class for BKLM scintillator ADC related parameters. More...
#include <BKLMADCThreshold.h>


Public Member Functions | |
| BKLMADCThreshold () | |
| Default constructor. | |
| BKLMADCThreshold (int ADCOffset, double threshold, double gain) | |
| Constructor. | |
| ~BKLMADCThreshold () | |
| Destructor. | |
| int | getADCOffset () const |
| Get the ADC offset. | |
| double | getADCThreshold () const |
| Get the ADC threshold. | |
| double | getMPPCGain () const |
| Get the MPPC gain. | |
| void | setADCOffset (int ADCOffset) |
| Set the ADC offset. | |
| void | setADCThreshold (double threshold) |
| Set the ADC threshold. | |
| void | setMPPCGain (double gain) |
| Set the MPPC gain. | |
Private Member Functions | |
| ClassDef (BKLMADCThreshold, 1) | |
| Class version. | |
Private Attributes | |
| int | m_ADCOffset |
| ADC offset/pedestal. | |
| double | m_threshold |
| ADC threshold. | |
| double | m_MPPCGain |
| MPPC gain. | |
The Class for BKLM scintillator ADC related parameters.
including the pedestal, ADC threshold , gain at least. TO do: set the fine tuned parameters for each scintillator channel
Definition at line 36 of file BKLMADCThreshold.h.