 |
Belle II Software
release-05-02-19
|
25 class EKLMChannelData :
public TObject {
ClassDef(Belle2::EKLMChannelData, 4)
Class version.
int getLookbackTime() const
Get lookback time (unit is 32 TDC counts).
void setPedestal(float pedestal)
Set pedestal.
bool m_Active
True if channel is active.
void setAdjustmentVoltage(int adjustmentVoltage)
Set adjustment voltage.
int m_LookbackTime
Lookback time (unit is 32 TDC counts).
int m_AdjustmentVoltage
Adjustment voltage.
int m_Threshold
Threshold (maximal EKLMDigit.m_Charge).
int getAdjustmentVoltage() const
Get adjustment voltage.
EKLMChannelData()
Constructor.
int getThreshold() const
Get threshold.
float getPhotoelectronAmplitude() const
Get photoelectron amplitude.
void setThreshold(int threshold)
Set threshold.
Abstract base class for different kinds of events.
void setPhotoelectronAmplitude(float photoelectronAmplitude)
Set photoelectron amplitude.
void setVoltage(float voltage)
Set voltage.
~EKLMChannelData()
Destructor.
void setLookbackTime(int lookbackTime)
Set lookback time (unit is 32 TDC counts).
float getVoltage() const
Get voltage.
float m_Pedestal
Pedestal.
float m_PhotoelectronAmplitude
Photoelectron amplitude.
void setLookbackWindowWidth(int lookbackWindowWidth)
Set lookback window width (unit is 32 TDC counts).
float getPedestal() const
Get pedestal.
int getLookbackWindowWidth() const
Get lookback window width (unit is 32 TDC counts).
int m_LookbackWindowWidth
Lookback window width (unit is 32 TDC counts).