AliRoot Core  ee782a0 (ee782a0)
AliESDEvent Class Reference

#include <AliESDEvent.h>

Inheritance diagram for AliESDEvent:

Public Types

enum  ESDListIndex {
  kESDRun, kHeader, kESDZDC, kESDFMD,
  kESDVZERO, kESDTZERO, kTPCVertex, kSPDVertex,
  kPrimaryVertex, kSPDMult, kPHOSTrigger, kEMCALTrigger,
  kSPDPileupVertices, kTrkPileupVertices, kTracks, kMuonTracks,
  kMuonClusters, kMuonPads, kMuonGlobalTracks, kPmdTracks,
  kTrdTrigger, kTrdTracks, kTrdTracklets, kV0s,
  kCascades, kKinks, kCaloClusters, kEMCALCells,
  kPHOSCells, kErrorLogs, kESDACORDE, kESDAD,
  kTOFHeader, kCosmicTracks, kTOFclusters, kTOFhit,
  kTOFmatch, kESDFIT, kESDListN
}
 
- Public Types inherited from AliVEvent
enum  EDataLayoutType {
  kESD, kMC, kAOD, kMixed,
  kFlat
}
 
enum  EOfflineTriggerTypes {
  kMB = BIT( 0), kINT1 = BIT( 0), kINT7 = BIT( 1), kMUON = BIT( 2),
  kHighMult = BIT( 3), kHighMultSPD = BIT( 3), kEMC1 = BIT( 4), kCINT5 = BIT( 5),
  kINT5 = BIT( 5), kCMUS5 = BIT( 6), kMUSPB = BIT( 6), kINT7inMUON = BIT( 6),
  kMuonSingleHighPt7 = BIT( 7), kMUSH7 = BIT( 7), kMUSHPB = BIT( 7), kMuonLikeLowPt7 = BIT( 8),
  kMUL7 = BIT( 8), kMuonLikePB = BIT( 8), kMuonUnlikeLowPt7 = BIT( 9), kMUU7 = BIT( 9),
  kMuonUnlikePB = BIT( 9), kEMC7 = BIT(10), kEMC8 = BIT(10), kMUS7 = BIT(11),
  kMuonSingleLowPt7 = BIT(11), kPHI1 = BIT(12), kPHI7 = BIT(13), kPHI8 = BIT(13),
  kPHOSPb = BIT(13), kEMCEJE = BIT(14), kEMCEGA = BIT(15), kHighMultV0 = BIT(16),
  kCentral = BIT(16), kSemiCentral = BIT(17), kDG = BIT(18), kDG5 = BIT(18),
  kZED = BIT(19), kSPI7 = BIT(20), kSPI = BIT(20), kINT8 = BIT(21),
  kMuonSingleLowPt8 = BIT(22), kMuonSingleHighPt8 = BIT(23), kMuonLikeLowPt8 = BIT(24), kMuonUnlikeLowPt8 = BIT(25),
  kMuonUnlikeLowPt0 = BIT(26), kUserDefined = BIT(27), kTRD = BIT(28), kMuonCalo = BIT(29),
  kCaloOnly = BIT(29), kFastOnly = BIT(30), kAny = 0xffffffff, kAnyINT = kMB | kINT7 | kINT5 | kINT8 | kSPI7
}
 

Public Member Functions

 AliESDEvent ()
 
virtual ~AliESDEvent ()
 
AliESDEventoperator= (const AliESDEvent &source)
 
virtual void Copy (TObject &obj) const
 
const AliESDRunGetESDRun () const
 
const AliTimeStampGetCTPStart () const
 
void SetCTPStart (const AliTimeStamp *t)
 
void SetRunNumber (Int_t n)
 
Int_t GetRunNumber () const
 
void SetPeriodNumber (UInt_t n)
 
UInt_t GetPeriodNumber () const
 
void SetMagneticField (Double_t mf)
 
Double_t GetMagneticField () const
 
void SetDiamond (const AliESDVertex *vertex)
 
Double_t GetDiamondX () const
 
Double_t GetDiamondY () const
 
Double_t GetDiamondZ () const
 
Double_t GetSigma2DiamondX () const
 
Double_t GetSigma2DiamondY () const
 
Double_t GetSigma2DiamondZ () const
 
void GetDiamondCovXY (Float_t cov[3]) const
 
void SetTriggerClass (const char *name, Int_t index)
 
void SetPHOSMatrix (TGeoHMatrix *matrix, Int_t i)
 
const TGeoHMatrix * GetPHOSMatrix (Int_t i) const
 
void SetEMCALMatrix (TGeoHMatrix *matrix, Int_t i)
 
const TGeoHMatrix * GetEMCALMatrix (Int_t i) const
 
void SetCaloTriggerType (const Int_t *type)
 
void SetCaloTriggerType (int i, const Int_t *type)
 
Int_t * GetCaloTriggerType () const
 
Int_t * GetCaloTriggerType (int i) const
 
virtual const Float_t * GetVZEROEqFactors () const
 
virtual Float_t GetVZEROEqMultiplicity (Int_t i) const
 
void SetCurrentL3 (Float_t cur) const
 
void SetCurrentDip (Float_t cur) const
 
void SetBeamEnergy (Float_t be) const
 
void SetBeamType (const char *bt) const
 
void SetBeamParticle (Int_t az, Int_t ibeam)
 
void SetUniformBMap (Bool_t val=kTRUE) const
 
void SetBInfoStored (Bool_t val=kTRUE) const
 
int SetESDDownscaledOnline (Bool_t val) const
 
Float_t GetCurrentL3 () const
 
Float_t GetCurrentDip () const
 
Float_t GetBeamEnergy () const
 
const char * GetBeamType () const
 
Int_t GetBeamParticle (Int_t ibeam) const
 
Int_t GetBeamParticleA (Int_t ibeam) const
 
Int_t GetBeamParticleZ (Int_t ibeam) const
 
Bool_t IsUniformBMap () const
 
virtual Bool_t InitMagneticField () const
 
void SetT0spread (Float_t *t) const
 
Float_t GetT0spread (Int_t i) const
 
virtual void SetVZEROEqFactors (Float_t factors[64]) const
 
AliESDHeaderGetHeader () const
 
void SetTriggerMask (ULong64_t n)
 
void SetTriggerMaskNext50 (ULong64_t n)
 
void SetOrbitNumber (UInt_t n)
 
void SetTimeStamp (UInt_t timeStamp)
 
void SetEventType (UInt_t eventType)
 
void SetEventSpecie (UInt_t eventSpecie)
 
void SetEventNumberInFile (Int_t n)
 
void SetBunchCrossNumber (UShort_t n)
 
void SetTriggerCluster (UChar_t n)
 
ULong64_t GetTriggerMask () const
 
ULong64_t GetTriggerMaskNext50 () const
 
TString GetFiredTriggerClasses () const
 
Bool_t IsTriggerClassFired (const char *name) const
 
Bool_t IsEventSelected (const char *trigExpr) const
 
TObject * GetHLTTriggerDecision () const
 
TString GetHLTTriggerDescription () const
 
Bool_t IsHLTTriggerFired (const char *name=NULL) const
 
UInt_t GetOrbitNumber () const
 
UInt_t GetTimeStamp () const
 
UInt_t GetTimeStampCTP () const
 
Double_t GetTimeStampCTPBCCorr () const
 
AliTimeStamp GetAliTimeStamp () const
 
UInt_t GetEventType () const
 
UInt_t GetEventSpecie () const
 
Int_t GetEventNumberInFile () const
 
UShort_t GetBunchCrossNumber () const
 
UChar_t GetTriggerCluster () const
 
Bool_t IsDetectorInTriggerCluster (TString detector, AliTriggerConfiguration *trigConf) const
 
AliESDZDCGetESDZDC () const
 
AliESDZDCGetZDCData () const
 
void SetZDCData (const AliESDZDC *obj)
 
Double_t GetZDCN1Energy () const
 
Double_t GetZDCP1Energy () const
 
Double_t GetZDCN2Energy () const
 
Double_t GetZDCP2Energy () const
 
Double_t GetZDCEMEnergy (Int_t i=0) const
 
Int_t GetZDCParticipants () const
 
AliCentralityGetCentrality ()
 
AliEventplaneGetEventplane ()
 
void SetZDC (Float_t n1Energy, Float_t p1Energy, Float_t em1Energy, Float_t em2Energy, Float_t n2Energy, Float_t p2Energy, Int_t participants, Int_t nPartA, Int_t nPartC, Double_t b, Double_t bA, Double_t bC, UInt_t recoflag)
 
void SetFMDData (AliESDFMD *obj)
 
AliESDFMDGetFMDData () const
 
const AliESDFITGetESDFIT () const
 
void SetFITData (const AliESDFIT *obj)
 
const AliESDTZEROGetESDTZERO () const
 
void SetTZEROData (const AliESDTZERO *obj)
 
Double32_t GetT0zVertex () const
 
void SetT0zVertex (Double32_t z)
 
Double32_t GetT0 () const
 
void SetT0 (Double32_t timeStart)
 
Double32_t GetT0clock () const
 
void SetT0clock (Double32_t timeStart)
 
Double32_t GetT0TOF (Int_t icase) const
 
const Double32_t * GetT0TOF () const
 
void SetT0TOF (Int_t icase, Double32_t timeStart)
 
const Double32_t * GetT0time () const
 
void SetT0time (Double32_t time[24])
 
const Double32_t * GetT0amplitude () const
 
void SetT0amplitude (Double32_t amp[24])
 
Int_t GetT0Trig () const
 
void SetT0Trig (Int_t tvdc)
 
AliESDVZEROGetVZEROData () const
 
void SetVZEROData (const AliESDVZERO *obj)
 
Int_t GetVZEROData (AliESDVZERO &v) const
 
AliESDACORDEGetACORDEData () const
 
void SetACORDEData (AliESDACORDE *obj)
 
AliESDADGetADData () const
 
void SetADData (AliESDAD *obj)
 
void SetESDfriend (const AliESDfriend *f) const
 
void GetESDfriend (AliESDfriend *f)
 
virtual AliESDfriendFindFriend () const
 
void SetPrimaryVertexTPC (const AliESDVertex *vertex)
 
const AliESDVertexGetPrimaryVertexTPC () const
 
void SetPrimaryVertexSPD (const AliESDVertex *vertex)
 
const AliESDVertexGetPrimaryVertexSPD () const
 
const AliESDVertexGetVertex () const
 
void SetPrimaryVertexTracks (const AliESDVertex *vertex)
 
const AliESDVertexGetPrimaryVertexTracks () const
 
AliESDVertexPrimaryVertexTracksUnconstrained () const
 
const AliESDVertexGetPrimaryVertex () const
 
Int_t GetPrimaryVertex (AliESDVertex &v) const
 
Int_t GetPrimaryVertexTPC (AliESDVertex &v) const
 
Int_t GetPrimaryVertexSPD (AliESDVertex &v) const
 
Int_t GetPrimaryVertexTracks (AliESDVertex &v) const
 
void SetTOFHeader (const AliTOFHeader *tofEventTime)
 
AliTOFHeaderGetTOFHeader () const
 
Float_t GetEventTimeSpread () const
 
Float_t GetTOFTimeResolution () const
 
TClonesArray * GetESDTOFClusters () const
 
TClonesArray * GetESDTOFHits () const
 
TClonesArray * GetESDTOFMatches () const
 
void SetTOFcluster (Int_t ntofclusters, AliESDTOFCluster *cluster, Int_t *mapping=NULL)
 
void SetTOFcluster (Int_t ntofclusters, AliESDTOFCluster *cluster[], Int_t *mapping=NULL)
 
Int_t GetNTOFclusters () const
 
Int_t GetNumberOfITSClusters (Int_t lr) const
 
void SetMultiplicity (const AliMultiplicity *mul)
 
AliMultiplicityGetMultiplicity () const
 
Int_t GetMultiplicity (AliMultiplicity &mult) const
 
void EstimateMultiplicity (Int_t &tracklets, Int_t &trITSTPC, Int_t &trITSSApure, Double_t eta=1., Bool_t useDCAFlag=kTRUE, Bool_t useV0Flag=kTRUE) const
 
Int_t GetNumberOfTPCTracks () const
 
Int_t GetNumberOfTPCClusters () const
 
void SetNumberOfTPCClusters (int n)
 
Bool_t Clean (TObjArray *track2destroy, const AliGRPRecoParam *grpRecoParam)
 
int CleanV0s (const AliGRPRecoParam *grpRecoParam)
 
void EmptyOfflineV0Prongs ()
 
void RestoreOfflineV0Prongs ()
 
Bool_t RemoveKink (Int_t i) const
 
Bool_t RemoveV0 (Int_t i) const
 
AliESDfriendTrackRemoveTrack (Int_t i, Bool_t checkPrimVtx) const
 
const AliESDVertexGetPileupVertexSPD (Int_t i) const
 
Char_t AddPileupVertexSPD (const AliESDVertex *vtx)
 
const AliESDVertexGetPileupVertexTracks (Int_t i) const
 
Char_t AddPileupVertexTracks (const AliESDVertex *vtx)
 
TClonesArray * GetPileupVerticesTracks () const
 
TClonesArray * GetPileupVerticesSPD () const
 
virtual Bool_t IsPileupFromSPD (Int_t minContributors=5, Double_t minZdist=0.8, Double_t nSigmaZdist=3., Double_t nSigmaDiamXY=2., Double_t nSigmaDiamZ=5.) const
 
virtual Bool_t IsPileupFromSPDInMultBins () const
 
void ConnectTracks ()
 
Bool_t AreTracksConnected () const
 
AliESDtrackGetTrack (Int_t i) const
 
Int_t AddTrack (const AliESDtrack *t)
 
AliESDtrackGetVTrack (Int_t i) const
 
AliESDtrackNewTrack ()
 add new track at the end of tracks array and return instance More...
 
AliESDHLTtrackGetHLTConfMapTrack (Int_t) const
 
void AddHLTConfMapTrack (const AliESDHLTtrack *)
 
AliESDHLTtrackGetHLTHoughTrack (Int_t) const
 
void AddHLTHoughTrack (const AliESDHLTtrack *)
 
Bool_t MoveMuonObjects ()
 
AliESDMuonTrackGetMuonTrack (Int_t i)
 
AliESDMuonTrackNewMuonTrack ()
 
AliESDMuonClusterGetMuonCluster (Int_t i)
 
AliESDMuonClusterFindMuonCluster (UInt_t clusterId)
 
AliESDMuonClusterNewMuonCluster ()
 
AliESDMuonPadGetMuonPad (Int_t i)
 
AliESDMuonPadFindMuonPad (UInt_t padId)
 
AliESDMuonPadNewMuonPad ()
 
AliESDMuonGlobalTrackGetMuonGlobalTrack (Int_t i)
 
AliESDMuonGlobalTrackNewMuonGlobalTrack ()
 
AliESDPmdTrackGetPmdTrack (Int_t i) const
 
void AddPmdTrack (const AliESDPmdTrack *t)
 
AliESDTrdTrackGetTrdTrack (Int_t i) const
 
void SetTrdTrigger (const AliESDTrdTrigger *t)
 
AliESDTrdTriggerGetTrdTrigger () const
 
void AddTrdTrack (const AliESDTrdTrack *t)
 
AliESDTrdTrackletGetTrdTracklet (Int_t idx) const
 
void AddTrdTracklet (const AliESDTrdTracklet *trkl)
 
void AddTrdTracklet (UInt_t trackletWord, Short_t hcid, const Int_t *label=0)
 
AliESDv0GetV0 (Int_t i) const
 
Int_t GetV0 (AliESDv0 &v0dum, Int_t i) const
 
Int_t AddV0 (const AliESDv0 *v)
 
AliESDcascadeGetCascade (Int_t i) const
 
void AddCascade (const AliESDcascade *c)
 
AliESDkinkGetKink (Int_t i) const
 
Int_t AddKink (const AliESDkink *c)
 
AliESDCaloClusterGetCaloCluster (Int_t i) const
 
Int_t AddCaloCluster (const AliESDCaloCluster *c)
 
AliESDCaloCellsGetEMCALCells () const
 
AliESDCaloCellsGetPHOSCells () const
 
AliESDCaloTriggerGetCaloTrigger (TString calo) const
 
AliESDCosmicTrackGetCosmicTrack (Int_t i) const
 
const TClonesArray * GetCosmicTracks () const
 
void AddCosmicTrack (const AliESDCosmicTrack *t)
 
AliRawDataErrorLogGetErrorLog (Int_t i) const
 
void AddRawDataErrorLog (const AliRawDataErrorLog *log) const
 
Int_t GetNumberOfErrorLogs () const
 
Int_t GetNumberOfPileupVerticesSPD () const
 
Int_t GetNumberOfPileupVerticesTracks () const
 
Int_t GetNumberOfTracks () const
 
Int_t GetNumberOfESDTracks () const
 
Int_t GetNumberOfHLTConfMapTracks () const
 
Int_t GetNumberOfHLTHoughTracks () const
 
Int_t GetNumberOfMuonTracks () const
 
Int_t GetNumberOfMuonClusters ()
 
Int_t GetNumberOfMuonPads ()
 
Int_t GetNumberOfMuonGlobalTracks () const
 
Int_t GetNumberOfPmdTracks () const
 
Int_t GetNumberOfTrdTracks () const
 
Int_t GetNumberOfTrdTracklets () const
 
Int_t GetNumberOfV0s () const
 
Int_t GetNumberOfCascades () const
 
Int_t GetNumberOfKinks () const
 
Int_t GetNumberOfCosmicTracks () const
 
Int_t GetEMCALClusters (TRefArray *clusters) const
 
Int_t GetPHOSClusters (TRefArray *clusters) const
 
Int_t GetNumberOfCaloClusters () const
 
void SetUseOwnList (Bool_t b)
 
Bool_t GetUseOwnList () const
 
void ResetV0s ()
 
void ResetCascades ()
 
void Reset ()
 
void Print (Option_t *option="") const
 
void AddObject (TObject *obj)
 
void ReadFromTree (TTree *tree, Option_t *opt="")
 
TObject * FindListObject (const char *name) const
 
AliESDGetAliESDOld ()
 
void WriteToTree (TTree *tree) const
 
void GetStdContent ()
 
void ResetStdContent ()
 
void CreateStdContent ()
 
void CreateStdContent (Bool_t bUseThisList)
 
void CompleteStdContent ()
 
void SetStdNames ()
 
void CopyFromOldESD ()
 
TList * GetList () const
 
void SetFriendEvent (AliVfriendEvent *f)
 
virtual Int_t EventIndex (Int_t) const
 
virtual Int_t EventIndexForCaloCluster (Int_t) const
 
virtual Int_t EventIndexForPHOSCell (Int_t) const
 
virtual Int_t EventIndexForEMCALCell (Int_t) const
 
void SetDetectorStatus (ULong_t detMask)
 
void ResetDetectorStatus (ULong_t detMask)
 
ULong_t GetDetectorStatus () const
 
Bool_t IsDetectorOn (ULong_t detMask) const
 
void SetDAQDetectorPattern (UInt_t pattern)
 
void SetDAQAttributes (UInt_t attributes)
 
UInt_t GetDAQDetectorPattern () const
 
UInt_t GetDAQAttributes () const
 
Bool_t IsIncompleteDAQ ()
 
void SetNTPCFriend2Store (Int_t v)
 
Int_t GetNTPCFriend2Store () const
 
virtual AliVEvent::EDataLayoutType GetDataLayoutType () const
 
void AdjustMCLabels (const AliVEvent *mctruth)
 
- Public Member Functions inherited from AliVEvent
 AliVEvent ()
 
virtual ~AliVEvent ()
 
 AliVEvent (const AliVEvent &vEvnt)
 
AliVEventoperator= (const AliVEvent &vEvnt)
 
const TGeoHMatrix * GetPHOSMatrix (Int_t) const
 
const TGeoHMatrix * GetEMCALMatrix (Int_t) const
 
const char * Whoami ()
 
virtual ULong64_t GetSize () const
 

Protected Member Functions

 AliESDEvent (const AliESDEvent &)
 
void AddMuonTrack (const AliESDMuonTrack *t)
 
void AddMuonGlobalTrack (const AliESDMuonGlobalTrack *t)
 

Static Protected Member Functions

static Bool_t ResetWithPlacementNew (TObject *pObject)
 

Protected Attributes

TList * fESDObjects
 
AliESDRunfESDRun
 
AliESDHeaderfHeader
 Run information tmp put in the Userdata. More...
 
AliESDZDCfESDZDC
 ESD Event Header. More...
 
AliESDFMDfESDFMD
 ZDC information. More...
 
AliESDVZEROfESDVZERO
 FMD object containing rough multiplicity. More...
 
AliESDTZEROfESDTZERO
 VZERO object containing rough multiplicity. More...
 
AliESDFITfESDFIT
 TZEROObject. More...
 
AliESDVertexfTPCVertex
 FITObject. More...
 
AliESDVertexfSPDVertex
 Primary vertex estimated by the TPC. More...
 
AliESDVertexfPrimaryVertex
 Primary vertex estimated by the SPD. More...
 
AliMultiplicityfSPDMult
 Primary vertex estimated using ESD tracks. More...
 
AliESDCaloTriggerfPHOSTrigger
 SPD tracklet multiplicity. More...
 
AliESDCaloTriggerfEMCALTrigger
 PHOS Trigger information. More...
 
AliESDACORDEfESDACORDE
 PHOS Trigger information. More...
 
AliESDADfESDAD
 ACORDE ESD object caontaining bit pattern. More...
 
AliESDTrdTriggerfTrdTrigger
 AD ESD object caontaining bit pattern. More...
 
TClonesArray * fSPDPileupVertices
 TRD trigger information. More...
 
TClonesArray * fTrkPileupVertices
 Pileup primary vertices reconstructed by SPD. More...
 
TClonesArray * fTracks
 Pileup primary vertices reconstructed using the tracks. More...
 
TClonesArray * fMuonTracks
 ESD tracks. More...
 
TClonesArray * fMuonClusters
 MUON ESD tracks. More...
 
TClonesArray * fMuonPads
 MUON ESD clusters. More...
 
TClonesArray * fMuonGlobalTracks
 MUON ESD pads. More...
 
TClonesArray * fPmdTracks
 MUON+MFT ESD tracks // AU. More...
 
TClonesArray * fTrdTracks
 PMD ESD tracks. More...
 
TClonesArray * fTrdTracklets
 TRD ESD tracks (triggered) More...
 
TClonesArray * fV0s
 TRD tracklets (for trigger) More...
 
TClonesArray * fCascades
 V0 vertices. More...
 
TClonesArray * fKinks
 Cascade vertices. More...
 
TClonesArray * fCaloClusters
 Kinks. More...
 
AliESDCaloCellsfEMCALCells
 Calorimeter clusters for PHOS/EMCAL. More...
 
AliESDCaloCellsfPHOSCells
 EMCAL cell info. More...
 
TClonesArray * fCosmicTracks
 PHOS cell info. More...
 
TClonesArray * fESDTOFClusters
 Tracks created by cosmics finder. More...
 
TClonesArray * fESDTOFHits
 TOF clusters. More...
 
TClonesArray * fESDTOFMatches
 TOF hits (used for clusters) More...
 
TClonesArray * fErrorLogs
 TOF matching info (with the reference to tracks) More...
 
Bool_t fOldMuonStructure
 Raw-data reading error messages. More...
 
AliESDfESDOld
 Flag if reading ESD with old MUON structure. More...
 
AliESDfriendfESDFriendOld
 Old esd Structure. More...
 
Bool_t fConnected
 Old friend esd Structure. More...
 
Bool_t fUseOwnList
 flag if leaves are alreday connected More...
 
Bool_t fTracksConnected
 Do not use the list from the esdTree but use the one created by this class. More...
 
AliTOFHeaderfTOFHeader
 
AliCentralityfCentrality
 event times (and sigmas) as estimated by TOF More...
 
AliEventplanefEventplane
 Centrality for AA collision. More...
 
Int_t fNTPCFriend2Store
 Event plane for AA collision. More...
 
ULong64_t fDetectorStatus
 number of TPC friend tracks to store More...
 
UInt_t fDAQDetectorPattern
 
UInt_t fDAQAttributes
 
Int_t fNTPCClusters
 

Static Protected Attributes

static const char * fgkESDListName [kESDListN]
 flag if tracks have already pointer to event set More...
 

Detailed Description

Definition at line 83 of file AliESDEvent.h.

Member Enumeration Documentation

Enumerator
kESDRun 
kHeader 
kESDZDC 
kESDFMD 
kESDVZERO 
kESDTZERO 
kTPCVertex 
kSPDVertex 
kPrimaryVertex 
kSPDMult 
kPHOSTrigger 
kEMCALTrigger 
kSPDPileupVertices 
kTrkPileupVertices 
kTracks 
kMuonTracks 
kMuonClusters 
kMuonPads 
kMuonGlobalTracks 
kPmdTracks 
kTrdTrigger 
kTrdTracks 
kTrdTracklets 
kV0s 
kCascades 
kKinks 
kCaloClusters 
kEMCALCells 
kPHOSCells 
kErrorLogs 
kESDACORDE 
kESDAD 
kTOFHeader 
kCosmicTracks 
kTOFclusters 
kTOFhit 
kTOFmatch 
kESDFIT 
kESDListN 

Definition at line 87 of file AliESDEvent.h.

Constructor & Destructor Documentation

AliESDEvent::AliESDEvent ( )

Definition at line 131 of file AliESDEvent.cxx.

Referenced by GetNTPCFriend2Store().

AliESDEvent::~AliESDEvent ( )
virtual

Definition at line 396 of file AliESDEvent.cxx.

AliESDEvent::AliESDEvent ( const AliESDEvent esd)
protected

Definition at line 188 of file AliESDEvent.cxx.

Member Function Documentation

Int_t AliESDEvent::AddCaloCluster ( const AliESDCaloCluster c)
void AliESDEvent::AddCascade ( const AliESDcascade c)

Definition at line 1452 of file AliESDEvent.cxx.

Referenced by CopyFromOldESD(), and GetCascade().

void AliESDEvent::AddCosmicTrack ( const AliESDCosmicTrack t)

Definition at line 1459 of file AliESDEvent.cxx.

Referenced by GetCosmicTracks().

void AliESDEvent::AddHLTConfMapTrack ( const AliESDHLTtrack )
inline

Definition at line 417 of file AliESDEvent.h.

void AliESDEvent::AddHLTHoughTrack ( const AliESDHLTtrack )
inline

Definition at line 428 of file AliESDEvent.h.

Int_t AliESDEvent::AddKink ( const AliESDkink c)

Definition at line 1441 of file AliESDEvent.cxx.

Referenced by CopyFromOldESD(), and GetKink().

void AliESDEvent::AddMuonGlobalTrack ( const AliESDMuonGlobalTrack t)
protected

Definition at line 1306 of file AliESDEvent.cxx.

Referenced by GetNTPCFriend2Store().

void AliESDEvent::AddMuonTrack ( const AliESDMuonTrack t)
protected

Definition at line 1297 of file AliESDEvent.cxx.

Referenced by CopyFromOldESD(), and GetNTPCFriend2Store().

Char_t AliESDEvent::AddPileupVertexSPD ( const AliESDVertex vtx)

Definition at line 1191 of file AliESDEvent.cxx.

Referenced by GetPileupVertexSPD(), and AliReconstruction::RunVertexFinder().

Char_t AliESDEvent::AddPileupVertexTracks ( const AliESDVertex vtx)

Definition at line 1202 of file AliESDEvent.cxx.

Referenced by AliVertexerTracks::AnalyzePileUp(), and GetPileupVertexTracks().

void AliESDEvent::AddPmdTrack ( const AliESDPmdTrack t)

Definition at line 1409 of file AliESDEvent.cxx.

Referenced by CopyFromOldESD(), and GetPmdTrack().

void AliESDEvent::AddRawDataErrorLog ( const AliRawDataErrorLog log) const

Definition at line 1478 of file AliESDEvent.cxx.

Referenced by AliReconstruction::FillRawDataErrorLog(), and GetErrorLog().

Int_t AliESDEvent::AddTrack ( const AliESDtrack t)

Definition at line 1213 of file AliESDEvent.cxx.

Referenced by CopyFromOldESD(), and GetTrack().

void AliESDEvent::AddTrdTrack ( const AliESDTrdTrack t)

Definition at line 1422 of file AliESDEvent.cxx.

Referenced by CopyFromOldESD(), and GetTrdTrigger().

void AliESDEvent::AddTrdTracklet ( const AliESDTrdTracklet trkl)

Definition at line 1429 of file AliESDEvent.cxx.

Referenced by GetTrdTracklet().

void AliESDEvent::AddTrdTracklet ( UInt_t  trackletWord,
Short_t  hcid,
const Int_t *  label = 0 
)

Definition at line 1435 of file AliESDEvent.cxx.

Int_t AliESDEvent::AddV0 ( const AliESDv0 v)

Definition at line 585 of file AliESDEvent.cxx.

Referenced by CopyFromOldESD(), and GetV0().

void AliESDEvent::AdjustMCLabels ( const AliVEvent mctruth)
virtual

Reimplemented from AliVEvent.

Definition at line 2730 of file AliESDEvent.cxx.

Referenced by GetNTPCFriend2Store().

Bool_t AliESDEvent::AreTracksConnected ( ) const
inline

Definition at line 403 of file AliESDEvent.h.

Bool_t AliESDEvent::Clean ( TObjArray track2destroy,
const AliGRPRecoParam grpRecoParam 
)

Definition at line 1001 of file AliESDEvent.cxx.

Referenced by AliReconstruction::CleanESD(), and SetNumberOfTPCClusters().

int AliESDEvent::CleanV0s ( const AliGRPRecoParam grpRecoParam)

Definition at line 950 of file AliESDEvent.cxx.

Referenced by AliReconstruction::ProcessEvent(), and SetNumberOfTPCClusters().

void AliESDEvent::CompleteStdContent ( )

Definition at line 1791 of file AliESDEvent.cxx.

Referenced by GetAliESDOld(), and ReadFromTree().

void AliESDEvent::ConnectTracks ( )
virtual

Reimplemented from AliVEvent.

Definition at line 2610 of file AliESDEvent.cxx.

Referenced by AliESDEvent(), AliESDInputHandler::BeginEvent(), GetPileupVerticesSPD(), and operator=().

void AliESDEvent::Copy ( TObject &  obj) const
virtual

Definition at line 416 of file AliESDEvent.cxx.

void AliESDEvent::CopyFromOldESD ( )

Definition at line 2116 of file AliESDEvent.cxx.

Referenced by AliESDTagCreator::FillEventTag(), and GetAliESDOld().

void AliESDEvent::CreateStdContent ( )
virtual
void AliESDEvent::CreateStdContent ( Bool_t  bUseThisList)

Definition at line 1729 of file AliESDEvent.cxx.

void AliESDEvent::EmptyOfflineV0Prongs ( )

Definition at line 2850 of file AliESDEvent.cxx.

Referenced by SetNumberOfTPCClusters().

void AliESDEvent::EstimateMultiplicity ( Int_t &  tracklets,
Int_t &  trITSTPC,
Int_t &  trITSSApure,
Double_t  eta = 1.,
Bool_t  useDCAFlag = kTRUE,
Bool_t  useV0Flag = kTRUE 
) const

Definition at line 2346 of file AliESDEvent.cxx.

Referenced by GetMultiplicity().

virtual Int_t AliESDEvent::EventIndex ( Int_t  ) const
inlinevirtual

Implements AliVEvent.

Definition at line 586 of file AliESDEvent.h.

virtual Int_t AliESDEvent::EventIndexForCaloCluster ( Int_t  ) const
inlinevirtual

Implements AliVEvent.

Definition at line 587 of file AliESDEvent.h.

virtual Int_t AliESDEvent::EventIndexForEMCALCell ( Int_t  ) const
inlinevirtual

Implements AliVEvent.

Definition at line 589 of file AliESDEvent.h.

virtual Int_t AliESDEvent::EventIndexForPHOSCell ( Int_t  ) const
inlinevirtual

Implements AliVEvent.

Definition at line 588 of file AliESDEvent.h.

AliESDfriend * AliESDEvent::FindFriend ( ) const
virtual

Reimplemented from AliVEvent.

Definition at line 2629 of file AliESDEvent.cxx.

Referenced by AliESDInputHandler::ConnectFriends(), and GetADData().

TObject * AliESDEvent::FindListObject ( const char *  name) const
virtual
AliESDMuonCluster * AliESDEvent::FindMuonCluster ( UInt_t  clusterId)
AliESDMuonPad * AliESDEvent::FindMuonPad ( UInt_t  padId)

Definition at line 1388 of file AliESDEvent.cxx.

Referenced by AddHLTHoughTrack(), and AliMUONESDInterface::MUONToESD().

AliESDACORDE* AliESDEvent::GetACORDEData ( ) const
inline

Definition at line 289 of file AliESDEvent.h.

AliESDAD* AliESDEvent::GetADData ( ) const
inlinevirtual

Reimplemented from AliVEvent.

Definition at line 293 of file AliESDEvent.h.

AliESD* AliESDEvent::GetAliESDOld ( )
inline

Definition at line 571 of file AliESDEvent.h.

Referenced by AliESDTagCreator::FillEventTag().

AliTimeStamp AliESDEvent::GetAliTimeStamp ( ) const

Definition at line 2687 of file AliESDEvent.cxx.

Referenced by GetTimeStamp().

Float_t AliESDEvent::GetBeamEnergy ( ) const
inline

Definition at line 181 of file AliESDEvent.h.

Referenced by AliESDTagCreator::CreateTag().

Int_t AliESDEvent::GetBeamParticle ( Int_t  ibeam) const
inline

Definition at line 183 of file AliESDEvent.h.

Int_t AliESDEvent::GetBeamParticleA ( Int_t  ibeam) const
inline

Definition at line 184 of file AliESDEvent.h.

Int_t AliESDEvent::GetBeamParticleZ ( Int_t  ibeam) const
inline

Definition at line 185 of file AliESDEvent.h.

const char* AliESDEvent::GetBeamType ( ) const
inline

Definition at line 182 of file AliESDEvent.h.

Referenced by AliESDTagCreator::CreateTag().

UShort_t AliESDEvent::GetBunchCrossNumber ( ) const
inlinevirtual
AliESDCaloTrigger* AliESDEvent::GetCaloTrigger ( TString  calo) const
inlinevirtual

Reimplemented from AliVEvent.

Definition at line 509 of file AliESDEvent.h.

Referenced by AliEMCALReconstructor::FillESD(), and TestESD().

Int_t* AliESDEvent::GetCaloTriggerType ( ) const
inline

Definition at line 164 of file AliESDEvent.h.

Int_t* AliESDEvent::GetCaloTriggerType ( int  i) const
inline

Definition at line 165 of file AliESDEvent.h.

AliESDcascade* AliESDEvent::GetCascade ( Int_t  i) const
inline

Definition at line 489 of file AliESDEvent.h.

Referenced by Clean(), RemoveTrack(), and RemoveV0().

AliCentrality * AliESDEvent::GetCentrality ( )
virtual

Implements AliVEvent.

Definition at line 2413 of file AliESDEvent.cxx.

Referenced by GetZDCParticipants().

AliESDCosmicTrack* AliESDEvent::GetCosmicTrack ( Int_t  i) const
inline

Definition at line 516 of file AliESDEvent.h.

Referenced by Clean().

const TClonesArray* AliESDEvent::GetCosmicTracks ( ) const
inline

Definition at line 519 of file AliESDEvent.h.

const AliTimeStamp* AliESDEvent::GetCTPStart ( ) const
inline

Definition at line 138 of file AliESDEvent.h.

Referenced by GetAliTimeStamp(), GetTimeStampCTP(), and GetTimeStampCTPBCCorr().

Float_t AliESDEvent::GetCurrentDip ( ) const
inline

Definition at line 180 of file AliESDEvent.h.

Float_t AliESDEvent::GetCurrentL3 ( ) const
inline

Definition at line 179 of file AliESDEvent.h.

UInt_t AliESDEvent::GetDAQAttributes ( ) const
inline

Definition at line 599 of file AliESDEvent.h.

Referenced by AliReconstruction::ProcessEvent().

UInt_t AliESDEvent::GetDAQDetectorPattern ( ) const
inline

Definition at line 598 of file AliESDEvent.h.

AliVEvent::EDataLayoutType AliESDEvent::GetDataLayoutType ( ) const
virtual

Implements AliVEvent.

Definition at line 2634 of file AliESDEvent.cxx.

Referenced by GetNTPCFriend2Store().

ULong_t AliESDEvent::GetDetectorStatus ( ) const
inline

Definition at line 593 of file AliESDEvent.h.

void AliESDEvent::GetDiamondCovXY ( Float_t  cov[3]) const
inlinevirtual

Reimplemented from AliVEvent.

Definition at line 156 of file AliESDEvent.h.

Referenced by PrimaryVertexTracksUnconstrained(), and AliESDUtils::RefitESDVertexTracks().

Double_t AliESDEvent::GetDiamondX ( ) const
inlinevirtual
Double_t AliESDEvent::GetDiamondY ( ) const
inlinevirtual
Double_t AliESDEvent::GetDiamondZ ( ) const
inline

Definition at line 152 of file AliESDEvent.h.

Referenced by IsPileupFromSPD(), and Print().

AliESDCaloCells* AliESDEvent::GetEMCALCells ( ) const
inlinevirtual
Int_t AliESDEvent::GetEMCALClusters ( TRefArray *  clusters) const
virtual
const TGeoHMatrix* AliESDEvent::GetEMCALMatrix ( Int_t  i) const
inline

Definition at line 161 of file AliESDEvent.h.

Referenced by AliEMCALReconstructor::FillMisalMatrixes(), and TestESD().

AliRawDataErrorLog* AliESDEvent::GetErrorLog ( Int_t  i) const
inline

Definition at line 523 of file AliESDEvent.h.

const AliESDFIT* AliESDEvent::GetESDFIT ( ) const
inline

Definition at line 255 of file AliESDEvent.h.

void AliESDEvent::GetESDfriend ( AliESDfriend f)

Definition at line 1627 of file AliESDEvent.cxx.

Referenced by GetADData(), and AliReconstruction::ProcessEvent().

TClonesArray* AliESDEvent::GetESDTOFHits ( ) const
inline

Definition at line 351 of file AliESDEvent.h.

TClonesArray* AliESDEvent::GetESDTOFMatches ( ) const
inline

Definition at line 352 of file AliESDEvent.h.

const AliESDTZERO* AliESDEvent::GetESDTZERO ( ) const
inline

Definition at line 260 of file AliESDEvent.h.

Referenced by AliFMDReconstructor::GetVertex().

AliESDZDC* AliESDEvent::GetESDZDC ( ) const
inline

Definition at line 229 of file AliESDEvent.h.

AliEventplane * AliESDEvent::GetEventplane ( )
virtual

Implements AliVEvent.

Definition at line 2420 of file AliESDEvent.cxx.

Referenced by GetZDCParticipants().

UInt_t AliESDEvent::GetEventSpecie ( ) const
inlinevirtual

Reimplemented from AliVEvent.

Definition at line 223 of file AliESDEvent.h.

Referenced by AliReconstruction::IsCosmicOrCalibSpecie(), and AliReconstruction::ProcessEvent().

Float_t AliESDEvent::GetEventTimeSpread ( ) const
inlinevirtual

Reimplemented from AliVEvent.

Definition at line 347 of file AliESDEvent.h.

UInt_t AliESDEvent::GetEventType ( ) const
inlinevirtual
TString AliESDEvent::GetFiredTriggerClasses ( ) const
inlinevirtual

Implements AliVEvent.

Definition at line 210 of file AliESDEvent.h.

Referenced by AliFMDPattern::Begin(), and TestESD().

AliESDFMD* AliESDEvent::GetFMDData ( ) const
inline

Definition at line 252 of file AliESDEvent.h.

Referenced by AliFMDInput::Begin(), and AliFMDQADataMakerRec::MakeESDs().

AliESDHLTtrack* AliESDEvent::GetHLTConfMapTrack ( Int_t  ) const
inline

Definition at line 413 of file AliESDEvent.h.

AliESDHLTtrack* AliESDEvent::GetHLTHoughTrack ( Int_t  ) const
inline

Definition at line 424 of file AliESDEvent.h.

TObject * AliESDEvent::GetHLTTriggerDecision ( ) const
TString AliESDEvent::GetHLTTriggerDescription ( ) const

Definition at line 2263 of file AliESDEvent.cxx.

Referenced by IsHLTTriggerFired(), and IsTriggerClassFired().

AliESDkink* AliESDEvent::GetKink ( Int_t  i) const
inlinevirtual

Reimplemented from AliVEvent.

Definition at line 495 of file AliESDEvent.h.

Referenced by Clean(), RemoveKink(), and RemoveTrack().

TList* AliESDEvent::GetList ( ) const
inlinevirtual

Implements AliVEvent.

Definition at line 580 of file AliESDEvent.h.

Referenced by operator=(), and ReadFromTree().

AliMultiplicity* AliESDEvent::GetMultiplicity ( ) const
inlinevirtual
Int_t AliESDEvent::GetMultiplicity ( AliMultiplicity mult) const
inlinevirtual

Reimplemented from AliVEvent.

Definition at line 362 of file AliESDEvent.h.

AliESDMuonCluster * AliESDEvent::GetMuonCluster ( Int_t  i)

Definition at line 1340 of file AliESDEvent.cxx.

Referenced by AddHLTHoughTrack().

AliESDMuonGlobalTrack * AliESDEvent::GetMuonGlobalTrack ( Int_t  i)

Definition at line 1287 of file AliESDEvent.cxx.

Referenced by AddHLTHoughTrack(), and AdjustMCLabels().

AliESDMuonPad * AliESDEvent::GetMuonPad ( Int_t  i)

Definition at line 1379 of file AliESDEvent.cxx.

Referenced by AddHLTHoughTrack(), and AliMUONESDInterface::LoadEvent().

Int_t AliESDEvent::GetNTOFclusters ( ) const
inline

Definition at line 356 of file AliESDEvent.h.

Int_t AliESDEvent::GetNTPCFriend2Store ( ) const
inline

Definition at line 604 of file AliESDEvent.h.

Int_t AliESDEvent::GetNumberOfCaloClusters ( ) const
inlinevirtual
Int_t AliESDEvent::GetNumberOfCascades ( ) const
inlinevirtual

Implements AliVEvent.

Definition at line 551 of file AliESDEvent.h.

Referenced by Clean(), AliESDTagCreator::FillEventTag(), Print(), RemoveTrack(), and RemoveV0().

Int_t AliESDEvent::GetNumberOfCosmicTracks ( ) const
inline

Definition at line 554 of file AliESDEvent.h.

Referenced by Clean(), and Print().

Int_t AliESDEvent::GetNumberOfErrorLogs ( ) const
inline

Definition at line 528 of file AliESDEvent.h.

Int_t AliESDEvent::GetNumberOfESDTracks ( ) const
inlinevirtual

Reimplemented from AliVEvent.

Definition at line 537 of file AliESDEvent.h.

Int_t AliESDEvent::GetNumberOfHLTConfMapTracks ( ) const
inline

Definition at line 538 of file AliESDEvent.h.

Int_t AliESDEvent::GetNumberOfHLTHoughTracks ( ) const
inline

Definition at line 540 of file AliESDEvent.h.

Int_t AliESDEvent::GetNumberOfITSClusters ( Int_t  lr) const
inlinevirtual

Reimplemented from AliVEvent.

Definition at line 358 of file AliESDEvent.h.

Int_t AliESDEvent::GetNumberOfKinks ( ) const
inlinevirtual

Reimplemented from AliVEvent.

Definition at line 552 of file AliESDEvent.h.

Referenced by Clean(), AliESDTagCreator::FillEventTag(), Print(), and RemoveKink().

Int_t AliESDEvent::GetNumberOfMuonClusters ( )

Definition at line 1331 of file AliESDEvent.cxx.

Referenced by GetNumberOfMuonTracks().

Int_t AliESDEvent::GetNumberOfMuonGlobalTracks ( ) const
inline

Definition at line 546 of file AliESDEvent.h.

Referenced by AdjustMCLabels(), and Print().

Int_t AliESDEvent::GetNumberOfMuonPads ( )

Definition at line 1370 of file AliESDEvent.cxx.

Referenced by GetNumberOfMuonTracks(), and AliMUONESDInterface::LoadEvent().

Int_t AliESDEvent::GetNumberOfPileupVerticesSPD ( ) const
inline

Definition at line 530 of file AliESDEvent.h.

Referenced by IsPileupFromSPD(), and Print().

Int_t AliESDEvent::GetNumberOfPileupVerticesTracks ( ) const
inline

Definition at line 533 of file AliESDEvent.h.

Referenced by Print().

Int_t AliESDEvent::GetNumberOfPmdTracks ( ) const
inline

Definition at line 547 of file AliESDEvent.h.

Referenced by AdjustMCLabels(), AliESDTagCreator::FillEventTag(), and Print().

Int_t AliESDEvent::GetNumberOfTPCClusters ( ) const
inline

Definition at line 370 of file AliESDEvent.h.

Referenced by AliReconstruction::ProcessEvent().

Int_t AliESDEvent::GetNumberOfTPCTracks ( ) const

Definition at line 2721 of file AliESDEvent.cxx.

Referenced by GetMultiplicity().

Int_t AliESDEvent::GetNumberOfTrdTracklets ( ) const
inline

Definition at line 549 of file AliESDEvent.h.

Referenced by AdjustMCLabels(), and Print().

Int_t AliESDEvent::GetNumberOfTrdTracks ( ) const
inlinevirtual

Reimplemented from AliVEvent.

Definition at line 548 of file AliESDEvent.h.

Referenced by AdjustMCLabels(), and Print().

UInt_t AliESDEvent::GetOrbitNumber ( ) const
inlinevirtual
UInt_t AliESDEvent::GetPeriodNumber ( ) const
inlinevirtual
AliESDCaloCells* AliESDEvent::GetPHOSCells ( ) const
inlinevirtual

Reimplemented from AliVEvent.

Definition at line 507 of file AliESDEvent.h.

Referenced by TestESDCaloClusterAndCell().

Int_t AliESDEvent::GetPHOSClusters ( TRefArray *  clusters) const
virtual

Reimplemented from AliVEvent.

Definition at line 1829 of file AliESDEvent.cxx.

Referenced by AliESDTagCreator::FillEventTag(), GetNumberOfCosmicTracks(), and TestESDCaloClusterAndCell().

const TGeoHMatrix* AliESDEvent::GetPHOSMatrix ( Int_t  i) const
inline

Definition at line 159 of file AliESDEvent.h.

const AliESDVertex* AliESDEvent::GetPileupVertexSPD ( Int_t  i) const
inline

Definition at line 383 of file AliESDEvent.h.

Referenced by IsPileupFromSPD().

const AliESDVertex* AliESDEvent::GetPileupVertexTracks ( Int_t  i) const
inline

Definition at line 387 of file AliESDEvent.h.

TClonesArray* AliESDEvent::GetPileupVerticesSPD ( ) const
inline

Definition at line 392 of file AliESDEvent.h.

TClonesArray* AliESDEvent::GetPileupVerticesTracks ( ) const
inline

Definition at line 391 of file AliESDEvent.h.

Referenced by AliESDUtils::RefitESDVertexTracks().

AliESDPmdTrack* AliESDEvent::GetPmdTrack ( Int_t  i) const
inline

Definition at line 450 of file AliESDEvent.h.

Referenced by AdjustMCLabels().

const AliESDVertex * AliESDEvent::GetPrimaryVertex ( ) const
virtual
Int_t AliESDEvent::GetPrimaryVertex ( AliESDVertex v) const
inlinevirtual

Reimplemented from AliVEvent.

Definition at line 320 of file AliESDEvent.h.

const AliESDVertex* AliESDEvent::GetPrimaryVertexSPD ( ) const
inlinevirtual
Int_t AliESDEvent::GetPrimaryVertexSPD ( AliESDVertex v) const
inlinevirtual

Reimplemented from AliVEvent.

Definition at line 332 of file AliESDEvent.h.

const AliESDVertex* AliESDEvent::GetPrimaryVertexTPC ( ) const
inlinevirtual

Reimplemented from AliVEvent.

Definition at line 304 of file AliESDEvent.h.

Referenced by GetPrimaryVertexTPC(), and AliFMDReconstructor::GetVertex().

Int_t AliESDEvent::GetPrimaryVertexTPC ( AliESDVertex v) const
inlinevirtual

Reimplemented from AliVEvent.

Definition at line 326 of file AliESDEvent.h.

const AliESDVertex* AliESDEvent::GetPrimaryVertexTracks ( ) const
inlinevirtual

Reimplemented from AliVEvent.

Definition at line 314 of file AliESDEvent.h.

Referenced by GetPrimaryVertexTracks(), and AliESDUtils::RefitESDVertexTracks().

Int_t AliESDEvent::GetPrimaryVertexTracks ( AliESDVertex v) const
inlinevirtual

Reimplemented from AliVEvent.

Definition at line 338 of file AliESDEvent.h.

Double_t AliESDEvent::GetSigma2DiamondX ( ) const
inline

Definition at line 153 of file AliESDEvent.h.

Referenced by IsPileupFromSPD().

Double_t AliESDEvent::GetSigma2DiamondY ( ) const
inline

Definition at line 154 of file AliESDEvent.h.

Referenced by IsPileupFromSPD().

Double_t AliESDEvent::GetSigma2DiamondZ ( ) const
inline

Definition at line 155 of file AliESDEvent.h.

Referenced by IsPileupFromSPD().

void AliESDEvent::GetStdContent ( )
virtual
Double32_t AliESDEvent::GetT0 ( ) const
inline

Definition at line 266 of file AliESDEvent.h.

const Double32_t* AliESDEvent::GetT0amplitude ( ) const
inline

Definition at line 275 of file AliESDEvent.h.

Double32_t AliESDEvent::GetT0clock ( ) const
inline

Definition at line 268 of file AliESDEvent.h.

Float_t AliESDEvent::GetT0spread ( Int_t  i) const
inlinevirtual

Reimplemented from AliVEvent.

Definition at line 190 of file AliESDEvent.h.

const Double32_t* AliESDEvent::GetT0time ( ) const
inline

Definition at line 273 of file AliESDEvent.h.

Double32_t AliESDEvent::GetT0TOF ( Int_t  icase) const
inlinevirtual

Reimplemented from AliVEvent.

Definition at line 270 of file AliESDEvent.h.

const Double32_t* AliESDEvent::GetT0TOF ( ) const
inlinevirtual

Reimplemented from AliVEvent.

Definition at line 271 of file AliESDEvent.h.

Int_t AliESDEvent::GetT0Trig ( ) const
inline

Definition at line 277 of file AliESDEvent.h.

Double32_t AliESDEvent::GetT0zVertex ( ) const
inline
UInt_t AliESDEvent::GetTimeStamp ( ) const
inlinevirtual
UInt_t AliESDEvent::GetTimeStampCTP ( ) const

Definition at line 2646 of file AliESDEvent.cxx.

Referenced by GetTimeStamp().

Double_t AliESDEvent::GetTimeStampCTPBCCorr ( ) const

Definition at line 2665 of file AliESDEvent.cxx.

Referenced by GetTimeStamp().

AliTOFHeader* AliESDEvent::GetTOFHeader ( ) const
inlinevirtual

Reimplemented from AliVEvent.

Definition at line 346 of file AliESDEvent.h.

Referenced by AliESDtrack::GetTOFHeader().

Float_t AliESDEvent::GetTOFTimeResolution ( ) const
inlinevirtual

Reimplemented from AliVEvent.

Definition at line 348 of file AliESDEvent.h.

AliESDTrdTrack* AliESDEvent::GetTrdTrack ( Int_t  i) const
inlinevirtual

Reimplemented from AliVEvent.

Definition at line 457 of file AliESDEvent.h.

Referenced by AdjustMCLabels().

AliESDTrdTracklet* AliESDEvent::GetTrdTracklet ( Int_t  idx) const
inline

Definition at line 470 of file AliESDEvent.h.

Referenced by AdjustMCLabels().

AliESDTrdTrigger* AliESDEvent::GetTrdTrigger ( ) const
inline

Definition at line 464 of file AliESDEvent.h.

UChar_t AliESDEvent::GetTriggerCluster ( ) const
inlinevirtual

Implements AliVEvent.

Definition at line 226 of file AliESDEvent.h.

Referenced by AliESDTagCreator::FillEventTag().

ULong64_t AliESDEvent::GetTriggerMaskNext50 ( ) const
inlinevirtual
Bool_t AliESDEvent::GetUseOwnList ( ) const
inline

Definition at line 560 of file AliESDEvent.h.

AliESDv0* AliESDEvent::GetV0 ( Int_t  i) const
inline
Int_t AliESDEvent::GetV0 ( AliESDv0 v0dum,
Int_t  i 
) const
inlinevirtual

Reimplemented from AliVEvent.

Definition at line 482 of file AliESDEvent.h.

AliESDtrack* AliESDEvent::GetVTrack ( Int_t  i) const
inlinevirtual

Reimplemented from AliVEvent.

Definition at line 408 of file AliESDEvent.h.

AliESDVZERO* AliESDEvent::GetVZEROData ( ) const
inlinevirtual
Int_t AliESDEvent::GetVZEROData ( AliESDVZERO v) const
inlinevirtual

Reimplemented from AliVEvent.

Definition at line 283 of file AliESDEvent.h.

virtual const Float_t* AliESDEvent::GetVZEROEqFactors ( ) const
inlinevirtual

Reimplemented from AliVEvent.

Definition at line 166 of file AliESDEvent.h.

Float_t AliESDEvent::GetVZEROEqMultiplicity ( Int_t  i) const
virtual

Reimplemented from AliVEvent.

Definition at line 2427 of file AliESDEvent.cxx.

Referenced by GetVZEROEqFactors().

AliESDZDC* AliESDEvent::GetZDCData ( ) const
inlinevirtual

Implements AliVEvent.

Definition at line 230 of file AliESDEvent.h.

Double_t AliESDEvent::GetZDCEMEnergy ( Int_t  i = 0) const
inlinevirtual

Implements AliVEvent.

Definition at line 239 of file AliESDEvent.h.

Referenced by AliESDTagCreator::FillEventTag().

Double_t AliESDEvent::GetZDCN1Energy ( ) const
inlinevirtual

Implements AliVEvent.

Definition at line 235 of file AliESDEvent.h.

Referenced by AliESDTagCreator::FillEventTag().

Double_t AliESDEvent::GetZDCN2Energy ( ) const
inlinevirtual

Implements AliVEvent.

Definition at line 237 of file AliESDEvent.h.

Referenced by AliESDTagCreator::FillEventTag().

Double_t AliESDEvent::GetZDCP1Energy ( ) const
inlinevirtual

Implements AliVEvent.

Definition at line 236 of file AliESDEvent.h.

Referenced by AliESDTagCreator::FillEventTag().

Double_t AliESDEvent::GetZDCP2Energy ( ) const
inlinevirtual

Implements AliVEvent.

Definition at line 238 of file AliESDEvent.h.

Referenced by AliESDTagCreator::FillEventTag().

Int_t AliESDEvent::GetZDCParticipants ( ) const
inline

Definition at line 240 of file AliESDEvent.h.

Referenced by AliESDTagCreator::FillEventTag().

virtual Bool_t AliESDEvent::InitMagneticField ( ) const
inlinevirtual

Reimplemented from AliVEvent.

Definition at line 188 of file AliESDEvent.h.

Referenced by AliESDInputHandler::BeginEvent().

Bool_t AliESDEvent::IsDetectorInTriggerCluster ( TString  detector,
AliTriggerConfiguration trigConf 
) const

Definition at line 596 of file AliESDEvent.cxx.

Referenced by GetTriggerCluster().

Bool_t AliESDEvent::IsDetectorOn ( ULong_t  detMask) const
inlinevirtual

Reimplemented from AliVEvent.

Definition at line 594 of file AliESDEvent.h.

Bool_t AliESDEvent::IsEventSelected ( const char *  trigExpr) const

Definition at line 2211 of file AliESDEvent.cxx.

Referenced by IsTriggerClassFired().

Bool_t AliESDEvent::IsHLTTriggerFired ( const char *  name = NULL) const

Definition at line 2276 of file AliESDEvent.cxx.

Referenced by IsTriggerClassFired().

Bool_t AliESDEvent::IsIncompleteDAQ ( )
virtual

Reimplemented from AliVEvent.

Definition at line 2637 of file AliESDEvent.cxx.

Referenced by GetDAQAttributes(), and AliReconstruction::ProcessEvent().

Bool_t AliESDEvent::IsPileupFromSPD ( Int_t  minContributors = 5,
Double_t  minZdist = 0.8,
Double_t  nSigmaZdist = 3.,
Double_t  nSigmaDiamXY = 2.,
Double_t  nSigmaDiamZ = 5. 
) const
virtual

Reimplemented from AliVEvent.

Definition at line 2297 of file AliESDEvent.cxx.

Referenced by GetPileupVerticesSPD(), and IsPileupFromSPDInMultBins().

Bool_t AliESDEvent::IsPileupFromSPDInMultBins ( ) const
virtual

Reimplemented from AliVEvent.

Definition at line 2385 of file AliESDEvent.cxx.

Referenced by GetPileupVerticesSPD().

Bool_t AliESDEvent::IsTriggerClassFired ( const char *  name) const
inlinevirtual

Reimplemented from AliVEvent.

Definition at line 212 of file AliESDEvent.h.

Bool_t AliESDEvent::IsUniformBMap ( ) const
inline

Definition at line 186 of file AliESDEvent.h.

Bool_t AliESDEvent::MoveMuonObjects ( )
AliESDMuonCluster * AliESDEvent::NewMuonCluster ( )
AliESDMuonGlobalTrack * AliESDEvent::NewMuonGlobalTrack ( )

Definition at line 1323 of file AliESDEvent.cxx.

Referenced by AddHLTHoughTrack().

AliESDMuonPad * AliESDEvent::NewMuonPad ( )
AliESDMuonTrack * AliESDEvent::NewMuonTrack ( )

Definition at line 1315 of file AliESDEvent.cxx.

Referenced by AddHLTHoughTrack(), and AliMUONESDInterface::MUONToESD().

AliESDtrack * AliESDEvent::NewTrack ( )

add new track at the end of tracks array and return instance

Definition at line 1224 of file AliESDEvent.cxx.

Referenced by GetVTrack().

AliESDEvent & AliESDEvent::operator= ( const AliESDEvent source)

Definition at line 290 of file AliESDEvent.cxx.

Referenced by AliESDEventMFT::operator=().

AliESDVertex * AliESDEvent::PrimaryVertexTracksUnconstrained ( ) const

Definition at line 1543 of file AliESDEvent.cxx.

Referenced by GetPrimaryVertexTracks().

void AliESDEvent::Print ( Option_t *  option = "") const
virtual

Implements AliVEvent.

Definition at line 622 of file AliESDEvent.cxx.

Referenced by ResetCascades().

Bool_t AliESDEvent::RemoveKink ( Int_t  i) const

Definition at line 712 of file AliESDEvent.cxx.

Referenced by Clean(), and SetNumberOfTPCClusters().

AliESDfriendTrack * AliESDEvent::RemoveTrack ( Int_t  i,
Bool_t  checkPrimVtx 
) const

Definition at line 793 of file AliESDEvent.cxx.

Referenced by Clean(), and SetNumberOfTPCClusters().

Bool_t AliESDEvent::RemoveV0 ( Int_t  i) const

Definition at line 761 of file AliESDEvent.cxx.

Referenced by CleanV0s(), and SetNumberOfTPCClusters().

void AliESDEvent::ResetCascades ( )
inline

Definition at line 563 of file AliESDEvent.h.

void AliESDEvent::ResetDetectorStatus ( ULong_t  detMask)
inline

Definition at line 592 of file AliESDEvent.h.

void AliESDEvent::ResetStdContent ( )

Definition at line 495 of file AliESDEvent.cxx.

Referenced by CopyFromOldESD(), GetAliESDOld(), and Reset().

void AliESDEvent::ResetV0s ( )
inline

Definition at line 562 of file AliESDEvent.h.

Bool_t AliESDEvent::ResetWithPlacementNew ( TObject *  pObject)
staticprotected

Definition at line 479 of file AliESDEvent.cxx.

Referenced by GetNTPCFriend2Store(), and Reset().

void AliESDEvent::RestoreOfflineV0Prongs ( )

Definition at line 2866 of file AliESDEvent.cxx.

Referenced by ConnectTracks(), and SetNumberOfTPCClusters().

void AliESDEvent::SetACORDEData ( AliESDACORDE obj)

Definition at line 1613 of file AliESDEvent.cxx.

Referenced by GetACORDEData().

void AliESDEvent::SetADData ( AliESDAD obj)

Definition at line 1620 of file AliESDEvent.cxx.

Referenced by GetADData().

void AliESDEvent::SetBeamEnergy ( Float_t  be) const
inline

Definition at line 172 of file AliESDEvent.h.

Referenced by AliReconstruction::ProcessEvent().

void AliESDEvent::SetBeamParticle ( Int_t  az,
Int_t  ibeam 
)
inline

Definition at line 174 of file AliESDEvent.h.

Referenced by AliReconstruction::ProcessEvent().

void AliESDEvent::SetBeamType ( const char *  bt) const
inline

Definition at line 173 of file AliESDEvent.h.

Referenced by AliReconstruction::ProcessEvent().

void AliESDEvent::SetBInfoStored ( Bool_t  val = kTRUE) const
inline

Definition at line 176 of file AliESDEvent.h.

Referenced by AliReconstruction::ProcessEvent().

void AliESDEvent::SetBunchCrossNumber ( UShort_t  n)
inlinevirtual

Implements AliVEvent.

Definition at line 204 of file AliESDEvent.h.

Referenced by CopyFromOldESD(), and AliReconstruction::FillRawEventHeaderESD().

void AliESDEvent::SetCaloTriggerType ( const Int_t *  type)
inline

Definition at line 162 of file AliESDEvent.h.

Referenced by AliEMCALReconstructor::FillESD().

void AliESDEvent::SetCaloTriggerType ( int  i,
const Int_t *  type 
)
inline

Definition at line 163 of file AliESDEvent.h.

void AliESDEvent::SetCTPStart ( const AliTimeStamp t)
inline

Definition at line 139 of file AliESDEvent.h.

void AliESDEvent::SetCurrentDip ( Float_t  cur) const
inline

Definition at line 171 of file AliESDEvent.h.

Referenced by AliReconstruction::ProcessEvent().

void AliESDEvent::SetCurrentL3 ( Float_t  cur) const
inline

Definition at line 170 of file AliESDEvent.h.

Referenced by AliReconstruction::ProcessEvent().

void AliESDEvent::SetDAQAttributes ( UInt_t  attributes)
inline

Definition at line 597 of file AliESDEvent.h.

Referenced by AliReconstruction::ProcessEvent().

void AliESDEvent::SetDAQDetectorPattern ( UInt_t  pattern)
inline

Definition at line 596 of file AliESDEvent.h.

Referenced by AliReconstruction::ProcessEvent().

void AliESDEvent::SetDetectorStatus ( ULong_t  detMask)
inline

Definition at line 591 of file AliESDEvent.h.

void AliESDEvent::SetDiamond ( const AliESDVertex vertex)
inline

Definition at line 149 of file AliESDEvent.h.

Referenced by AliReconstruction::ProcessEvent().

void AliESDEvent::SetEMCALMatrix ( TGeoHMatrix *  matrix,
Int_t  i 
)
inline

Definition at line 160 of file AliESDEvent.h.

Referenced by AliEMCALReconstructor::FillMisalMatrixes().

int AliESDEvent::SetESDDownscaledOnline ( Bool_t  val) const
inline

Definition at line 177 of file AliESDEvent.h.

void AliESDEvent::SetESDfriend ( const AliESDfriend f) const
void AliESDEvent::SetEventNumberInFile ( Int_t  n)
inline

Definition at line 202 of file AliESDEvent.h.

Referenced by CopyFromOldESD(), AliReconstruction::ProcessEvent(), and Raw2ESD().

void AliESDEvent::SetEventSpecie ( UInt_t  eventSpecie)
inline

Definition at line 201 of file AliESDEvent.h.

Referenced by AliReconstruction::ProcessEvent().

void AliESDEvent::SetEventType ( UInt_t  eventType)
inlinevirtual

Implements AliVEvent.

Definition at line 200 of file AliESDEvent.h.

Referenced by CopyFromOldESD(), and AliReconstruction::FillRawEventHeaderESD().

void AliESDEvent::SetFITData ( const AliESDFIT obj)

Definition at line 1604 of file AliESDEvent.cxx.

Referenced by GetESDFIT().

void AliESDEvent::SetFMDData ( AliESDFMD obj)

Definition at line 1579 of file AliESDEvent.cxx.

Referenced by CopyFromOldESD(), AliFMDReconstructor::FillESD(), and SetZDC().

void AliESDEvent::SetFriendEvent ( AliVfriendEvent f)
inlinevirtual

Reimplemented from AliVEvent.

Definition at line 583 of file AliESDEvent.h.

void AliESDEvent::SetMagneticField ( Double_t  mf)
inlinevirtual

Implements AliVEvent.

Definition at line 147 of file AliESDEvent.h.

Referenced by CopyFromOldESD(), and AliReconstruction::ProcessEvent().

void AliESDEvent::SetMultiplicity ( const AliMultiplicity mul)
void AliESDEvent::SetNTPCFriend2Store ( Int_t  v)
inline
void AliESDEvent::SetNumberOfTPCClusters ( int  n)
inline

Definition at line 371 of file AliESDEvent.h.

Referenced by AliReconstruction::RunTracking().

void AliESDEvent::SetOrbitNumber ( UInt_t  n)
inlinevirtual

Implements AliVEvent.

Definition at line 198 of file AliESDEvent.h.

Referenced by CopyFromOldESD(), and AliReconstruction::FillRawEventHeaderESD().

void AliESDEvent::SetPeriodNumber ( UInt_t  n)
inlinevirtual

Implements AliVEvent.

Definition at line 142 of file AliESDEvent.h.

Referenced by CopyFromOldESD(), and AliReconstruction::FillRawEventHeaderESD().

void AliESDEvent::SetPHOSMatrix ( TGeoHMatrix *  matrix,
Int_t  i 
)
inline

Definition at line 158 of file AliESDEvent.h.

void AliESDEvent::SetPrimaryVertexSPD ( const AliESDVertex vertex)
void AliESDEvent::SetPrimaryVertexTPC ( const AliESDVertex vertex)

Definition at line 1492 of file AliESDEvent.cxx.

Referenced by GetADData(), and AliReconstruction::ProcessEvent().

void AliESDEvent::SetPrimaryVertexTracks ( const AliESDVertex vertex)
void AliESDEvent::SetRunNumber ( Int_t  n)
inlinevirtual

Implements AliVEvent.

Definition at line 140 of file AliESDEvent.h.

Referenced by CopyFromOldESD(), AliReconstruction::ProcessEvent(), and Raw2ESD().

void AliESDEvent::SetStdNames ( )
virtual

Implements AliVEvent.

Definition at line 1709 of file AliESDEvent.cxx.

Referenced by CreateStdContent(), and GetAliESDOld().

void AliESDEvent::SetT0 ( Double32_t  timeStart)
inline

Definition at line 267 of file AliESDEvent.h.

Referenced by CopyFromOldESD().

void AliESDEvent::SetT0amplitude ( Double32_t  amp[24])
inline

Definition at line 276 of file AliESDEvent.h.

void AliESDEvent::SetT0clock ( Double32_t  timeStart)
inline

Definition at line 269 of file AliESDEvent.h.

void AliESDEvent::SetT0spread ( Float_t *  t) const
inline

Definition at line 189 of file AliESDEvent.h.

void AliESDEvent::SetT0time ( Double32_t  time[24])
inline

Definition at line 274 of file AliESDEvent.h.

void AliESDEvent::SetT0TOF ( Int_t  icase,
Double32_t  timeStart 
)
inline

Definition at line 272 of file AliESDEvent.h.

void AliESDEvent::SetT0Trig ( Int_t  tvdc)
inline

Definition at line 278 of file AliESDEvent.h.

void AliESDEvent::SetT0zVertex ( Double32_t  z)
inline

Definition at line 265 of file AliESDEvent.h.

Referenced by CopyFromOldESD().

void AliESDEvent::SetTimeStamp ( UInt_t  timeStamp)
inline
void AliESDEvent::SetTOFcluster ( Int_t  ntofclusters,
AliESDTOFCluster cluster,
Int_t *  mapping = NULL 
)

Definition at line 2446 of file AliESDEvent.cxx.

Referenced by GetESDTOFMatches().

void AliESDEvent::SetTOFcluster ( Int_t  ntofclusters,
AliESDTOFCluster cluster[],
Int_t *  mapping = NULL 
)

Definition at line 2530 of file AliESDEvent.cxx.

void AliESDEvent::SetTOFHeader ( const AliTOFHeader tofEventTime)

Definition at line 2393 of file AliESDEvent.cxx.

Referenced by GetPrimaryVertexTracks().

void AliESDEvent::SetTrdTrigger ( const AliESDTrdTrigger t)

Definition at line 1416 of file AliESDEvent.cxx.

Referenced by GetTrdTrack().

void AliESDEvent::SetTriggerClass ( const char *  name,
Int_t  index 
)
inline

Definition at line 157 of file AliESDEvent.h.

Referenced by AliReconstruction::GetEventInfo().

void AliESDEvent::SetTriggerCluster ( UChar_t  n)
inlinevirtual

Implements AliVEvent.

Definition at line 205 of file AliESDEvent.h.

Referenced by CopyFromOldESD(), and AliReconstruction::GetEventInfo().

void AliESDEvent::SetTriggerMask ( ULong64_t  n)
inlinevirtual

Implements AliVEvent.

Definition at line 196 of file AliESDEvent.h.

Referenced by CopyFromOldESD(), and AliReconstruction::GetEventInfo().

void AliESDEvent::SetTriggerMaskNext50 ( ULong64_t  n)
inline

Definition at line 197 of file AliESDEvent.h.

Referenced by AliReconstruction::GetEventInfo().

void AliESDEvent::SetTZEROData ( const AliESDTZERO obj)

Definition at line 1596 of file AliESDEvent.cxx.

Referenced by GetESDTZERO().

void AliESDEvent::SetUniformBMap ( Bool_t  val = kTRUE) const
inline

Definition at line 175 of file AliESDEvent.h.

Referenced by AliReconstruction::ProcessEvent().

void AliESDEvent::SetUseOwnList ( Bool_t  b)
inline

Definition at line 559 of file AliESDEvent.h.

void AliESDEvent::SetVZEROData ( const AliESDVZERO obj)

Definition at line 1588 of file AliESDEvent.cxx.

Referenced by CopyFromOldESD(), and GetVZEROData().

virtual void AliESDEvent::SetVZEROEqFactors ( Float_t  factors[64]) const
inlinevirtual

Reimplemented from AliVEvent.

Definition at line 191 of file AliESDEvent.h.

void AliESDEvent::SetZDC ( Float_t  n1Energy,
Float_t  p1Energy,
Float_t  em1Energy,
Float_t  em2Energy,
Float_t  n2Energy,
Float_t  p2Energy,
Int_t  participants,
Int_t  nPartA,
Int_t  nPartC,
Double_t  b,
Double_t  bA,
Double_t  bC,
UInt_t  recoflag 
)
inline

Definition at line 245 of file AliESDEvent.h.

Referenced by CopyFromOldESD().

void AliESDEvent::SetZDCData ( const AliESDZDC obj)

Definition at line 1484 of file AliESDEvent.cxx.

Referenced by GetZDCData().

void AliESDEvent::WriteToTree ( TTree *  tree) const
virtual

Implements AliVEvent.

Definition at line 1869 of file AliESDEvent.cxx.

Referenced by GetAliESDOld(), MUONRefit(), Raw2ESD(), and AliReconstruction::SlaveBegin().

Member Data Documentation

TClonesArray* AliESDEvent::fCaloClusters
protected
TClonesArray* AliESDEvent::fCascades
protected
AliCentrality* AliESDEvent::fCentrality
protected

event times (and sigmas) as estimated by TOF

Definition at line 671 of file AliESDEvent.h.

Referenced by GetCentrality(), operator=(), ResetStdContent(), and ~AliESDEvent().

Bool_t AliESDEvent::fConnected
protected

Old friend esd Structure.

Definition at line 662 of file AliESDEvent.h.

Referenced by operator=(), ReadFromTree(), and ~AliESDEvent().

TClonesArray* AliESDEvent::fCosmicTracks
protected
UInt_t AliESDEvent::fDAQAttributes
protected
UInt_t AliESDEvent::fDAQDetectorPattern
protected
ULong64_t AliESDEvent::fDetectorStatus
protected

number of TPC friend tracks to store

Definition at line 674 of file AliESDEvent.h.

Referenced by GetDetectorStatus(), IsDetectorOn(), operator=(), ReadFromTree(), Reset(), ResetDetectorStatus(), SetDetectorStatus(), and WriteToTree().

AliESDCaloCells* AliESDEvent::fEMCALCells
protected

Calorimeter clusters for PHOS/EMCAL.

Definition at line 650 of file AliESDEvent.h.

Referenced by AdjustMCLabels(), AliESDEvent(), GetEMCALCells(), GetStdContent(), Print(), and ResetStdContent().

AliESDCaloTrigger* AliESDEvent::fEMCALTrigger
protected

PHOS Trigger information.

Definition at line 631 of file AliESDEvent.h.

Referenced by AliESDEvent(), GetCaloTrigger(), GetStdContent(), and ResetStdContent().

TClonesArray* AliESDEvent::fErrorLogs
protected

TOF matching info (with the reference to tracks)

Definition at line 656 of file AliESDEvent.h.

Referenced by AddRawDataErrorLog(), AliESDEvent(), GetErrorLog(), GetNumberOfErrorLogs(), GetStdContent(), and ResetStdContent().

AliESDACORDE* AliESDEvent::fESDACORDE
protected

PHOS Trigger information.

Definition at line 632 of file AliESDEvent.h.

Referenced by AliESDEvent(), GetACORDEData(), GetStdContent(), ResetStdContent(), and SetACORDEData().

AliESDAD* AliESDEvent::fESDAD
protected

ACORDE ESD object caontaining bit pattern.

Definition at line 633 of file AliESDEvent.h.

Referenced by AliESDEvent(), GetADData(), GetStdContent(), ResetStdContent(), and SetADData().

AliESDFIT* AliESDEvent::fESDFIT
protected

TZEROObject.

Definition at line 625 of file AliESDEvent.h.

Referenced by AliESDEvent(), GetESDFIT(), GetStdContent(), ResetStdContent(), and SetFITData().

AliESDFMD* AliESDEvent::fESDFMD
protected

ZDC information.

Definition at line 622 of file AliESDEvent.h.

Referenced by AliESDEvent(), GetFMDData(), GetStdContent(), Print(), ResetStdContent(), and SetFMDData().

AliESDfriend* AliESDEvent::fESDFriendOld
protected

Old esd Structure.

Definition at line 661 of file AliESDEvent.h.

Referenced by ReadFromTree(), and Reset().

AliESD* AliESDEvent::fESDOld
protected

Flag if reading ESD with old MUON structure.

Definition at line 660 of file AliESDEvent.h.

Referenced by CopyFromOldESD(), GetAliESDOld(), ReadFromTree(), and Reset().

TClonesArray* AliESDEvent::fESDTOFClusters
protected

Tracks created by cosmics finder.

Definition at line 653 of file AliESDEvent.h.

Referenced by AliESDEvent(), ConnectTracks(), GetESDTOFClusters(), GetNTOFclusters(), GetStdContent(), ResetStdContent(), and SetTOFcluster().

TClonesArray* AliESDEvent::fESDTOFHits
protected

TOF clusters.

Definition at line 654 of file AliESDEvent.h.

Referenced by AdjustMCLabels(), AliESDEvent(), GetESDTOFHits(), GetStdContent(), ResetStdContent(), and SetTOFcluster().

TClonesArray* AliESDEvent::fESDTOFMatches
protected

TOF hits (used for clusters)

Definition at line 655 of file AliESDEvent.h.

Referenced by AliESDEvent(), GetESDTOFMatches(), GetStdContent(), and ResetStdContent().

AliESDVZERO* AliESDEvent::fESDVZERO
protected

FMD object containing rough multiplicity.

Definition at line 623 of file AliESDEvent.h.

Referenced by AliESDEvent(), GetStdContent(), GetVZEROData(), GetVZEROEqMultiplicity(), Print(), ResetStdContent(), and SetVZEROData().

AliEventplane* AliESDEvent::fEventplane
protected

Centrality for AA collision.

Definition at line 672 of file AliESDEvent.h.

Referenced by GetEventplane(), operator=(), ResetStdContent(), and ~AliESDEvent().

const char * AliESDEvent::fgkESDListName
staticprotected

flag if tracks have already pointer to event set

Definition at line 665 of file AliESDEvent.h.

Referenced by CompleteStdContent(), GetStdContent(), ReadFromTree(), ResetStdContent(), SetPrimaryVertexSPD(), SetPrimaryVertexTPC(), SetPrimaryVertexTracks(), and SetStdNames().

TClonesArray* AliESDEvent::fKinks
protected

Cascade vertices.

Definition at line 648 of file AliESDEvent.h.

Referenced by AddKink(), AliESDEvent(), GetKink(), GetNumberOfKinks(), GetStdContent(), RemoveKink(), and ResetStdContent().

TClonesArray* AliESDEvent::fMuonClusters
protected
TClonesArray* AliESDEvent::fMuonGlobalTracks
protected
TClonesArray* AliESDEvent::fMuonPads
protected
TClonesArray* AliESDEvent::fMuonTracks
protected
Int_t AliESDEvent::fNTPCClusters
protected
Int_t AliESDEvent::fNTPCFriend2Store
protected

Event plane for AA collision.

Definition at line 673 of file AliESDEvent.h.

Referenced by GetNTPCFriend2Store(), operator=(), and SetNTPCFriend2Store().

Bool_t AliESDEvent::fOldMuonStructure
protected

Raw-data reading error messages.

Definition at line 658 of file AliESDEvent.h.

Referenced by MoveMuonObjects(), operator=(), and ReadFromTree().

AliESDCaloCells* AliESDEvent::fPHOSCells
protected

EMCAL cell info.

Definition at line 651 of file AliESDEvent.h.

Referenced by AdjustMCLabels(), AliESDEvent(), GetPHOSCells(), GetStdContent(), Print(), and ResetStdContent().

AliESDCaloTrigger* AliESDEvent::fPHOSTrigger
protected

SPD tracklet multiplicity.

Definition at line 630 of file AliESDEvent.h.

Referenced by AliESDEvent(), GetCaloTrigger(), GetStdContent(), and ResetStdContent().

TClonesArray* AliESDEvent::fPmdTracks
protected

MUON+MFT ESD tracks // AU.

Definition at line 643 of file AliESDEvent.h.

Referenced by AddPmdTrack(), AliESDEvent(), GetNumberOfPmdTracks(), GetPmdTrack(), GetStdContent(), and ResetStdContent().

AliESDVertex* AliESDEvent::fPrimaryVertex
protected
AliMultiplicity* AliESDEvent::fSPDMult
protected

Primary vertex estimated using ESD tracks.

Definition at line 629 of file AliESDEvent.h.

Referenced by AliESDEvent(), EstimateMultiplicity(), GetMultiplicity(), GetNumberOfITSClusters(), GetStdContent(), Print(), ResetStdContent(), and SetMultiplicity().

TClonesArray* AliESDEvent::fSPDPileupVertices
protected
AliESDVertex* AliESDEvent::fSPDVertex
protected

Primary vertex estimated by the TPC.

Definition at line 627 of file AliESDEvent.h.

Referenced by AliESDEvent(), GetPrimaryVertex(), GetPrimaryVertexSPD(), GetStdContent(), IsPileupFromSPD(), ResetStdContent(), and SetPrimaryVertexSPD().

AliTOFHeader* AliESDEvent::fTOFHeader
protected
AliESDVertex* AliESDEvent::fTPCVertex
protected
TClonesArray* AliESDEvent::fTracks
protected

Pileup primary vertices reconstructed using the tracks.

Definition at line 638 of file AliESDEvent.h.

Referenced by AddTrack(), AliESDEvent(), ConnectTracks(), GetNumberOfTracks(), GetStdContent(), GetTrack(), NewTrack(), RemoveTrack(), and ResetStdContent().

Bool_t AliESDEvent::fTracksConnected
protected

Do not use the list from the esdTree but use the one created by this class.

Definition at line 664 of file AliESDEvent.h.

Referenced by AreTracksConnected(), ConnectTracks(), operator=(), and ResetStdContent().

TClonesArray* AliESDEvent::fTrdTracklets
protected

TRD ESD tracks (triggered)

Definition at line 645 of file AliESDEvent.h.

Referenced by AddTrdTracklet(), AliESDEvent(), GetNumberOfTrdTracklets(), GetStdContent(), GetTrdTracklet(), and ResetStdContent().

TClonesArray* AliESDEvent::fTrdTracks
protected

PMD ESD tracks.

Definition at line 644 of file AliESDEvent.h.

Referenced by AddTrdTrack(), AliESDEvent(), GetNumberOfTrdTracks(), GetStdContent(), GetTrdTrack(), and ResetStdContent().

AliESDTrdTrigger* AliESDEvent::fTrdTrigger
protected

AD ESD object caontaining bit pattern.

Definition at line 634 of file AliESDEvent.h.

Referenced by AliESDEvent(), GetStdContent(), GetTrdTrigger(), ResetStdContent(), and SetTrdTrigger().

TClonesArray* AliESDEvent::fTrkPileupVertices
protected
Bool_t AliESDEvent::fUseOwnList
protected

flag if leaves are alreday connected

Definition at line 663 of file AliESDEvent.h.

Referenced by CreateStdContent(), GetUseOwnList(), operator=(), ReadFromTree(), and SetUseOwnList().

TClonesArray* AliESDEvent::fV0s
protected

TRD tracklets (for trigger)

Definition at line 646 of file AliESDEvent.h.

Referenced by AddV0(), AliESDEvent(), GetNumberOfV0s(), GetStdContent(), GetV0(), RemoveV0(), ResetStdContent(), and ResetV0s().


The documentation for this class was generated from the following files: