Belle II Software development
|
Container for constant parameters used in waveform fits. More...
#include <ECLWaveformData.h>
Public Member Functions | |
int | getka () const |
getter for multipliers power of 2 for fg31 fg41 | |
int | getkb () const |
getter for multipliers power of 2 for fg32 | |
int | getkc () const |
getter for multipliers power of 2 for fg33,fg43 | |
int | gety0s () const |
getter for the start point for pedestal calculation | |
int | getcT () const |
getter for the chi2 threshold for quality bit | |
int | getk1 () const |
getter for the multipliers power of 2 for f | |
int | getk2 () const |
getter for multipliers power of 2 for chi2 calculation | |
int | gethT () const |
getter for the hardware threshold | |
int | getlAT () const |
getter for the threshold to calculate time | |
int | getsT () const |
getter for the threshold to send data to collector | |
Public Attributes | |
Int_t | ka |
multipliers power of 2 for fg31,fg41 | |
Int_t | kb |
multipliers power of 2 for fg32 | |
Int_t | kc |
multipliers power of 2 for fg33,fg43 | |
Int_t | y0Startr |
start point for pedestal calculation | |
Int_t | chiThresh |
chi2 threshold for quality bit | |
Int_t | k1Chi |
multipliers power of 2 for f | |
Int_t | k2Chi |
multipliers power of 2 for chi2 calculation | |
Int_t | hitThresh |
hardware threshold(to start digitization) | |
Int_t | lowAmpThresh |
threshold to calculate time | |
Int_t | skipThresh |
threshold to send data to collector | |
Container for constant parameters used in waveform fits.
Definition at line 146 of file ECLWaveformData.h.
|
inline |
getter for the chi2 threshold for quality bit
Definition at line 163 of file ECLWaveformData.h.
|
inline |
getter for the hardware threshold
Definition at line 166 of file ECLWaveformData.h.
|
inline |
getter for the multipliers power of 2 for f
Definition at line 164 of file ECLWaveformData.h.
|
inline |
getter for multipliers power of 2 for chi2 calculation
Definition at line 165 of file ECLWaveformData.h.
|
inline |
getter for multipliers power of 2 for fg31 fg41
Definition at line 159 of file ECLWaveformData.h.
|
inline |
getter for multipliers power of 2 for fg32
Definition at line 160 of file ECLWaveformData.h.
|
inline |
getter for multipliers power of 2 for fg33,fg43
Definition at line 161 of file ECLWaveformData.h.
|
inline |
getter for the threshold to calculate time
Definition at line 167 of file ECLWaveformData.h.
|
inline |
getter for the threshold to send data to collector
Definition at line 168 of file ECLWaveformData.h.
|
inline |
getter for the start point for pedestal calculation
Definition at line 162 of file ECLWaveformData.h.
Int_t chiThresh |
chi2 threshold for quality bit
Definition at line 153 of file ECLWaveformData.h.
Int_t hitThresh |
hardware threshold(to start digitization)
Definition at line 156 of file ECLWaveformData.h.
Int_t k1Chi |
multipliers power of 2 for f
Definition at line 154 of file ECLWaveformData.h.
Int_t k2Chi |
multipliers power of 2 for chi2 calculation
Definition at line 155 of file ECLWaveformData.h.
Int_t ka |
multipliers power of 2 for fg31,fg41
Definition at line 149 of file ECLWaveformData.h.
Int_t kb |
multipliers power of 2 for fg32
Definition at line 150 of file ECLWaveformData.h.
Int_t kc |
multipliers power of 2 for fg33,fg43
Definition at line 151 of file ECLWaveformData.h.
Int_t lowAmpThresh |
threshold to calculate time
Definition at line 157 of file ECLWaveformData.h.
Int_t skipThresh |
threshold to send data to collector
Definition at line 158 of file ECLWaveformData.h.
Int_t y0Startr |
start point for pedestal calculation
Definition at line 152 of file ECLWaveformData.h.