Belle II Software development
ECLShapeFit Struct Reference

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.
 

Detailed Description

ShaperDSP fit results from _lftda function.

Definition at line 20 of file ECLDspEmulator.h.

Member Data Documentation

◆ amp

int amp

Fit amplitude, -128..262015, ADC units (20 ADC units ~= 1 MeV)

Definition at line 22 of file ECLDspEmulator.h.

◆ chi2

unsigned long long chi2

Chi^2 from the fit.

Definition at line 38 of file ECLDspEmulator.h.

◆ fit

std::vector<long long> fit

Shape of the fitted function.

Definition at line 36 of file ECLDspEmulator.h.

◆ hit_thr

bool hit_thr

(Peak < HIT_THR) => true

Definition at line 30 of file ECLDspEmulator.h.

◆ low_amp

bool low_amp

(Peak < LA_THR) => true

Definition at line 34 of file ECLDspEmulator.h.

◆ pedestal

int pedestal

Pedestal.

Definition at line 28 of file ECLDspEmulator.h.

◆ quality

int quality

Quality flag, see enum QualityFlag in emulator implementation.

Definition at line 26 of file ECLDspEmulator.h.

◆ skip_thr

bool skip_thr

(Peak < SKIP_THR) => true

Definition at line 32 of file ECLDspEmulator.h.

◆ time

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.


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