![]() |
Belle II Software release-09-00-03
|
a struct for the fit parameters for the pure CsI calorimeter More...
#include <EclConfigurationPure.h>
Public Member Functions | |
| void | AddHit (const double a, const double t0, const signalsamplepure_t &q) |
| add hit method | |
Public Attributes | |
| double | total |
| total deposition (sum of m_s array) | |
| double | c [m_nsmp] |
| flash ADC measurements | |
a struct for the fit parameters for the pure CsI calorimeter
Definition at line 73 of file EclConfigurationPure.h.
| void AddHit | ( | const double | a, |
| const double | t0, | ||
| const signalsamplepure_t & | q | ||
| ) |
add hit method
Definition at line 48 of file EclConfigurationPure.cc.
| double c[m_nsmp] |
flash ADC measurements
Definition at line 75 of file EclConfigurationPure.h.
| double total |
total deposition (sum of m_s array)
Definition at line 74 of file EclConfigurationPure.h.