EKLM channel data.
More...
#include <KLMScintillatorFEEData.h>
EKLM channel data.
Definition at line 23 of file KLMScintillatorFEEData.h.
◆ KLMScintillatorFEEData()
◆ ~KLMScintillatorFEEData()
◆ getAdjustmentVoltage()
int getAdjustmentVoltage |
( |
| ) |
const |
|
inline |
◆ getLookbackTime()
int getLookbackTime |
( |
| ) |
const |
|
inline |
Get lookback time (unit is 32 TDC counts).
Definition at line 124 of file KLMScintillatorFEEData.h.
125 {
126 return m_LookbackTime;
127 }
◆ getLookbackWindowWidth()
int getLookbackWindowWidth |
( |
| ) |
const |
|
inline |
Get lookback window width (unit is 32 TDC counts).
Definition at line 140 of file KLMScintillatorFEEData.h.
141 {
142 return m_LookbackWindowWidth;
143 }
◆ getPedestal()
float getPedestal |
( |
| ) |
const |
|
inline |
◆ getPhotoelectronAmplitude()
float getPhotoelectronAmplitude |
( |
| ) |
const |
|
inline |
Get photoelectron amplitude.
Definition at line 60 of file KLMScintillatorFEEData.h.
61 {
62 return m_PhotoelectronAmplitude;
63 }
◆ getThreshold()
int getThreshold |
( |
| ) |
const |
|
inline |
◆ getVoltage()
float getVoltage |
( |
| ) |
const |
|
inline |
◆ setAdjustmentVoltage()
void setAdjustmentVoltage |
( |
int | adjustmentVoltage | ) |
|
|
inline |
Set adjustment voltage.
Definition at line 116 of file KLMScintillatorFEEData.h.
117 {
118 m_AdjustmentVoltage = adjustmentVoltage;
119 }
◆ setLookbackTime()
void setLookbackTime |
( |
int | lookbackTime | ) |
|
|
inline |
Set lookback time (unit is 32 TDC counts).
Definition at line 132 of file KLMScintillatorFEEData.h.
133 {
134 m_LookbackTime = lookbackTime;
135 }
◆ setLookbackWindowWidth()
void setLookbackWindowWidth |
( |
int | lookbackWindowWidth | ) |
|
|
inline |
Set lookback window width (unit is 32 TDC counts).
Definition at line 148 of file KLMScintillatorFEEData.h.
149 {
150 m_LookbackWindowWidth = lookbackWindowWidth;
151 }
◆ setPedestal()
void setPedestal |
( |
float | pedestal | ) |
|
|
inline |
◆ setPhotoelectronAmplitude()
void setPhotoelectronAmplitude |
( |
float | photoelectronAmplitude | ) |
|
|
inline |
Set photoelectron amplitude.
Definition at line 68 of file KLMScintillatorFEEData.h.
69 {
70 m_PhotoelectronAmplitude = photoelectronAmplitude;
71 }
◆ setThreshold()
void setThreshold |
( |
int | threshold | ) |
|
|
inline |
◆ setVoltage()
void setVoltage |
( |
float | voltage | ) |
|
|
inline |
◆ m_AdjustmentVoltage
int m_AdjustmentVoltage = 0 |
|
private |
◆ m_LookbackTime
◆ m_LookbackWindowWidth
int m_LookbackWindowWidth = 0 |
|
private |
◆ m_Pedestal
◆ m_PhotoelectronAmplitude
float m_PhotoelectronAmplitude = 0 |
|
private |
◆ m_Threshold
◆ m_Voltage
The documentation for this class was generated from the following file: