9 #define IEVENTNORM_HH 1 INTNB GetNbValueBins()
Not used, so throw an error and Exit.
FLTNB GetMultiplicativeCorrections()
FLTNB GetAttenuationCorrectionFactor()
Declaration of class vEvent.
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)
Cast the FLTNBDATA value passed as parameter in FLTNB, and set it to the attenuation correction facto...
FLTNB GetAdditiveCorrections(int a_bin)
FLTNB m_normalizationFactor
void SetNormalizationFactor(FLTNBDATA a_value)
Cast the FLTNBDATA value passed as parameter in FLTNB, and set it to the normalization term...
Inherit from vEvent. Used for normalization events for sensitivity computation.
Mother class for the Event objects.
void MultiplyAdditiveCorrections(FLTNB a_factor)
~iEventNorm()
iEventNorm destructor
int AllocateSpecificData()
Inherited and pure virtual from vEvent.
FLTNB GetNormalizationFactor()