ROOT logo
AliRoot » PWGCF » FEMTOSCOPY » CHAOTICITY » AliChaoticityEventCollection

class AliChaoticityEventCollection


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

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


Function Members (Methods)

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

Data Members

public:
AliChaoticityEventStruct*fEvtStr
Short_tfFIFOSize of the Event Storage buffer.
Int_tfLimitMax number of tracks
Int_tfMCLimitMax number of MC tracks
Int_tfPairLimitMax number of lowQ pairs

Class Charts

Inheritance Chart:
AliChaoticityEventCollection

Function documentation

AliChaoticityEventCollection()
 Default constructor
AliChaoticityEventCollection(Short_t , Int_t , Int_t , Int_t , Bool_t )
AliChaoticityEventCollection(const AliChaoticityEventCollection& obj)
 copy constructor
AliChaoticityEventCollection & operator=(const AliChaoticityEventCollection& obj)
 Assignment operator
~AliChaoticityEventCollection()
void FIFOShift()
void SetBuffSize(Short_t a)
{fFIFO = a;}