Belle II Software development
ECLWFAlgoParams Class Reference

Container for constant parameters used in waveform fits. More...

#include <ECLWaveformData.h>

Inheritance diagram for ECLWFAlgoParams:

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
 

Detailed Description

Container for constant parameters used in waveform fits.

Definition at line 146 of file ECLWaveformData.h.

Member Function Documentation

◆ getcT()

int getcT ( ) const
inline

getter for the chi2 threshold for quality bit

Definition at line 163 of file ECLWaveformData.h.

◆ gethT()

int gethT ( ) const
inline

getter for the hardware threshold

Definition at line 166 of file ECLWaveformData.h.

◆ getk1()

int getk1 ( ) const
inline

getter for the multipliers power of 2 for f

Definition at line 164 of file ECLWaveformData.h.

◆ getk2()

int getk2 ( ) const
inline

getter for multipliers power of 2 for chi2 calculation

Definition at line 165 of file ECLWaveformData.h.

◆ getka()

int getka ( ) const
inline

getter for multipliers power of 2 for fg31 fg41

Definition at line 159 of file ECLWaveformData.h.

◆ getkb()

int getkb ( ) const
inline

getter for multipliers power of 2 for fg32

Definition at line 160 of file ECLWaveformData.h.

◆ getkc()

int getkc ( ) const
inline

getter for multipliers power of 2 for fg33,fg43

Definition at line 161 of file ECLWaveformData.h.

◆ getlAT()

int getlAT ( ) const
inline

getter for the threshold to calculate time

Definition at line 167 of file ECLWaveformData.h.

◆ getsT()

int getsT ( ) const
inline

getter for the threshold to send data to collector

Definition at line 168 of file ECLWaveformData.h.

◆ gety0s()

int gety0s ( ) const
inline

getter for the start point for pedestal calculation

Definition at line 162 of file ECLWaveformData.h.

Member Data Documentation

◆ chiThresh

Int_t chiThresh

chi2 threshold for quality bit

Definition at line 153 of file ECLWaveformData.h.

◆ hitThresh

Int_t hitThresh

hardware threshold(to start digitization)

Definition at line 156 of file ECLWaveformData.h.

◆ k1Chi

Int_t k1Chi

multipliers power of 2 for f

Definition at line 154 of file ECLWaveformData.h.

◆ k2Chi

Int_t k2Chi

multipliers power of 2 for chi2 calculation

Definition at line 155 of file ECLWaveformData.h.

◆ ka

Int_t ka

multipliers power of 2 for fg31,fg41

Definition at line 149 of file ECLWaveformData.h.

◆ kb

Int_t kb

multipliers power of 2 for fg32

Definition at line 150 of file ECLWaveformData.h.

◆ kc

Int_t kc

multipliers power of 2 for fg33,fg43

Definition at line 151 of file ECLWaveformData.h.

◆ lowAmpThresh

Int_t lowAmpThresh

threshold to calculate time

Definition at line 157 of file ECLWaveformData.h.

◆ skipThresh

Int_t skipThresh

threshold to send data to collector

Definition at line 158 of file ECLWaveformData.h.

◆ y0Startr

Int_t y0Startr

start point for pedestal calculation

Definition at line 152 of file ECLWaveformData.h.


The documentation for this class was generated from the following file: