iEventPET()
iEventPET constructor. Initialize the member variables to their default values.
Declaration of class vEvent.
void SetNormalizationFactor(FLTNBDATA a_value)
virtual FLTNB GetEventValue(int a_bin)=0
virtual int AllocateSpecificData()=0
Pure virtual function implemented in the child classes, dedicated to the allocation of specific data ...
void SetAttenuationCorrectionFactor(FLTNBDATA a_value)
virtual void SetScatterRate(int a_bin, FLTNBDATA a_value)=0
FLTNB GetMultiplicativeCorrections()
virtual FLTNB GetAdditiveCorrections(int a_bin)=0
Inherit from vEvent. Main PET class for the Event objects.
Mother class for the Event objects.
virtual ~iEventPET()
iEventPET destructor
void SetRandomRate(FLTNBDATA a_value)
virtual void Describe()
This function can be used to get a description of the event printed out.
virtual void SetEventValue(int a_bin, FLTNBDATA a_value)=0
virtual INTNB GetNbValueBins()=0
Get the number of event value bins.