9 #define IEVENTNORM_HH 1 INTNB GetNbValueBins()
Not used, so throw an error and Exit.
FLTNB GetMultiplicativeCorrections()
This is a pure virtual function implemented in the child classes.
FLTNB GetAttenuationCorrectionFactor()
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
void SetAttenuationCorrectionFactor(FLTNBDATA a_value)
FLTNB GetAdditiveCorrections(int a_bin)
FLTNB m_normalizationFactor
void SetNormalizationFactor(FLTNBDATA a_value)
Inherit from vEvent. Used for normalization events for sensitivity computation.
Mother class for the Event objects.
Declaration of class vEvent.
void MultiplyAdditiveCorrections(FLTNB a_factor)
~iEventNorm()
iEventNorm destructor
int AllocateSpecificData()
Pure virtual function implemented in the child classes, dedicated to the allocation of specific data ...
FLTNB GetNormalizationFactor()