![]() |
AliRoot Core
3dc7879 (3dc7879)
|
#include <AliESD.h>
Public Member Functions | |
AliESD () | |
AliESD (const AliESD &) | |
virtual | ~AliESD () |
void | SetESDfriend (const AliESDfriend *f) |
void | GetESDfriend (AliESDfriend *f) const |
void | SetEventNumberInFile (Int_t n) |
void | SetBunchCrossNumber (UShort_t n) |
void | SetOrbitNumber (UInt_t n) |
void | SetPeriodNumber (UInt_t n) |
void | SetRunNumber (Int_t n) |
void | SetTimeStamp (UInt_t timeStamp) |
void | SetEventType (UInt_t eventType) |
void | SetTriggerMask (ULong64_t n) |
void | SetTriggerMaskNext50 (ULong64_t n) |
void | SetTriggerCluster (UChar_t n) |
void | SetMagneticField (Float_t mf) |
Float_t | GetMagneticField () const |
AliESDtrack * | GetTrack (Int_t i) const |
AliESDHLTtrack * | GetHLTConfMapTrack (Int_t i) const |
AliESDHLTtrack * | GetHLTHoughTrack (Int_t i) const |
AliESDMuonTrack * | GetMuonTrack (Int_t i) const |
AliESDPmdTrack * | GetPmdTrack (Int_t i) const |
AliESDTrdTrack * | GetTrdTrack (Int_t i) const |
Bool_t | Clean (Float_t *cleanPars) |
Bool_t | RemoveKink (Int_t i) |
Bool_t | RemoveV0 (Int_t i) |
Bool_t | RemoveTrack (Int_t i) |
Int_t | AddTrack (const AliESDtrack *t) |
void | AddHLTConfMapTrack (const AliESDHLTtrack *t) |
void | AddHLTHoughTrack (const AliESDHLTtrack *t) |
void | AddMuonTrack (const AliESDMuonTrack *t) |
void | AddPmdTrack (const AliESDPmdTrack *t) |
void | AddTrdTrack (const AliESDTrdTrack *t) |
AliESDv0 * | GetV0 (Int_t i) const |
Int_t | AddV0 (const AliESDv0 *v) |
AliESDcascade * | GetCascade (Int_t i) const |
void | AddCascade (const AliESDcascade *c) |
AliESDkink * | GetKink (Int_t i) const |
Int_t | AddKink (const AliESDkink *c) |
AliESDCaloCluster * | GetCaloCluster (Int_t i) const |
Int_t | AddCaloCluster (const AliESDCaloCluster *c) |
void | AddPHOSTriggerPosition (TArrayF array) |
void | AddPHOSTriggerAmplitudes (TArrayF array) |
void | AddEMCALTriggerPosition (TArrayF array) |
void | AddEMCALTriggerAmplitudes (TArrayF array) |
void | SetVertex (const AliESDVertex *vertex) |
const AliESDVertex * | GetVertex () const |
void | SetMultiplicity (const AliMultiplicity *mul) |
const AliMultiplicity * | GetMultiplicity () const |
void | SetPrimaryVertex (const AliESDVertex *vertex) |
const AliESDVertex * | GetPrimaryVertex () const |
void | SetDiamond (const AliESDVertex *vertex) |
Float_t | GetDiamondX () const |
Float_t | GetDiamondY () const |
Float_t | GetSigma2DiamondX () const |
Float_t | GetSigma2DiamondY () const |
void | GetDiamondCovXY (Float_t cov[3]) const |
Int_t | GetEventNumberInFile () const |
UShort_t | GetBunchCrossNumber () const |
UInt_t | GetOrbitNumber () const |
UInt_t | GetPeriodNumber () const |
Int_t | GetRunNumber () const |
UInt_t | GetTimeStamp () const |
UInt_t | GetEventType () const |
ULong64_t | GetTriggerMask () const |
ULong64_t | GetTriggerMaskNext50 () const |
UChar_t | GetTriggerCluster () const |
Int_t | GetNumberOfTracks () const |
Int_t | GetNumberOfHLTConfMapTracks () const |
Int_t | GetNumberOfHLTHoughTracks () const |
Int_t | GetNumberOfMuonTracks () const |
Int_t | GetNumberOfPmdTracks () const |
Int_t | GetNumberOfTrdTracks () const |
Int_t | GetNumberOfV0s () const |
Int_t | GetNumberOfCascades () const |
Int_t | GetNumberOfKinks () const |
Int_t | GetNumberOfCaloClusters () const |
Int_t | GetNumberOfEMCALClusters () const |
void | SetNumberOfEMCALClusters (Int_t clus) |
Int_t | GetFirstEMCALCluster () const |
void | SetFirstEMCALCluster (Int_t index) |
TArrayF * | GetEMCALTriggerPosition () const |
TArrayF * | GetEMCALTriggerAmplitudes () const |
Int_t | GetNumberOfPHOSClusters () const |
void | SetNumberOfPHOSClusters (Int_t part) |
void | SetFirstPHOSCluster (Int_t index) |
Int_t | GetFirstPHOSCluster () const |
TArrayF * | GetPHOSTriggerPosition () const |
TArrayF * | GetPHOSTriggerAmplitudes () const |
Double32_t | GetT0zVertex () const |
void | SetT0zVertex (Double32_t z) |
Double32_t | GetT0 () const |
void | SetT0 (Double32_t timeStart) |
Float_t | GetT0clock () const |
void | SetT0clock (Float_t timeStart) |
Double32_t | GetT0TOF (Int_t i) const |
const Double32_t * | GetT0TOF () const |
void | SetT0TOF (Int_t icase, Float_t time) |
Int_t | GetT0Trig () const |
void | SetT0Trig (Int_t tvdc) |
const Double32_t * | GetT0time () const |
void | SetT0time (Double32_t time[24]) |
const Double32_t * | GetT0amplitude () const |
void | SetT0amplitude (Double32_t amp[24]) |
Float_t | GetZDCN1Energy () const |
Float_t | GetZDCP1Energy () const |
Float_t | GetZDCN2Energy () const |
Float_t | GetZDCP2Energy () const |
Float_t | GetZDCEMEnergy () const |
Int_t | GetZDCParticipants () const |
void | SetZDC (Float_t n1Energy, Float_t p1Energy, Float_t emEnergy, Float_t n2Energy, Float_t p2Energy, Int_t participants) |
void | ResetV0s () |
void | ResetCascades () |
void | Reset () |
void | Print (Option_t *option="") const |
void | SetFMDData (AliESDFMD *obj) |
AliESDFMD * | GetFMDData () |
void | SetVZEROData (AliESDVZERO *obj) |
AliESDVZERO * | GetVZEROData () |
void | SetACORDEData (AliESDACORDE *obj) |
AliESDACORDE * | GetACORDEDAta () |
void | SetADData (AliESDAD *obj) |
AliESDAD * | GetADData () |
AliRawDataErrorLog * | GetErrorLog (Int_t i) const |
void | AddRawDataErrorLog (const AliRawDataErrorLog *log) |
Int_t | GetNumberOfErrorLogs () const |
Protected Member Functions | |
AliESD & | operator= (const AliESD &source) |
AliESD::AliESD | ( | ) |
Definition at line 31 of file AliESD.cxx.
AliESD::AliESD | ( | const AliESD & | esd | ) |
Definition at line 95 of file AliESD.cxx.
|
virtual |
Definition at line 159 of file AliESD.cxx.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Int_t AliESD::AddV0 | ( | const AliESDv0 * | v | ) |
Definition at line 546 of file AliESD.cxx.
Referenced by GetV0().
Bool_t AliESD::Clean | ( | Float_t * | cleanPars | ) |
Definition at line 481 of file AliESD.cxx.
Referenced by GetTrdTrack().
|
inline |
|
inline |
Definition at line 165 of file AliESD.h.
Referenced by AliESDEvent::CopyFromOldESD(), and Print().
|
inline |
Definition at line 126 of file AliESD.h.
Referenced by AliESDEvent::CopyFromOldESD().
|
inline |
Definition at line 110 of file AliESD.h.
Referenced by AliESDEvent::CopyFromOldESD(), RemoveTrack(), and RemoveV0().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
void AliESD::GetESDfriend | ( | AliESDfriend * | f | ) | const |
Definition at line 612 of file AliESD.cxx.
|
inline |
Definition at line 164 of file AliESD.h.
Referenced by AliESDEvent::CopyFromOldESD(), and Print().
|
inline |
Definition at line 170 of file AliESD.h.
Referenced by AliESDEvent::CopyFromOldESD().
|
inline |
Definition at line 239 of file AliESD.h.
Referenced by AliESDEvent::CopyFromOldESD().
|
inline |
|
inline |
|
inline |
Definition at line 117 of file AliESD.h.
Referenced by AliESDEvent::CopyFromOldESD(), and RemoveTrack().
|
inline |
Definition at line 60 of file AliESD.h.
Referenced by AliESDEvent::CopyFromOldESD(), and Print().
|
inline |
Definition at line 148 of file AliESD.h.
Referenced by AliESDEvent::CopyFromOldESD().
|
inline |
Definition at line 71 of file AliESD.h.
Referenced by AliESDEvent::CopyFromOldESD().
|
inline |
Definition at line 184 of file AliESD.h.
Referenced by AliESDEvent::CopyFromOldESD(), and Print().
|
inline |
Definition at line 182 of file AliESD.h.
Referenced by AliESDEvent::CopyFromOldESD(), Print(), RemoveTrack(), and RemoveV0().
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 183 of file AliESD.h.
Referenced by AliESDEvent::CopyFromOldESD(), Print(), RemoveKink(), and RemoveTrack().
|
inline |
Definition at line 178 of file AliESD.h.
Referenced by AliESDEvent::CopyFromOldESD(), and Print().
|
inline |
|
inline |
Definition at line 179 of file AliESD.h.
Referenced by AliESDEvent::CopyFromOldESD(), and Print().
|
inline |
Definition at line 175 of file AliESD.h.
Referenced by AnalyzeESDtracks(), Clean(), AliESDEvent::CopyFromOldESD(), GetESDfriend(), Print(), AliSelector::Process(), and RemoveTrack().
|
inline |
Definition at line 180 of file AliESD.h.
Referenced by AliESDEvent::CopyFromOldESD(), and Print().
|
inline |
Definition at line 181 of file AliESD.h.
Referenced by Clean(), AliESDEvent::CopyFromOldESD(), AliESDv0Cuts::CountAcceptedV0s(), AliESDv0Cuts::GetAcceptedV0s(), Print(), RemoveTrack(), and RemoveV0().
|
inline |
Definition at line 166 of file AliESD.h.
Referenced by AliESDEvent::CopyFromOldESD(), and Print().
|
inline |
Definition at line 167 of file AliESD.h.
Referenced by AliESDEvent::CopyFromOldESD(), and Print().
|
inline |
Definition at line 74 of file AliESD.h.
Referenced by AliESDEvent::CopyFromOldESD().
|
inline |
Definition at line 153 of file AliESD.h.
Referenced by AliESDEvent::CopyFromOldESD(), AliESDv0Cuts::CountAcceptedV0s(), and AliESDv0Cuts::GetAcceptedV0s().
|
inline |
Definition at line 168 of file AliESD.h.
Referenced by AliESDEvent::CopyFromOldESD(), and Print().
|
inline |
Definition at line 203 of file AliESD.h.
Referenced by AliESDEvent::CopyFromOldESD().
|
inline |
Definition at line 201 of file AliESD.h.
Referenced by AliESDEvent::CopyFromOldESD().
|
inline |
Definition at line 169 of file AliESD.h.
Referenced by AliESDEvent::CopyFromOldESD().
|
inline |
Definition at line 62 of file AliESD.h.
Referenced by AnalyzeESDtracks(), Clean(), AliESDEvent::CopyFromOldESD(), AliESDv0Cuts::CountAcceptedV0s(), AliESDv0Cuts::GetAcceptedV0s(), GetESDfriend(), RemoveTrack(), and SetESDfriend().
|
inline |
Definition at line 77 of file AliESD.h.
Referenced by AliESDEvent::CopyFromOldESD().
|
inline |
Definition at line 173 of file AliESD.h.
Referenced by AliESDEvent::CopyFromOldESD().
|
inline |
Definition at line 171 of file AliESD.h.
Referenced by AliESDEvent::CopyFromOldESD(), and Print().
|
inline |
|
inline |
Definition at line 105 of file AliESD.h.
Referenced by Clean(), AliESDEvent::CopyFromOldESD(), AliESDv0Cuts::CountAcceptedV0s(), AliESDv0Cuts::GetAcceptedV0s(), RemoveTrack(), and RemoveV0().
|
inline |
Definition at line 143 of file AliESD.h.
Referenced by Clean(), and AliESDEvent::CopyFromOldESD().
|
inline |
Definition at line 242 of file AliESD.h.
Referenced by AliESDEvent::CopyFromOldESD().
|
inline |
Definition at line 225 of file AliESD.h.
Referenced by AliESDEvent::CopyFromOldESD().
|
inline |
Definition at line 221 of file AliESD.h.
Referenced by AliESDEvent::CopyFromOldESD().
|
inline |
Definition at line 223 of file AliESD.h.
Referenced by AliESDEvent::CopyFromOldESD().
|
inline |
Definition at line 222 of file AliESD.h.
Referenced by AliESDEvent::CopyFromOldESD().
|
inline |
Definition at line 224 of file AliESD.h.
Referenced by AliESDEvent::CopyFromOldESD().
|
inline |
Definition at line 226 of file AliESD.h.
Referenced by AliESDEvent::CopyFromOldESD().
Referenced by GetNumberOfErrorLogs().
void AliESD::Print | ( | Option_t * | option = "" | ) | const |
Definition at line 556 of file AliESD.cxx.
Referenced by ResetCascades().
Bool_t AliESD::RemoveKink | ( | Int_t | i | ) |
Definition at line 275 of file AliESD.cxx.
Referenced by GetTrdTrack().
Bool_t AliESD::RemoveTrack | ( | Int_t | i | ) |
Definition at line 351 of file AliESD.cxx.
Referenced by Clean(), and GetTrdTrack().
Bool_t AliESD::RemoveV0 | ( | Int_t | i | ) |
Definition at line 287 of file AliESD.cxx.
Referenced by Clean(), and GetTrdTrack().
void AliESD::Reset | ( | void | ) |
Definition at line 187 of file AliESD.cxx.
Referenced by AliEventTagCuts::AliEventTagCuts(), AliESDInputHandler::BeginEvent(), AliESDEvent::Reset(), and ResetCascades().
|
inline |
void AliESD::SetDiamond | ( | const AliESDVertex * | vertex | ) |
Definition at line 631 of file AliESD.cxx.
Referenced by GetPrimaryVertex().
void AliESD::SetESDfriend | ( | const AliESDfriend * | f | ) |
Definition at line 597 of file AliESD.cxx.
Referenced by AnalyzeESDtracks().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
Definition at line 264 of file AliESD.h.
Referenced by GetBunchCrossNumber(), Reset(), and SetBunchCrossNumber().
|
protected |
Definition at line 308 of file AliESD.h.
Referenced by AddCaloCluster(), GetCaloCluster(), GetNumberOfCaloClusters(), Reset(), and ~AliESD().
|
protected |
Definition at line 306 of file AliESD.h.
Referenced by AddCascade(), GetCascade(), GetNumberOfCascades(), Reset(), ResetCascades(), and ~AliESD().
|
protected |
Definition at line 288 of file AliESD.h.
Referenced by AliESD(), GetDiamondCovXY(), GetSigma2DiamondX(), GetSigma2DiamondY(), Reset(), and SetDiamond().
|
protected |
Definition at line 287 of file AliESD.h.
Referenced by AliESD(), GetDiamondX(), GetDiamondY(), Reset(), and SetDiamond().
|
protected |
Definition at line 309 of file AliESD.h.
Referenced by GetNumberOfEMCALClusters(), Reset(), and SetNumberOfEMCALClusters().
|
protected |
(x,y,z of 2x2 and x,y,z of nxn) not position of centroid but of patch corner
Definition at line 312 of file AliESD.h.
Referenced by AddEMCALTriggerAmplitudes(), GetEMCALTriggerAmplitudes(), Reset(), and ~AliESD().
|
protected |
Definition at line 311 of file AliESD.h.
Referenced by AddEMCALTriggerPosition(), GetEMCALTriggerPosition(), Reset(), and ~AliESD().
|
protected |
Definition at line 323 of file AliESD.h.
Referenced by AddRawDataErrorLog(), GetErrorLog(), GetNumberOfErrorLogs(), Reset(), and ~AliESD().
|
protected |
Definition at line 321 of file AliESD.h.
Referenced by GetACORDEDAta(), Reset(), SetACORDEData(), and ~AliESD().
|
protected |
Definition at line 322 of file AliESD.h.
Referenced by GetADData(), Reset(), SetADData(), and ~AliESD().
|
protected |
Definition at line 319 of file AliESD.h.
Referenced by GetFMDData(), Print(), Reset(), SetFMDData(), and ~AliESD().
|
protected |
Definition at line 320 of file AliESD.h.
Referenced by GetVZEROData(), Print(), Reset(), SetVZEROData(), and ~AliESD().
|
protected |
Definition at line 263 of file AliESD.h.
Referenced by GetEventNumberInFile(), Reset(), and SetEventNumberInFile().
|
protected |
Definition at line 269 of file AliESD.h.
Referenced by GetEventType(), Reset(), and SetEventType().
|
protected |
Definition at line 310 of file AliESD.h.
Referenced by GetFirstEMCALCluster(), Reset(), and SetFirstEMCALCluster().
|
protected |
Definition at line 315 of file AliESD.h.
Referenced by GetFirstPHOSCluster(), Reset(), and SetFirstPHOSCluster().
|
protected |
Definition at line 300 of file AliESD.h.
Referenced by AddHLTConfMapTrack(), GetHLTConfMapTrack(), GetNumberOfHLTConfMapTracks(), Reset(), and ~AliESD().
|
protected |
Definition at line 301 of file AliESD.h.
Referenced by AddHLTHoughTrack(), GetHLTHoughTrack(), GetNumberOfHLTHoughTracks(), Reset(), and ~AliESD().
|
protected |
|
protected |
Definition at line 274 of file AliESD.h.
Referenced by GetMagneticField(), Reset(), and SetMagneticField().
|
protected |
Definition at line 302 of file AliESD.h.
Referenced by AddMuonTrack(), GetMuonTrack(), GetNumberOfMuonTracks(), Reset(), and ~AliESD().
|
protected |
Definition at line 265 of file AliESD.h.
Referenced by GetOrbitNumber(), Reset(), and SetOrbitNumber().
|
protected |
Definition at line 266 of file AliESD.h.
Referenced by GetPeriodNumber(), Reset(), and SetPeriodNumber().
|
protected |
Definition at line 314 of file AliESD.h.
Referenced by GetNumberOfPHOSClusters(), Reset(), and SetNumberOfPHOSClusters().
|
protected |
Definition at line 317 of file AliESD.h.
Referenced by AddPHOSTriggerAmplitudes(), GetPHOSTriggerAmplitudes(), Reset(), and ~AliESD().
|
protected |
Definition at line 316 of file AliESD.h.
Referenced by AddPHOSTriggerPosition(), GetPHOSTriggerPosition(), Reset(), and ~AliESD().
|
protected |
Definition at line 303 of file AliESD.h.
Referenced by AddPmdTrack(), GetNumberOfPmdTracks(), GetPmdTrack(), Reset(), and ~AliESD().
|
protected |
Definition at line 286 of file AliESD.h.
Referenced by GetPrimaryVertex(), Print(), RemoveTrack(), Reset(), and SetPrimaryVertex().
|
protected |
|
protected |
Definition at line 267 of file AliESD.h.
Referenced by GetRunNumber(), Reset(), and SetRunNumber().
|
protected |
Definition at line 289 of file AliESD.h.
Referenced by GetMultiplicity(), Print(), Reset(), and SetMultiplicity().
|
protected |
Definition at line 285 of file AliESD.h.
Referenced by GetVertex(), Reset(), and SetVertex().
|
protected |
Definition at line 296 of file AliESD.h.
Referenced by AliESD(), GetT0amplitude(), Reset(), and SetT0amplitude().
|
protected |
Definition at line 291 of file AliESD.h.
Referenced by GetT0clock(), Reset(), and SetT0clock().
|
protected |
Definition at line 295 of file AliESD.h.
Referenced by AliESD(), GetT0time(), Reset(), and SetT0time().
|
protected |
|
protected |
Definition at line 292 of file AliESD.h.
Referenced by AliESD(), GetT0TOF(), Reset(), and SetT0TOF().
|
protected |
Definition at line 294 of file AliESD.h.
Referenced by GetT0Trig(), and SetT0Trig().
|
protected |
Definition at line 284 of file AliESD.h.
Referenced by GetT0zVertex(), Reset(), and SetT0zVertex().
|
protected |
Definition at line 268 of file AliESD.h.
Referenced by GetTimeStamp(), Reset(), and SetTimeStamp().
|
protected |
Definition at line 299 of file AliESD.h.
Referenced by AddTrack(), GetNumberOfTracks(), GetTrack(), RemoveTrack(), Reset(), and ~AliESD().
|
protected |
Definition at line 304 of file AliESD.h.
Referenced by AddTrdTrack(), GetNumberOfTrdTracks(), GetTrdTrack(), Reset(), and ~AliESD().
|
protected |
Definition at line 272 of file AliESD.h.
Referenced by GetTriggerCluster(), Reset(), and SetTriggerCluster().
|
protected |
Definition at line 270 of file AliESD.h.
Referenced by GetTriggerMask(), Reset(), and SetTriggerMask().
|
protected |
Definition at line 271 of file AliESD.h.
Referenced by GetTriggerMaskNext50(), Reset(), and SetTriggerMaskNext50().
|
protected |
Definition at line 305 of file AliESD.h.
Referenced by AddV0(), GetNumberOfV0s(), GetV0(), RemoveV0(), Reset(), ResetV0s(), and ~AliESD().
|
protected |
Definition at line 280 of file AliESD.h.
Referenced by GetZDCEMEnergy(), Reset(), and SetZDC().
|
protected |
Definition at line 276 of file AliESD.h.
Referenced by GetZDCN1Energy(), Reset(), and SetZDC().
|
protected |
Definition at line 278 of file AliESD.h.
Referenced by GetZDCN2Energy(), Reset(), and SetZDC().
|
protected |
Definition at line 277 of file AliESD.h.
Referenced by GetZDCP1Energy(), Reset(), and SetZDC().
|
protected |
Definition at line 279 of file AliESD.h.
Referenced by GetZDCP2Energy(), Reset(), and SetZDC().
|
protected |
Definition at line 281 of file AliESD.h.
Referenced by GetZDCParticipants(), Reset(), and SetZDC().