ROOT logo
AliRoot » PWGLF » RESONANCES » EXTRA » AliXiStarEventCollection

class AliXiStarEventCollection


  This class provides storage for event and track information which
  are used for same-event as well as mixed-event analyses in AliXiStar

  authors: Dhevan Gangadharan (dhevan.raja.gangadharan@cern.ch)


Function Members (Methods)

public:
AliXiStarEventCollection()
AliXiStarEventCollection(Short_t)
AliXiStarEventCollection(const AliXiStarEventCollection& obj)
virtual~AliXiStarEventCollection()
static TClass*Class()
voidFIFOShift()
virtual TClass*IsA() const
AliXiStarEventCollection&operator=(const AliXiStarEventCollection& obj)
voidSetBuffSize(Short_t a)
virtual voidShowMembers(TMemberInspector&)
virtual voidStreamer(TBuffer&)
voidStreamerNVirtual(TBuffer& ClassDef_StreamerNVirtual_b)

Data Members

public:
AliXiStarEventStruct*fEvtStrEvent structure
Short_tfFIFOSize of the Event Storage buffer. FIFO = first-in-first-out

Class Charts

Inheritance Chart:
AliXiStarEventCollection

Function documentation

AliXiStarEventCollection()
Default constructor
AliXiStarEventCollection(short a)
 main constructor
AliXiStarEventCollection(const AliXiStarEventCollection& obj)
 copy constructor
AliXiStarEventCollection & operator=(const AliXiStarEventCollection& obj)
 Assignment operator
~AliXiStarEventCollection()
void FIFOShift()
void SetBuffSize(Short_t a)
{fFIFO = a;}