27 AliEMCalTriggerEventData::AliEMCalTriggerEventData() :
30 fTriggerBitSelection(0),
32 fClusterContainer(NULL),
33 fTrackContainer(NULL),
34 fParticleContainer(NULL),
35 fTriggerPatchContainer(NULL),
36 fJetContainerMC(NULL),
37 fJetContainerData(NULL)
62 TObject::operator=(ref);
AliVEvent * fRecEvent
Reconstructed event.
const TClonesArray * fParticleContainer
Container with MC-true filtered particles.
AliJetContainer * fJetContainerMC
Container with reconstructed jets.
AliJetContainer * fJetContainerData
Container with reconstructed jets.
const TClonesArray * fTriggerPatchContainer
Container with trigger patches.
const TClonesArray * fTrackContainer
Container with matched tracks.
AliEMCalTriggerEventData & operator=(const AliEMCalTriggerEventData &ref)
Analysis of high- tracks in triggered events.
const TClonesArray * fClusterContainer
Container with calibrated clusters.
Simple event container within the high- track analysis.
AliMCEvent * fMCEvent
Monte-Carlo event.
Event Data used in exchange to the different analysis components.
Int_t fTriggerBitSelection
Event trigger bit selection.
AliEMCalTriggerEventData()