31 #ifndef IEVENTLISTCT_HH
32 #define IEVENTLISTCT_HH 1
iEventListCT()
iEventListCT constructor. Initialize the member variables to their default values.
Inherit from vEvent. Main CT class for the Event objects.
Inherit from iEventCT. Class for CT list-mode events.
FLTNB GetEventValue(int a_bin)
void SetKind(uint8_t a_value)
Set the kind of event.
~iEventListCT()
iEventListCT destructor.
int AllocateSpecificData()
Function allowing the allocation of specific data. Return 0 by default for iEventListCT.
INTNB GetNbValueBins()
Get the number of event value bins.
void Describe()
This function can be used to get a description of the event printed out.
void SetEventValue(int a_bin, FLTNBDATA a_value)
Throw a warning (depending of verbosity) as the event value of a list-mode Event should be equal to 1...
Declaration of class iEventCT.