50 Cout(
"---------------------- iEventNorm::Describe() --------------------------" << endl);
51 Cout(
"sizeof(FLTNB): " <<
sizeof(
FLTNB) << endl);
56 Cout(
"----------------------------------------------------------------------------" << endl);
68 Cerr(
"***** iEventNorm::GetEventValue() -> This function should not be used ! Alternatives are:" << endl);
69 Cerr(
" GetNormalizationFactor() and GetAttenuationCorrectionFactor" << endl);
82 Cerr(
"***** iEventNorm::GetAdditiveCorrections() -> This function should not be used ! Alternatives are:" << endl);
83 Cerr(
" GetNormalizationFactor() and GetAttenuationCorrectionFactor" << endl);
96 Cerr(
"***** iEventNorm::GetAdditiveCorrections() -> This function should not be used ! Alternatives are:" << endl);
97 Cerr(
" GetNormalizationFactor() and GetAttenuationCorrectionFactor" << endl);
#define MODE_NORMALIZATION
FLTNB GetEventValue(int a_bin)
Not used, so throw an error an 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 an Exit.
FLTNB m_attenuationCorrectionFactor
FLTNB GetAdditiveCorrections(int a_bin)
Not used, so throw an error an Exit.
FLTNB m_normalizationFactor
Declaration of class vDataFile.
Declaration of class sOutputManager.
Mother class for the Event objects.
Declaration of class iEventNorm.
~iEventNorm()
iEventNorm destructor