Belle II Software development
|
ShaperDSP fit results from _lftda function. More...
#include <ECLDspEmulator.h>
Public Attributes | |
int | amp |
Fit amplitude, -128..262015, ADC units (20 ADC units ~= 1 MeV) | |
int | time |
Fit time, -2048..2047 (with reference to trigger time), ADC ticks (1 tick ~= 0.5 ns) | |
int | quality |
Quality flag, see enum QualityFlag in emulator implementation. | |
int | pedestal |
Pedestal. | |
bool | hit_thr |
(Peak < HIT_THR) => true | |
bool | skip_thr |
(Peak < SKIP_THR) => true | |
bool | low_amp |
(Peak < LA_THR) => true | |
std::vector< long long > | fit |
Shape of the fitted function. | |
unsigned long long | chi2 |
Chi^2 from the fit. | |
ShaperDSP fit results from _lftda function.
Definition at line 20 of file ECLDspEmulator.h.
int amp |
Fit amplitude, -128..262015, ADC units (20 ADC units ~= 1 MeV)
Definition at line 22 of file ECLDspEmulator.h.
unsigned long long chi2 |
Chi^2 from the fit.
Definition at line 38 of file ECLDspEmulator.h.
std::vector<long long> fit |
Shape of the fitted function.
Definition at line 36 of file ECLDspEmulator.h.
bool hit_thr |
(Peak < HIT_THR) => true
Definition at line 30 of file ECLDspEmulator.h.
bool low_amp |
(Peak < LA_THR) => true
Definition at line 34 of file ECLDspEmulator.h.
int pedestal |
Pedestal.
Definition at line 28 of file ECLDspEmulator.h.
int quality |
Quality flag, see enum QualityFlag in emulator implementation.
Definition at line 26 of file ECLDspEmulator.h.
bool skip_thr |
(Peak < SKIP_THR) => true
Definition at line 32 of file ECLDspEmulator.h.
int time |
Fit time, -2048..2047 (with reference to trigger time), ADC ticks (1 tick ~= 0.5 ns)
Definition at line 24 of file ECLDspEmulator.h.