Belle II Software
release-08-01-10
|
EKLM channel data. More...
#include <KLMScintillatorFEEData.h>
Public Member Functions | |
KLMScintillatorFEEData () | |
Constructor. | |
~KLMScintillatorFEEData () | |
Destructor. | |
float | getPedestal () const |
Get pedestal. | |
void | setPedestal (float pedestal) |
Set pedestal. | |
float | getPhotoelectronAmplitude () const |
Get photoelectron amplitude. | |
void | setPhotoelectronAmplitude (float photoelectronAmplitude) |
Set photoelectron amplitude. | |
int | getThreshold () const |
Get threshold. | |
void | setThreshold (int threshold) |
Set threshold. | |
float | getVoltage () const |
Get voltage. | |
void | setVoltage (float voltage) |
Set voltage. | |
int | getAdjustmentVoltage () const |
Get adjustment voltage. | |
void | setAdjustmentVoltage (int adjustmentVoltage) |
Set adjustment voltage. | |
int | getLookbackTime () const |
Get lookback time (unit is 32 TDC counts). | |
void | setLookbackTime (int lookbackTime) |
Set lookback time (unit is 32 TDC counts). | |
int | getLookbackWindowWidth () const |
Get lookback window width (unit is 32 TDC counts). | |
void | setLookbackWindowWidth (int lookbackWindowWidth) |
Set lookback window width (unit is 32 TDC counts). | |
Private Member Functions | |
ClassDef (Belle2::KLMScintillatorFEEData, 1) | |
Class version. | |
Private Attributes | |
float | m_Pedestal = 0 |
Pedestal. | |
float | m_PhotoelectronAmplitude = 0 |
Photoelectron amplitude. | |
int | m_Threshold = 0 |
Threshold (maximal EKLMDigit.m_Charge). | |
float | m_Voltage = 0 |
Voltage. | |
int | m_AdjustmentVoltage = 0 |
Adjustment voltage. | |
int | m_LookbackTime = 0 |
Lookback time (unit is 32 TDC counts). | |
int | m_LookbackWindowWidth = 0 |
Lookback window width (unit is 32 TDC counts). | |
EKLM channel data.
Definition at line 23 of file KLMScintillatorFEEData.h.