9 #ifndef IEVENTTRANSMISSION_HH
10 #define IEVENTTRANSMISSION_HH 1
This header file is mainly used to declare some macro definitions and all includes needed from the st...
void Describe()
This function can be used to get a description of the event printed out.
virtual ~iEventTransmission()
FLTNB GetMultiplicativeCorrections()
This is a pure virtual function implemented in the child classes.
Declaration of class vEvent.
int AllocateSpecificData()
Pure virtual function implemented in the child classes, dedicated to the allocation of specific data ...
FLTNB GetAdditiveCorrections(int a_bin)
Pure virtual function implemented in the child classes.
Mother class for the Event objects.
void SetEventValue(int a_bin, FLTNBDATA a_value)
This function is implemented by child classes.
FLTNB GetEventValue(int a_bin)
Pure virtual function implemented in the child classes.