Belle II Software development
|
DB object to store photon, hadron and diode shape parameters used in simulations. More...
#include <ECLDigitWaveformParametersForMC.h>
Public Member Functions | |
ECLDigitWaveformParametersForMC () | |
Default constructor. | |
const float * | getPhotonParameters () const |
Get array of photon template parameters. | |
const float * | getHadronParameters () const |
Get array of hadron template parameters. | |
const float * | getDiodeParameters () const |
Get array of diode template parameters. | |
void | setTemplateParameters (const float photonInput[11], const float hadronInput[11], const float diodeInput[11]) |
Set photon, hadron and diode template parameters. | |
~ECLDigitWaveformParametersForMC () | |
Destructor. | |
Private Member Functions | |
ClassDef (ECLDigitWaveformParametersForMC, 1) | |
ClassDef. | |
Private Attributes | |
float | m_PhotonPars [11] |
photon parameters for MC | |
float | m_HadronPars [11] |
hadron parameters for MC | |
float | m_DiodePars [11] |
diode parameters for MC | |
DB object to store photon, hadron and diode shape parameters used in simulations.
All crystals use same parameters in simulation.
Definition at line 24 of file ECLDigitWaveformParametersForMC.h.
|
inline |
Default constructor.
Definition at line 30 of file ECLDigitWaveformParametersForMC.h.
|
inline |
|
inline |
Get array of diode template parameters.
11 entries.
Definition at line 47 of file ECLDigitWaveformParametersForMC.h.
|
inline |
Get array of hadron template parameters.
11 entries.
Definition at line 44 of file ECLDigitWaveformParametersForMC.h.
|
inline |
Get array of photon template parameters.
11 entries.
Definition at line 41 of file ECLDigitWaveformParametersForMC.h.
|
inline |
Set photon, hadron and diode template parameters.
11 entries per template. One photon, hadron and diode template.
Definition at line 50 of file ECLDigitWaveformParametersForMC.h.
|
private |
diode parameters for MC
Definition at line 70 of file ECLDigitWaveformParametersForMC.h.
|
private |
hadron parameters for MC
Definition at line 69 of file ECLDigitWaveformParametersForMC.h.
|
private |
photon parameters for MC
Definition at line 68 of file ECLDigitWaveformParametersForMC.h.