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