![]() |
Belle II Software
release-06-01-15
|
class to hole the ECL configuration for pure CsI calorimeter More...
#include <EclConfigurationPure.h>
Classes | |
struct | adccountspure_t |
a struct for the fit parameters for the pure CsI calorimeter More... | |
struct | fitparamspure_t |
a struct for the fit parameters for the pure CsI calorimeter More... | |
struct | signalsamplepure_t |
a struct for a signal sample for the pure CsI calorimeter More... | |
Static Public Attributes | |
static constexpr int | m_nch = 72 * 16 |
total number of electronic channels (crystals) in fwd endcap calorimeter | |
static constexpr int | m_nsmp = EclConfiguration::m_nsmp |
number of ADC measurements for signal fitting | |
static constexpr double | m_tmin = -15 |
lower range of the signal fitting region in ADC clocks | |
static constexpr int | m_ntrg = EclConfiguration::m_ntrg |
number of trigger counts per ADC clock tick | |
static double | m_tickPure = EclConfiguration::m_tick / EclConfiguration::m_ntrg * 8 |
static constexpr int | m_nlPure = EclConfiguration::m_nl * 15 |
length of samples signal in number of ADC clocks | |
static constexpr int | m_ns = EclConfiguration::m_ns |
number of samples per ADC clock | |
static constexpr int | m_ndtPure = m_ns |
number of points per ADC tick where signal fit procedure parameters are evaluated | |
class to hole the ECL configuration for pure CsI calorimeter
Definition at line 24 of file EclConfigurationPure.h.