63 Cout(
"iEventNorm::Describe() -> Display contents" << endl);
80 Cerr(
"***** iEventNorm::GetEventValue() -> This function should not be used ! Alternatives are:" << endl);
81 Cerr(
" GetNormalizationFactor() and GetAttenuationCorrectionFactor" << endl);
95 Cerr(
"***** iEventNorm::GetAdditiveCorrections() -> This function should not be used ! Alternatives are:" << endl);
96 Cerr(
" GetNormalizationFactor() and GetAttenuationCorrectionFactor" << endl);
110 Cerr(
"***** iEventNorm::GetAdditiveCorrections() -> This function should not be used ! Alternatives are:" << endl);
111 Cerr(
" GetNormalizationFactor() and GetAttenuationCorrectionFactor" << endl);
124 Cerr(
"***** iEventNorm::GetNbValueBins() -> This function should not be used ! Alternatives are:" << endl);
125 Cerr(
" GetNormalizationFactor() and GetAttenuationCorrectionFactor" << endl);
139 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)
Not used, so throw an error and Exit.
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)
Not used, so throw an error and Exit.
FLTNB m_attenuationCorrectionFactor
#define VERBOSE_DEBUG_LIGHT
FLTNB GetAdditiveCorrections(int a_bin)
Not used, so throw an error and Exit.
FLTNB m_normalizationFactor
Declaration of class vDataFile.
Declaration of class sOutputManager.
Mother class for the Event objects.
void MultiplyAdditiveCorrections(FLTNB a_factor)
Not used, so throw an error and Exit.
#define DEBUG_VERBOSE(IGNORED1, IGNORED2)
Declaration of class iEventNorm.
~iEventNorm()
iEventNorm destructor