Belle II Software  release-08-01-10
KLMScintillatorDigitizationParameters.cc
1 /**************************************************************************
2  * basf2 (Belle II Analysis Software Framework) *
3  * Author: The Belle II Collaboration *
4  * *
5  * See git log for contributors and copyright holders. *
6  * This file is licensed under LGPL-3.0, see LICENSE.md. *
7  **************************************************************************/
8 
9 /* Own header. */
10 #include <klm/dbobjects/KLMScintillatorDigitizationParameters.h>
11 
12 using namespace Belle2;
13 
15  m_ADCRange(0),
16  m_ADCSamplingTDCPeriods(0),
17  m_NDigitizations(0),
18  m_ADCPedestal(0),
19  m_ADCPEAmplitude(0),
20  m_ADCThreshold(0),
21  m_ADCSaturation(0),
22  m_NPEperMeV(0),
23  m_MinCosTheta(0),
24  m_MirrorReflectiveIndex(0),
25  m_ScintillatorDeExcitationTime(0),
26  m_FiberDeExcitationTime(0),
27  m_FiberLightSpeed(0),
28  m_AttenuationLength(0),
29  m_PEAttenuationFrequency(0),
30  m_MeanSiPMNoise(0),
31  m_EnableConstBkg(false)
32 {
33 }
34 
36 {
37 }
Abstract base class for different kinds of events.