![]() |
Belle II Software release-09-00-03
|
a struct for the ADC count More...
#include <EclConfiguration.h>
Public Member Functions | |
| void | AddHit (const double a, const double t0, const signalsample_t &q) |
| add hit method | |
Public Attributes | |
| double | total |
| total deposition (sum of m_s array) | |
| double | c [m_nsmp] |
| flash ADC measurements | |
| double | totalHadronDep |
| total true hadron energy deposition | |
| double | totalDep |
| total true energy deposition | |
| double | energyConversion |
| energy conversion factor | |
| double | flighttime |
| simulated time weighted by true deposited energy | |
| double | timeshift |
| simulated time shift | |
| double | timetosensor |
| simulated time to sensor | |
a struct for the ADC count
Definition at line 86 of file EclConfiguration.h.
| void AddHit | ( | const double | a, |
| const double | t0, | ||
| const signalsample_t & | q | ||
| ) |
add hit method
Definition at line 74 of file EclConfiguration.cc.
| double c[m_nsmp] |
flash ADC measurements
Definition at line 90 of file EclConfiguration.h.
| double energyConversion |
energy conversion factor
Definition at line 93 of file EclConfiguration.h.
| double flighttime |
simulated time weighted by true deposited energy
Definition at line 94 of file EclConfiguration.h.
| double timeshift |
simulated time shift
Definition at line 95 of file EclConfiguration.h.
| double timetosensor |
simulated time to sensor
Definition at line 96 of file EclConfiguration.h.
| double total |
total deposition (sum of m_s array)
Definition at line 89 of file EclConfiguration.h.
| double totalDep |
total true energy deposition
Definition at line 92 of file EclConfiguration.h.
| double totalHadronDep |
total true hadron energy deposition
Definition at line 91 of file EclConfiguration.h.