Belle II Software
release-08-01-10
|
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.