31 #ifndef IEVENTHISTOSPECT_HH
32 #define IEVENTHISTOSPECT_HH 1
int AllocateSpecificData()
Function allowing the allocation of specific data. Return 0 by default for iEventHistoSPECT.
iEventHistoSPECT()
iEventHistoSPECT constructor. Initialize the member variables to their default values.
FLTNB GetEventValue(int a_bin)
Inherit from iEventSPECT. Class for SPECT histogram mode events.
INTNB GetNbValueBins()
Get the number of event value bins.
Declaration of class iEventSPECT.
void Describe()
This function can be used to get a description of the event printed out.
void SetEventValue(int a_bin, FLTNBDATA a_value)
Cast the FLTNBDATA value passed in parameters in FLTNB, and use it to set the event value (a_bin is d...
Inherit from vEvent. Main SPECT class for the Event objects.
~iEventHistoSPECT()
iEventHistoSPECT destructor.