9 #include "iEventNorm.hh" 10 #include "vDataFile.hh" 11 #include "sOutputManager.hh" 40 Cout(
"iEventNorm::Describe() -> Display contents" << endl);
57 Cerr(
"***** iEventNorm::GetEventValue() -> This function should not be used ! Alternatives are:" << endl);
58 Cerr(
" GetNormalizationFactor() and GetAttenuationCorrectionFactor" << endl);
72 Cerr(
"***** iEventNorm::GetAdditiveCorrections() -> This function should not be used ! Alternatives are:" << endl);
73 Cerr(
" GetNormalizationFactor() and GetAttenuationCorrectionFactor" << endl);
87 Cerr(
"***** iEventNorm::GetAdditiveCorrections() -> This function should not be used ! Alternatives are:" << endl);
88 Cerr(
" GetNormalizationFactor() and GetAttenuationCorrectionFactor" << endl);
101 Cerr(
"***** iEventNorm::GetNbValueBins() -> This function should not be used ! Alternatives are:" << endl);
102 Cerr(
" GetNormalizationFactor() and GetAttenuationCorrectionFactor" << endl);
116 Cerr(
"***** iEventNorm::MultiplyAdditiveCorrections() -> This function should not be used !" << endl);
INTNB GetNbValueBins()
Not used, so throw an error and Exit.
#define MODE_NORMALIZATION
FLTNB GetEventValue(int a_bin)
iEventNorm()
iEventNorm constructor. Initialize the member variables to their default values.
void Describe()
This function can be used to get a description of the event printed out.
void SetEventValue(int a_bin, FLTNBDATA a_value)
FLTNB m_attenuationCorrectionFactor
#define DEBUG_VERBOSE(IGNORED1, IGNORED2)
FLTNB GetAdditiveCorrections(int a_bin)
FLTNB m_normalizationFactor
Mother class for the Event objects.
void MultiplyAdditiveCorrections(FLTNB a_factor)
~iEventNorm()
iEventNorm destructor
#define VERBOSE_DEBUG_LIGHT