![]() |
AliRoot Core
edcc906 (edcc906)
|
#include <AliESDtrack.h>
Public Types | |
enum | { kSkipFriend =BIT(14) } |
enum | { kNITSchi2Std =3 } |
![]() | |
enum | { kITSin = 0x1, kITSout = 0x2, kITSrefit = 0x4, kITSpid = 0x8, kTPCin = 0x10, kTPCout = 0x20, kTPCrefit = 0x40, kTPCpid = 0x80, kTRDin = 0x100, kTRDout = 0x200, kTRDrefit = 0x400, kTRDpid = 0x800, kTOFin = 0x1000, kTOFout = 0x2000, kTOFrefit = 0x4000, kTOFpid = 0x8000, kHMPIDout = 0x10000, kHMPIDpid = 0x20000, kEMCALmatch = 0x40000, kTRDbackup = 0x80000, kTOFmismatch = 0x100000, kPHOSmatch = 0x200000, kITSupg = 0x400000, kSkipFriend = 0x800000, kGlobalMerge = 0x1000000, kMultInV0 = 0x2000000, kMultSec = 0x4000000, kEmbedded = 0x8000000, kITSpureSA = 0x10000000, kTRDStop = 0x20000000, kESDpid = 0x40000000, kTIME = 0x80000000 } |
enum | { kTRDnPlanes = 6, kEMCALNoMatch = -4096, kTOFBCNA = -100 } |
Public Member Functions | |
AliESDtrack () | |
AliESDtrack (const AliESDtrack &track) | |
AliESDtrack (const AliVTrack *track) | |
AliESDtrack (TParticle *part) | |
virtual | ~AliESDtrack () |
virtual void | Copy (TObject &obj) const |
const AliESDfriendTrack * | GetFriendTrack () const |
void | SetFriendTrack (const AliESDfriendTrack *t) |
void | ReleaseESDfriendTrack () |
void | SetFriendTrackPointer (AliESDfriendTrack *t) |
void | AddCalibObject (TObject *object) |
TObject * | GetCalibObject (Int_t index) |
void | MakeMiniESDtrack () |
void | SetID (Short_t id) |
Int_t | GetID () const |
void | SetVertexID (Char_t id) |
Char_t | GetVertexID () const |
void | SetStatus (ULong_t flags) |
void | ResetStatus (ULong_t flags) |
Bool_t | UpdateTrackParams (const AliKalmanTrack *t, ULong_t flags) |
void | SetIntegratedLength (Double_t l) |
void | SetIntegratedTimes (const Double_t *times) |
void | SetESDpid (const Double_t *p) |
void | GetESDpid (Double_t *p) const |
virtual const Double_t * | PID () const |
Bool_t | IsOn (Int_t mask) const |
ULong_t | GetStatus () const |
Int_t | GetLabel () const |
void | SetLabel (Int_t label) |
void | GetExternalParameters (Double_t &x, Double_t p[5]) const |
void | GetExternalCovariance (Double_t cov[15]) const |
Double_t | GetIntegratedLength () const |
Double_t | GetIntegratedLengthOld () const |
void | GetIntegratedTimes (Double_t *times, Int_t nspec=AliPID::kSPECIES) const |
Double_t | GetIntegratedTimesOld (Int_t i) const |
Int_t | GetPID (Bool_t tpcOnly=kFALSE) const |
Int_t | GetTOFBunchCrossing (Double_t b=0, Bool_t pidTPConly=kTRUE) const |
Double_t | GetTOFExpTDiff (Double_t b=0, Bool_t pidTPConly=kTRUE) const |
Double_t | GetTOFExpTDiffSpec (AliPID::EParticleType specie=AliPID::kPion, Double_t b=0) const |
Double_t | GetMass (Bool_t tpcOnly=kFALSE) const |
Double_t | GetMassForTracking () const |
void | SetPIDForTracking (Int_t pid) |
Int_t | GetPIDForTracking () const |
Int_t | GetPIDForTracking0 () const |
Double_t | M () const |
Double_t | E () const |
Double_t | Y () const |
Bool_t | GetConstrainedPxPyPz (Double_t *p) const |
Bool_t | GetConstrainedXYZ (Double_t *r) const |
const AliExternalTrackParam * | GetConstrainedParam () const |
Bool_t | GetConstrainedExternalParameters (Double_t &alpha, Double_t &x, Double_t p[5]) const |
Bool_t | GetConstrainedExternalCovariance (Double_t cov[15]) const |
Double_t | GetConstrainedChi2 () const |
Double_t | GetChi2TPCConstrainedVsGlobal (const AliESDVertex *vtx) const |
Double_t | GetCachedChi2TPCConstrainedVsGlobalVal () const |
void | SetGlobalChi2 (Double_t chi2) |
Double_t | GetGlobalChi2 () const |
Bool_t | GetInnerPxPyPz (Double_t *p) const |
const AliExternalTrackParam * | GetInnerParam () const |
const AliExternalTrackParam * | GetTPCInnerParam () const |
Bool_t | FillTPCOnlyTrack (AliESDtrack &track) |
Bool_t | GetInnerXYZ (Double_t *r) const |
Bool_t | GetInnerExternalParameters (Double_t &alpha, Double_t &x, Double_t p[5]) const |
Bool_t | GetInnerExternalCovariance (Double_t cov[15]) const |
void | SetOuterParam (const AliExternalTrackParam *p, ULong_t flags) |
void | SetOuterHmpParam (const AliExternalTrackParam *p, ULong_t flags) |
const AliExternalTrackParam * | GetOuterParam () const |
const AliExternalTrackParam * | GetOuterHmpParam () const |
Bool_t | GetOuterPxPyPz (Double_t *p) const |
Bool_t | GetOuterHmpPxPyPz (Double_t *p) const |
Bool_t | GetOuterXYZ (Double_t *r) const |
Bool_t | GetOuterHmpXYZ (Double_t *r) const |
Bool_t | GetOuterExternalParameters (Double_t &alpha, Double_t &x, Double_t p[5]) const |
Bool_t | GetOuterExternalCovariance (Double_t cov[15]) const |
Bool_t | GetOuterHmpExternalParameters (Double_t &alpha, Double_t &x, Double_t p[5]) const |
Bool_t | GetOuterHmpExternalCovariance (Double_t cov[15]) const |
Int_t | GetNcls (Int_t idet) const |
Int_t | GetClusters (Int_t idet, Int_t *idx) const |
void | SetITSpid (const Double_t *p) |
void | GetITSpid (Double_t *p) const |
Double_t | GetITSsignal () const |
void | SetITSdEdxSamples (const Double_t s[4]) |
void | GetITSdEdxSamples (Double_t s[4]) const |
Double_t | GetITSsignalTunedOnData () const |
void | SetITSsignalTunedOnData (Double_t signal) |
void | SetITSchi2 (Double_t ITSchi2) |
void | SetITSNcls (Char_t ITSncls) |
Double_t | GetITSchi2 () const |
Double_t | GetITSchi2Std (Int_t step) const |
void | SetITSchi2Std (Double_t chi2, Int_t step) |
Char_t | GetITSclusters (Int_t *idx) const |
UChar_t | GetITSClusterMap () const |
void | SetITSClusterMap (UChar_t amap) |
Char_t | GetITSNcls () const |
UChar_t | GetITSSharedMap () const |
void | SetITSSharedFlag (int lr) |
Bool_t | GetITSFakeFlag () const |
void | SetITSFakeFlag (Bool_t v=kTRUE) |
void | SetITSSharedMap (UChar_t map) |
void | SetITSModuleIndex (Int_t ilayer, Int_t idx) |
Int_t | GetITSModuleIndex (Int_t ilayer) const |
Bool_t | GetITSModuleIndexInfo (Int_t ilayer, Int_t &idet, Int_t &status, Float_t &xloc, Float_t &zloc) const |
Int_t | GetITSLabel () const |
void | SetITSLabel (Int_t label) |
void | SetITStrack (AliKalmanTrack *track) |
AliKalmanTrack * | GetITStrack () |
Bool_t | HasPointOnITSLayer (Int_t i) const |
Bool_t | HasSharedPointOnITSLayer (Int_t i) const |
void | SetTPCpid (const Double_t *p) |
void | GetTPCpid (Double_t *p) const |
void | SetTPCPoints (Float_t points[4]) |
void | SetTPCNcls (UChar_t assigned) |
void | SetTPCchi2 (Double_t TPCchi2) |
void | SetTPCPointsF (UChar_t findable) |
void | SetTPCPointsFIter1 (UChar_t findable) |
UShort_t | GetTPCNcls () const |
UShort_t | GetTPCNclsF () const |
UShort_t | GetTPCNclsIter1 () const |
UShort_t | GetTPCNclsFIter1 () const |
UShort_t | GetTPCnclsS (Int_t i0=0, Int_t i1=159) const |
UShort_t | GetTPCncls (Int_t row0=0, Int_t row1=159) const |
Double_t | GetTPCPoints (Int_t i) const |
void | SetKinkIndexes (Int_t points[3]) |
void | SetV0Indexes (Int_t points[3]) |
void | SetTPCsignal (Float_t signal, Float_t sigma, UChar_t npoints) |
void | SetTPCsignalTunedOnData (Double_t signal) |
void | SetTPCdEdxInfo (AliTPCdEdxInfo *dEdxInfo) |
Double_t | GetdEdxInfo (Int_t regionID, Int_t calibID, Int_t qID, Int_t valueID) |
Double_t | GetdEdxInfoTRD (Int_t method, Double_t p0, Double_t p1, Double_t p2) |
AliTPCdEdxInfo * | GetTPCdEdxInfo () const |
Bool_t | GetTPCdEdxInfo (AliTPCdEdxInfo &v) const |
Double_t | GetTPCsignal () const |
Double_t | GetTPCsignalTunedOnData () const |
Double_t | GetTPCsignalSigma () const |
UShort_t | GetTPCsignalN () const |
Double_t | GetTPCmomentum () const |
Double_t | GetTPCTgl () const |
Double_t | GetTPCchi2 () const |
Double_t | GetTPCchi2Iter1 () const |
UShort_t | GetTPCclusters (Int_t *idx) const |
Double_t | GetTPCdensity (Int_t row0, Int_t row1) const |
Int_t | GetTPCLabel () const |
void | SetTPCLabel (int lbl) |
Int_t | GetKinkIndex (Int_t i) const |
Int_t * | GetKinkIndices () |
Int_t | GetV0Index (Int_t i) const |
const TBits & | GetTPCFitMap () const |
const TBits * | GetTPCFitMapPtr () const |
const TBits & | GetTPCClusterMap () const |
const TBits * | GetTPCClusterMapPtr () const |
const TBits & | GetTPCSharedMap () const |
const TBits * | GetTPCSharedMapPtr () const |
void | SetTPCFitMap (const TBits &amap) |
void | SetTPCClusterMap (const TBits &amap) |
void | SetTPCSharedMap (const TBits &amap) |
Float_t | GetTPCClusterInfo (Int_t nNeighbours=3, Int_t type=0, Int_t row0=0, Int_t row1=159, Int_t bitType=0) const |
Float_t | GetTPCClusterDensity (Int_t nNeighbours=3, Int_t type=0, Int_t row0=0, Int_t row1=159, Int_t bitType=0) const |
Float_t | GetTPCCrossedRows () const |
void | SetTRDpid (const Double_t *p) |
void | SetTRDsignal (Double_t sig) |
void | SetTRDNchamberdEdx (UChar_t nch) |
void | SetTRDNclusterdEdx (UChar_t ncls) |
void | SetTRDntracklets (UChar_t q) |
UChar_t | GetTRDntracklets () const |
UChar_t | GetTRDntrackletsPID () const |
UChar_t | GetTRDpidQuality () const |
UChar_t | GetTRDtrkltOccupancy (Int_t ly) const |
UChar_t | GetTRDtrkltClCross (Int_t ly) const |
Bool_t | IsTRDtrkltChmbGood (Int_t ly) const |
void | SetNumberOfTRDslices (Int_t n) |
Int_t | GetNumberOfTRDslices () const |
void | SetTRDslice (Double_t q, Int_t plane, Int_t slice) |
void | SetTRDmomentum (Double_t p, Int_t plane, Double_t *sp=0x0) |
Double_t | GetTRDslice (Int_t plane, Int_t slice=-1) const |
Double_t | GetTRDmomentum (Int_t plane, Double_t *sp=0x0) const |
void | SetTRDQuality (Float_t quality) |
Double_t | GetTRDQuality () const |
void | SetTRDBudget (Float_t budget) |
Double_t | GetTRDBudget () const |
void | SetTRDTimBin (Int_t timbin, Int_t i) |
void | GetTRDpid (Double_t *p) const |
Double_t | GetTRDsignal () const |
UChar_t | GetTRDNchamberdEdx () const |
UChar_t | GetTRDNclusterdEdx () const |
Char_t | GetTRDTimBin (Int_t i) const |
Double_t | GetTRDchi2 () const |
UChar_t | GetTRDclusters (Int_t *idx) const |
UChar_t | GetTRDncls () const |
UChar_t | GetTRDncls0 () const |
UChar_t | GetTRDtracklets (Int_t *idx) const |
void | SetTRDpid (Int_t iSpecies, Float_t p) |
Double_t | GetTRDpid (Int_t iSpecies) const |
Int_t | GetTRDLabel () const |
void | SetTRDLabel (int lbl) |
void | SetTRDtrack (AliKalmanTrack *track) |
AliKalmanTrack * | GetTRDtrack () |
void | SetTOFclusterArray (Int_t ncluster, Int_t *TOFcluster) |
Int_t * | GetTOFclusterArray () const |
Int_t | GetNTOFclusters () const |
void | SuppressTOFMatches () |
void | ReplaceTOFTrackID (int oldID, int newID) |
void | ReplaceTOFClusterID (int oldID, int newID) |
void | ReplaceTOFMatchID (int oldID, int newID) |
void | AddTOFcluster (Int_t icl) |
void | SortTOFcluster () |
void | ReMapTOFcluster (Int_t ncl, Int_t *mapping) |
void | SetTOFsignal (Double_t tof) |
Double_t | GetTOFsignal () const |
void | SetTOFsignalToT (Double_t ToT) |
Double_t | GetTOFsignalToT () const |
void | SetTOFsignalRaw (Double_t tof) |
Double_t | GetTOFsignalRaw () const |
void | SetTOFsignalDz (Double_t dz) |
Double_t | GetTOFsignalDz () const |
void | SetTOFsignalDx (Double_t dx) |
Double_t | GetTOFsignalDx () const |
void | SetTOFDeltaBC (Short_t deltaBC) |
Short_t | GetTOFDeltaBC () const |
void | SetTOFL0L1 (Short_t l0l1) |
Short_t | GetTOFL0L1 () const |
Double_t | GetTOFchi2 () const |
void | SetTOFpid (const Double_t *p) |
void | SetTOFLabel (const Int_t *p) |
void | GetTOFpid (Double_t *p) const |
void | GetTOFLabel (Int_t *p) const |
void | GetTOFInfo (Float_t *info) const |
void | SetTOFInfo (Float_t *info) |
Int_t | GetTOFCalChannel () const |
Int_t | GetTOFcluster () const |
void | SetTOFcluster (Int_t index) |
void | SetTOFCalChannel (Int_t index) |
Int_t | GetTOFclusterN () const |
Bool_t | IsTOFHitAlreadyMatched () const |
void | SetTOFsignalTunedOnData (Double_t signal) |
Double_t | GetTOFsignalTunedOnData () const |
void | SetHMPIDsignal (Double_t theta) |
Double_t | GetHMPIDsignal () const |
Double_t | GetHMPIDoccupancy () const |
void | SetHMPIDpid (const Double_t *p) |
void | GetHMPIDpid (Double_t *p) const |
void | SetHMPIDchi2 (Double_t chi2) |
Double_t | GetHMPIDchi2 () const |
void | SetHMPIDcluIdx (Int_t ch, Int_t idx) |
Int_t | GetHMPIDcluIdx () const |
void | SetHMPIDtrk (Float_t x, Float_t y, Float_t th, Float_t ph) |
void | GetHMPIDtrk (Float_t &x, Float_t &y, Float_t &th, Float_t &ph) const |
void | SetHMPIDmip (Float_t x, Float_t y, Int_t q, Int_t nph=0) |
void | GetHMPIDmip (Float_t &x, Float_t &y, Int_t &q, Int_t &nph) const |
Bool_t | IsHMPID () const |
Bool_t | IsPureITSStandalone () const |
Bool_t | IsMultPrimary () const |
Bool_t | IsMultSecondary () const |
Int_t | GetEMCALcluster () const |
void | SetEMCALcluster (Int_t index) |
Bool_t | IsEMCAL () const |
Double_t | GetTrackPhiOnEMCal () const |
Double_t | GetTrackEtaOnEMCal () const |
Double_t | GetTrackPtOnEMCal () const |
Double_t | GetTrackPOnEMCal () const |
void | SetTrackPhiEtaPtOnEMCal (Double_t phi, Double_t eta, Double_t pt) |
Int_t | GetPHOScluster () const |
void | SetPHOScluster (Int_t index) |
Bool_t | IsPHOS () const |
Double_t | GetPHOSdx () const |
Double_t | GetPHOSdz () const |
void | SetPHOSdxdz (Double_t dx, Double_t dz) |
void | SetTrackPointArray (AliTrackPointArray *points) |
const AliTrackPointArray * | GetTrackPointArray () const |
Bool_t | RelateToVertexTPC (const AliESDVertex *vtx, Double_t b, Double_t maxd, AliExternalTrackParam *cParam=0) |
Bool_t | RelateToVertexTPCBxByBz (const AliESDVertex *vtx, Double_t b[3], Double_t maxd, AliExternalTrackParam *cParam=0) |
void | GetImpactParametersTPC (Float_t &xy, Float_t &z) const |
void | GetImpactParametersTPC (Float_t p[2], Float_t cov[3]) const |
Double_t | GetConstrainedChi2TPC () const |
Bool_t | RelateToVertex (const AliESDVertex *vtx, Double_t b, Double_t maxd, AliExternalTrackParam *cParam=0) |
Bool_t | RelateToVertexBxByBz (const AliESDVertex *vtx, Double_t b[3], Double_t maxd, AliExternalTrackParam *cParam=0) |
virtual void | GetImpactParameters (Float_t &xy, Float_t &z) const |
void | GetImpactParameters (Float_t p[2], Float_t cov[3]) const |
Bool_t | RelateToVVertexTPC (const AliVVertex *vtx, Double_t b, Double_t maxd, AliExternalTrackParam *cParam=0) |
Bool_t | RelateToVVertexTPCBxByBz (const AliVVertex *vtx, Double_t b[3], Double_t maxd, AliExternalTrackParam *cParam=0) |
Bool_t | RelateToVVertex (const AliVVertex *vtx, Double_t b, Double_t maxd, AliExternalTrackParam *cParam=0) |
Bool_t | RelateToVVertexBxByBz (const AliVVertex *vtx, Double_t b[3], Double_t maxd, AliExternalTrackParam *cParam=0) |
void | SetImpactParameters (const Float_t p[2], const Float_t cov[3], const Float_t chi2, const AliExternalTrackParam *cParam) |
void | SetImpactParametersTPC (const Float_t p[2], const Float_t cov[3], const Float_t chi2) |
virtual void | Print (Option_t *opt) const |
const AliESDEvent * | GetESDEvent () const |
const AliTOFHeader * | GetTOFHeader () const |
const AliVEvent * | GetEvent () const |
void | SetESDEvent (const AliESDEvent *evt) |
virtual void | SetDetectorPID (const AliDetectorPID *pid) |
virtual const AliDetectorPID * | GetDetectorPID () const |
void | FillPolymarker (TPolyMarker3D *pol, Float_t magf, Float_t minR, Float_t maxR, Float_t stepR) |
Double_t | GetLengthInActiveZone (Int_t mode, Double_t deltaY, Double_t deltaZ, Double_t bz, Double_t exbPhi=0, TTreeSRedirector *pcstream=0) const |
virtual Int_t | GetTrackParam (AliExternalTrackParam &p) const |
virtual Int_t | GetTrackParamRefitted (AliExternalTrackParam &) const |
virtual Int_t | GetTrackParamITSOut (AliExternalTrackParam &) const |
Int_t | GetTrackParamIp (AliExternalTrackParam &p) const |
Int_t | GetTrackParamOp (AliExternalTrackParam &p) const |
Int_t | GetTrackParamTPCInner (AliExternalTrackParam &p) const |
Int_t | GetTrackParamCp (AliExternalTrackParam &p) const |
void | ResetTrackParamIp (const AliExternalTrackParam *p) |
void | ResetTrackParamOp (const AliExternalTrackParam *p) |
void | ResetTrackParamTPCInner (const AliExternalTrackParam *p) |
Int_t | GetNumberOfITSClusters () const |
Int_t | GetNumberOfTPCClusters () const |
Int_t | GetNumberOfTRDClusters () const |
void | SetFriendNotStored (Bool_t v) |
Bool_t | GetFriendNotStored () const |
void | SetFriendTrackID (int id) |
Int_t | GetFriendTrackID () const |
![]() | |
AliExternalTrackParam () | |
AliExternalTrackParam (const AliExternalTrackParam &) | |
AliExternalTrackParam & | operator= (const AliExternalTrackParam &trkPar) |
AliExternalTrackParam (Double_t x, Double_t alpha, const Double_t param[5], const Double_t covar[15]) | |
AliExternalTrackParam (Double_t xyz[3], Double_t pxpypz[3], Double_t cv[21], Short_t sign) | |
AliExternalTrackParam (AliVConstructorReinitialisationFlag f) | |
void | Reinitialize () |
virtual | ~AliExternalTrackParam () |
void | CopyFromVTrack (const AliVTrack *vTrack) |
template<typename T > | |
void | Set (T x, T alpha, const T param[5], const T covar[15]) |
void | SetParamOnly (double x, double alpha, const double param[5]) |
void | Set (Double_t xyz[3], Double_t pxpypz[3], Double_t cv[21], Short_t sign) |
void | Reset () |
void | ResetCovariance (Double_t s2) |
void | AddCovariance (const Double_t cov[15]) |
const Double_t * | GetParameter () const |
const Double_t * | GetCovariance () const |
virtual Bool_t | IsStartedTimeIntegral () const |
virtual void | AddTimeStep (Double_t) |
Double_t | GetAlpha () const |
Double_t | GetX () const |
Double_t | GetY () const |
Double_t | GetZ () const |
Double_t | GetSnp () const |
virtual Double_t | GetTgl () const |
Double_t | GetSigned1Pt () const |
Double_t | GetSigmaY2 () const |
Double_t | GetSigmaZY () const |
Double_t | GetSigmaZ2 () const |
Double_t | GetSigmaSnpY () const |
Double_t | GetSigmaSnpZ () const |
Double_t | GetSigmaSnp2 () const |
Double_t | GetSigmaTglY () const |
Double_t | GetSigmaTglZ () const |
Double_t | GetSigmaTglSnp () const |
Double_t | GetSigmaTgl2 () const |
Double_t | GetSigma1PtY () const |
Double_t | GetSigma1PtZ () const |
Double_t | GetSigma1PtSnp () const |
Double_t | GetSigma1PtTgl () const |
Double_t | GetSigma1Pt2 () const |
Double_t | Px () const |
Double_t | Py () const |
Double_t | Pz () const |
Double_t | Pt () const |
Double_t | P () const |
Bool_t | PxPyPz (Double_t p[3]) const |
Double_t | Xv () const |
Double_t | Yv () const |
Double_t | Zv () const |
Bool_t | XvYvZv (Double_t x[3]) const |
Double_t | OneOverPt () const |
Double_t | Phi () const |
Double_t | PhiPos () const |
Double_t | Theta () const |
Double_t | Eta () const |
virtual Short_t | Charge () const |
Double_t | GetSign () const |
Double_t | GetP () const |
Double_t | GetSignedPt () const |
Double_t | Get1P () const |
virtual Double_t | GetC (Double_t b) const |
void | GetDZ (Double_t x, Double_t y, Double_t z, Double_t b, Float_t dz[2]) const |
Double_t | GetD (Double_t xv, Double_t yv, Double_t b) const |
Double_t | GetLinearD (Double_t xv, Double_t yv) const |
Bool_t | CorrectForMeanMaterial (Double_t xOverX0, Double_t xTimesRho, Double_t mass, Bool_t anglecorr=kFALSE, Double_t(*f)(Double_t)=AliExternalTrackParam::BetheBlochSolid) |
Bool_t | CorrectForMeanMaterialdEdx (Double_t xOverX0, Double_t xTimesRho, Double_t mass, Double_t dEdx, Bool_t anglecorr=kFALSE) |
Bool_t | CorrectForMeanMaterialZA (Double_t xOverX0, Double_t xTimesRho, Double_t mass, Double_t zOverA=0.49848, Double_t density=2.33, Double_t exEnergy=173e-9, Double_t jp1=0.20, Double_t jp2=3.00, Bool_t anglecorr=kFALSE) |
Double_t | GetPredictedChi2 (const Double_t p[2], const Double_t cov[3]) const |
Double_t | GetPredictedChi2 (const Double_t p[3], const Double_t covyz[3], const Double_t covxyz[3]) const |
Double_t | GetPredictedChi2 (const AliExternalTrackParam *t) const |
Bool_t | PropagateTo (Double_t p[3], Double_t covyz[3], Double_t covxyz[3], Double_t b) |
Double_t * | GetResiduals (Double_t *p, Double_t *cov, Bool_t updated=kTRUE) const |
Bool_t | Update (const Double_t p[2], const Double_t cov[3]) |
Bool_t | Rotate (Double_t alpha) |
Bool_t | RotateParamOnly (Double_t alpha) |
Bool_t | Invert () |
Bool_t | PropagateTo (Double_t x, Double_t b) |
Bool_t | PropagateParamOnlyTo (Double_t xk, Double_t b) |
Bool_t | Propagate (Double_t alpha, Double_t x, Double_t b) |
Bool_t | PropagateBxByBz (Double_t alpha, Double_t x, Double_t b[3]) |
Bool_t | PropagateParamOnlyBxByBzTo (Double_t xk, const Double_t b[3]) |
void | Propagate (Double_t len, Double_t x[3], Double_t p[3], Double_t bz) const |
Bool_t | Intersect (Double_t pnt[3], Double_t norm[3], Double_t bz) const |
Bool_t | PropagateToBxByBz (Double_t x, const Double_t b[3]) |
Bool_t | RelateToVVertexBxByBzDCA (const AliVVertex *vtx, Double_t b[3], Double_t maxd, AliExternalTrackParam *cParam=NULL, Double_t dz[2]=NULL, Double_t dzcov[3]=NULL) |
void | GetHelixParameters (Double_t h[6], Double_t b) const |
Double_t | GetDCA (const AliExternalTrackParam *p, Double_t b, Double_t &xthis, Double_t &xp) const |
Double_t | PropagateToDCA (AliExternalTrackParam *p, Double_t b) |
Bool_t | PropagateToDCA (const AliVVertex *vtx, Double_t b, Double_t maxd, Double_t dz[2]=0, Double_t cov[3]=0) |
Bool_t | PropagateToDCABxByBz (const AliVVertex *vtx, Double_t b[3], Double_t maxd, Double_t dz[2]=0, Double_t cov[3]=0) |
Bool_t | ConstrainToVertex (const AliVVertex *vtx, Double_t b[3]) |
void | GetDirection (Double_t d[3]) const |
Bool_t | GetPxPyPz (Double_t *p) const |
Bool_t | GetXYZ (Double_t *p) const |
Bool_t | GetCovarianceXYZPxPyPz (Double_t cv[21]) const |
Bool_t | GetPxPyPzAt (Double_t x, Double_t b, Double_t p[3]) const |
Bool_t | GetXYZAt (Double_t x, Double_t b, Double_t r[3]) const |
Double_t | GetParameterAtRadius (Double_t r, Double_t bz, Int_t parType) const |
Bool_t | GetYAt (Double_t x, Double_t b, Double_t &y) const |
Bool_t | GetZAt (Double_t x, Double_t b, Double_t &z) const |
Double_t | GetYAtFast (Double_t x, Double_t b) const |
Double_t | GetZAtFast (Double_t x, Double_t b) const |
Bool_t | GetYZAt (Double_t x, Double_t b, Double_t *yz) const |
void | Print (Option_t *option="") const |
Double_t | GetSnpAt (Double_t x, Double_t b) const |
Bool_t | GetXatLabR (Double_t r, Double_t &x, Double_t bz, Int_t dir=0) const |
Bool_t | GetXYZatR (Double_t xr, Double_t bz, Double_t *xyz=0, Double_t *alpSect=0) const |
Bool_t | CorrectForMaterial (Double_t d, Double_t x0, Double_t mass, Double_t(*f)(Double_t)=AliExternalTrackParam::BetheBlochSolid) |
Bool_t | GetDistance (AliExternalTrackParam *param2, Double_t x, Double_t dist[3], Double_t b) |
Int_t | PdgCode () const |
virtual void | DrawTrack (Float_t magF, Float_t minR, Float_t maxR, Float_t stepR) |
virtual Bool_t | Translate (Double_t *vTrasl, Double_t *covV) |
void | CheckCovariance () |
![]() | |
AliVTrack () | |
virtual | ~AliVTrack () |
AliVTrack (const AliVTrack &vTrack) | |
AliVTrack & | operator= (const AliVTrack &vTrack) |
AliVTrack (AliVConstructorReinitialisationFlag f) | |
virtual UChar_t | GetITSSharedClusterMap () const |
virtual Int_t | GetNumberOfClusters () const |
virtual void | GetImpactParameters (Float_t[], Float_t[]) const |
virtual void | GetImpactParametersTPC (Float_t[], Float_t[]) const |
virtual Bool_t | IsExtrapolatedToEMCAL () const |
virtual Bool_t | GetXYZAt (Double_t, Double_t, Double_t *) const |
virtual Double_t | GetBz () const |
virtual void | GetBxByBz (Double_t b[3]) const |
virtual void | GetDirection (Double_t[]) const |
virtual void | GetDZ (Double_t, Double_t, Double_t, Double_t, Float_t[]) const |
![]() | |
AliVParticle () | |
virtual | ~AliVParticle () |
AliVParticle (const AliVParticle &vPart) | |
AliVParticle & | operator= (const AliVParticle &vPart) |
AliVParticle (AliVConstructorReinitialisationFlag) | |
virtual void | Momentum (TLorentzVector &) |
virtual Double_t | Tv () const |
virtual Int_t | Label () const |
virtual UInt_t | MCStatusCode () const |
virtual TParticle * | Particle () const |
Int_t | Compare (const TObject *obj) const |
Bool_t | IsSortable () const |
virtual void | SetFlag (UInt_t) |
virtual UInt_t | GetFlag () const |
Bool_t | Local2GlobalMomentum (Double_t p[3], Double_t alpha) const |
Bool_t | Local2GlobalPosition (Double_t r[3], Double_t alpha) const |
Bool_t | Global2LocalMomentum (Double_t p[3], Short_t charge, Double_t &alpha) const |
Bool_t | Global2LocalPosition (Double_t r[3], Double_t alpha) const |
virtual Int_t | GetMother () const |
virtual Int_t | GetFirstDaughter () const |
virtual Int_t | GetLastDaughter () const |
virtual Int_t | GetDaughterLabel (Int_t) const |
virtual Int_t | GetNDaughters () const |
virtual void | SetGeneratorIndex (Short_t) |
virtual Short_t | GetGeneratorIndex () const |
virtual void | SetPrimary (Bool_t) |
virtual Bool_t | IsPrimary () const |
virtual void | SetPhysicalPrimary (Bool_t) |
virtual Bool_t | IsPhysicalPrimary () const |
virtual void | SetSecondaryFromWeakDecay (Bool_t) |
virtual Bool_t | IsSecondaryFromWeakDecay () const |
virtual void | SetSecondaryFromMaterial (Bool_t) |
virtual Bool_t | IsSecondaryFromMaterial () const |
Static Public Member Functions | |
static void | OnlineMode (bool mode) |
static bool | OnlineMode () |
static Double_t | GetLengthInActiveZone (const AliExternalTrackParam *paramT, Double_t deltaY, Double_t deltaZ, Double_t bz, Double_t exbPhi=0, TTreeSRedirector *pcstream=0) |
static void | SetTrackEMuAsPi (Bool_t val) |
static Bool_t | GetTrackEMuAsPi () |
![]() | |
static void | SetMostProbablePt (Double_t pt) |
static Double_t | GetMostProbablePt () |
static Double_t | BetheBlochAleph (Double_t bg, Double_t kp1=0.76176e-1, Double_t kp2=10.632, Double_t kp3=0.13279e-4, Double_t kp4=1.8631, Double_t kp5=1.9479) |
static Double_t | BetheBlochGeant (Double_t bg, Double_t kp0=2.33, Double_t kp1=0.20, Double_t kp2=3.00, Double_t kp3=173e-9, Double_t kp4=0.49848) |
static Double_t | BetheBlochSolid (Double_t bg) |
static Double_t | BetheBlochGas (Double_t bg) |
static void | g3helx3 (Double_t qfield, Double_t step, Double_t vect[7]) |
static Int_t | GetIndex (Int_t i, Int_t j) |
static Bool_t | GetUseLogTermMS () |
static void | SetUseLogTermMS (Bool_t v=kTRUE) |
Protected Attributes | |
AliExternalTrackParam * | fCp |
AliExternalTrackParam * | fIp |
AliExternalTrackParam * | fTPCInner |
AliExternalTrackParam * | fOp |
AliExternalTrackParam * | fHMPIDp |
AliESDfriendTrack * | fFriendTrack |
TBits | fTPCFitMap |
All the complementary information. More... | |
TBits | fTPCClusterMap |
TBits | fTPCSharedMap |
UShort_t | fFrTrackID |
ULong_t | fFlags |
Int_t | fID |
Int_t | fLabel |
Int_t | fITSLabel |
Int_t | fITSModule [12] |
Int_t | fTPCLabel |
Int_t | fTRDLabel |
Int_t * | fTOFLabel |
Int_t | fTOFCalChannel |
TOF label. More... | |
Int_t | fTOFindex |
Channel Index of the TOF Signal. More... | |
Int_t | fHMPIDqn |
Int_t | fHMPIDcluIdx |
Int_t | fCaloIndex |
Int_t | fKinkIndexes [3] |
Int_t | fV0Indexes [3] |
Double32_t * | fR |
Double32_t * | fITSr |
[0.,0.,8] combined "detector response probability" More... | |
Double32_t * | fTPCr |
[0.,0.,8] "detector response probabilities" (for the PID) More... | |
Double32_t * | fTRDr |
[0.,0.,8] "detector response probabilities" (for the PID) More... | |
Double32_t * | fTOFr |
[0.,0.,8] "detector response probabilities" (for the PID) More... | |
Double32_t * | fHMPIDr |
[0.,0.,8] "detector response probabilities" (for the PID) More... | |
Double32_t | fHMPIDtrkTheta |
[0.,0.,8] "detector response probabilities" (for the PID) More... | |
Double32_t | fHMPIDtrkPhi |
Double32_t | fHMPIDsignal |
Double32_t * | fTrackTime |
Double32_t | fTrackLength |
TOFs estimated by the tracking. More... | |
Double32_t | fdTPC |
Track length. More... | |
Double32_t | fzTPC |
Double32_t | fCddTPC |
Double32_t | fCdzTPC |
Double32_t | fCzzTPC |
Double32_t | fCchi2TPC |
Double32_t | fD |
Double32_t | fZ |
Double32_t | fCdd |
Double32_t | fCdz |
Double32_t | fCzz |
Double32_t | fCchi2 |
Double32_t | fITSchi2Std [kNITSchi2Std] |
Double32_t | fITSchi2 |
Double32_t | fTPCchi2 |
Double32_t | fTPCchi2Iter1 |
Double32_t | fTRDchi2 |
Double32_t | fTOFchi2 |
Double32_t | fHMPIDchi2 |
Double32_t | fGlobalChi2 |
Double32_t | fITSsignal |
Double32_t | fITSsignalTuned |
Double32_t | fITSdEdxSamples [4] |
[0.,0.,10] detector's PID signal More... | |
Double32_t | fTPCsignal |
Double32_t | fTPCsignalTuned |
Double32_t | fTPCsignalS |
[0.,0.,10] detector's PID signal tuned on data when using MC More... | |
AliTPCdEdxInfo * | fTPCdEdxInfo |
Double32_t | fTPCPoints [4] |
Double32_t | fTRDsignal |
Double32_t | fTRDQuality |
Double32_t | fTRDBudget |
Double32_t | fTOFsignal |
Double32_t | fTOFsignalTuned |
detector's PID signal [ps] More... | |
Double32_t | fTOFsignalToT |
detector's PID signal tuned on data when using MC More... | |
Double32_t | fTOFsignalRaw |
detector's ToT signal [ns] More... | |
Double32_t | fTOFsignalDz |
detector's uncorrected time signal [ps] More... | |
Double32_t | fTOFsignalDx |
local z of track's impact on the TOF pad [cm] More... | |
Double32_t | fTOFInfo [10] |
local x of track's impact on the TOF pad [cm] More... | |
Short_t | fTOFdeltaBC |
TOF informations. More... | |
Short_t | fTOFl0l1 |
detector's Delta Bunch Crossing correction More... | |
Double32_t | fCaloDx |
detector's L0L1 latency correction More... | |
Double32_t | fCaloDz |
Double32_t | fHMPIDtrkX |
Double32_t | fHMPIDtrkY |
Double32_t | fHMPIDmipX |
Double32_t | fHMPIDmipY |
UShort_t | fTPCncls |
UShort_t | fTPCnclsF |
UShort_t | fTPCsignalN |
UShort_t | fTPCnclsIter1 |
UShort_t | fTPCnclsFIter1 |
Char_t | fITSncls |
UChar_t | fITSClusterMap |
UChar_t | fITSSharedMap |
UChar_t | fTRDncls |
UChar_t | fTRDncls0 |
UChar_t | fTRDntracklets |
UChar_t | fTRDNchamberdEdx |
UChar_t | fTRDNclusterdEdx |
Int_t | fTRDnSlices |
Double32_t * | fTRDslices |
Char_t | fTRDTimBin [kTRDnPlanes] |
Char_t | fVertexID |
Char_t | fPIDForTracking |
Char_t | fPIDForTrackingIn |
const AliESDEvent * | fESDEvent |
Float_t | fCacheNCrossedRows |
Pointer back to event to which the track belongs. More... | |
Float_t | fCacheChi2TPCConstrainedVsGlobal |
Cache for the number of crossed rows. More... | |
const AliESDVertex * | fCacheChi2TPCConstrainedVsGlobalVertex |
Cache for the chi2 of constrained TPC vs global track. More... | |
const AliDetectorPID * | fDetectorPID |
Vertex for which the cache is valid. More... | |
Double_t | fTrackPhiOnEMCal |
transient object to cache PID information More... | |
Double_t | fTrackEtaOnEMCal |
Double_t | fTrackPtOnEMCal |
Int_t | fNtofClusters |
Int_t * | fTOFcluster |
![]() | |
Double32_t | fX |
Double32_t | fAlpha |
Double32_t | fP [5] |
Double32_t | fC [15] |
Private Member Functions | |
AliESDtrack & | operator= (const AliESDtrack &) |
Static Private Attributes | |
static bool | fgkOnlineMode =false |
static Bool_t | fgTrackEMuAsPi = kTRUE |
indicate the online mode to skip some of the functionality More... | |
Additional Inherited Members | |
![]() | |
AliExternalTrackParam (const AliVTrack *vTrack) | |
![]() | |
static Double32_t | fgMostProbablePt =kMostProbablePt |
static Bool_t | fgUseLogTermMS = kFALSE |
Definition at line 47 of file AliESDtrack.h.
anonymous enum |
Enumerator | |
---|---|
kSkipFriend |
Definition at line 50 of file AliESDtrack.h.
anonymous enum |
Enumerator | |
---|---|
kNITSchi2Std |
Definition at line 51 of file AliESDtrack.h.
AliESDtrack::AliESDtrack | ( | ) |
Definition at line 191 of file AliESDtrack.cxx.
Referenced by AliESDtrack().
AliESDtrack::AliESDtrack | ( | const AliESDtrack & | track | ) |
Definition at line 313 of file AliESDtrack.cxx.
AliESDtrack::AliESDtrack | ( | const AliVTrack * | track | ) |
Definition at line 493 of file AliESDtrack.cxx.
AliESDtrack::AliESDtrack | ( | TParticle * | part | ) |
Definition at line 709 of file AliESDtrack.cxx.
|
virtual |
Definition at line 885 of file AliESDtrack.cxx.
void AliESDtrack::AddCalibObject | ( | TObject * | object | ) |
Definition at line 1216 of file AliESDtrack.cxx.
Referenced by SetFriendTrackPointer().
void AliESDtrack::AddTOFcluster | ( | Int_t | icl | ) |
Definition at line 3403 of file AliESDtrack.cxx.
Referenced by GetNTOFclusters().
|
virtual |
Definition at line 1201 of file AliESDtrack.cxx.
|
virtual |
Reimplemented from AliExternalTrackParam.
Definition at line 1565 of file AliESDtrack.cxx.
Referenced by GetPIDForTracking0(), AliZMQManager::SendAsXml(), and Y().
|
virtual |
Reimplemented from AliExternalTrackParam.
Definition at line 3044 of file AliESDtrack.cxx.
Referenced by GetDetectorPID(), and MakeESDTree().
Bool_t AliESDtrack::FillTPCOnlyTrack | ( | AliESDtrack & | track | ) |
Definition at line 1234 of file AliESDtrack.cxx.
Referenced by GetTPCInnerParam().
|
inline |
Definition at line 121 of file AliESDtrack.h.
TObject * AliESDtrack::GetCalibObject | ( | Int_t | index | ) |
Definition at line 1225 of file AliESDtrack.cxx.
Referenced by SetFriendTrackPointer().
Double_t AliESDtrack::GetChi2TPCConstrainedVsGlobal | ( | const AliESDVertex * | vtx | ) | const |
Definition at line 3131 of file AliESDtrack.cxx.
Referenced by GetConstrainedChi2().
Int_t AliESDtrack::GetClusters | ( | Int_t | idet, |
Int_t * | idx | ||
) | const |
Definition at line 1898 of file AliESDtrack.cxx.
Referenced by GetOuterHmpXYZ(), and AliReconstruction::WriteAlignmentData().
|
inline |
Definition at line 119 of file AliESDtrack.h.
|
inline |
Definition at line 441 of file AliESDtrack.h.
Bool_t AliESDtrack::GetConstrainedExternalCovariance | ( | Double_t | cov[15] | ) | const |
Definition at line 1760 of file AliESDtrack.cxx.
Referenced by GetConstrainedParam().
Bool_t AliESDtrack::GetConstrainedExternalParameters | ( | Double_t & | alpha, |
Double_t & | x, | ||
Double_t | p[5] | ||
) | const |
Definition at line 1747 of file AliESDtrack.cxx.
Referenced by GetConstrainedParam(), and GetExternalCovariance().
|
inlinevirtual |
Reimplemented from AliVTrack.
Definition at line 115 of file AliESDtrack.h.
Referenced by GetTrackParamCp().
|
inline |
Definition at line 107 of file AliESDtrack.h.
|
inline |
Definition at line 111 of file AliESDtrack.h.
Double_t AliESDtrack::GetdEdxInfo | ( | Int_t | regionID, |
Int_t | calibID, | ||
Int_t | qID, | ||
Int_t | valueID | ||
) |
Definition at line 3775 of file AliESDtrack.cxx.
Referenced by SetTPCsignalTunedOnData().
Double_t AliESDtrack::GetdEdxInfoTRD | ( | Int_t | method, |
Double_t | p0, | ||
Double_t | p1, | ||
Double_t | p2 | ||
) |
Definition at line 3787 of file AliESDtrack.cxx.
Referenced by SetTPCsignalTunedOnData().
|
inlinevirtual |
Reimplemented from AliVTrack.
Definition at line 475 of file AliESDtrack.h.
|
inlinevirtual |
Reimplemented from AliVTrack.
Definition at line 408 of file AliESDtrack.h.
Referenced by AliEMCALReconstructor::FillESD().
|
inline |
Definition at line 468 of file AliESDtrack.h.
Referenced by GetIntegratedLength(), GetIntegratedTimes(), GetTOFCalChannel(), GetTOFcluster(), GetTOFDeltaBC(), GetTOFL0L1(), GetTOFLabel(), GetTOFsignal(), GetTOFsignalDx(), GetTOFsignalDz(), GetTOFsignalRaw(), GetTOFsignalToT(), IsTOFHitAlreadyMatched(), ReplaceTOFClusterID(), ReplaceTOFMatchID(), ReplaceTOFTrackID(), SetTOFCalChannel(), SetTOFDeltaBC(), SetTOFL0L1(), SetTOFLabel(), SetTOFsignal(), SetTOFsignalDx(), SetTOFsignalDz(), SetTOFsignalRaw(), SetTOFsignalToT(), SortTOFcluster(), and SuppressTOFMatches().
void AliESDtrack::GetESDpid | ( | Double_t * | p | ) | const |
Definition at line 2571 of file AliESDtrack.cxx.
Referenced by AliESDTagCreator::FillEventTag(), and SetIntegratedLength().
|
inlinevirtual |
Reimplemented from AliVTrack.
Definition at line 470 of file AliESDtrack.h.
void AliESDtrack::GetExternalCovariance | ( | Double_t | cov[15] | ) | const |
Definition at line 1738 of file AliESDtrack.cxx.
Referenced by AliEMCALTrack::AliEMCALTrack(), AliVertexerTracks::FindPrimaryVertex(), and SetLabel().
void AliESDtrack::GetExternalParameters | ( | Double_t & | x, |
Double_t | p[5] | ||
) | const |
Definition at line 1729 of file AliESDtrack.cxx.
Referenced by AliEMCALTrack::AliEMCALTrack(), AliVertexerTracks::FindPrimaryVertex(), and SetLabel().
|
inline |
Definition at line 544 of file AliESDtrack.h.
Referenced by AliESDEvent::GetESDfriend(), AliESDEvent::SetESDfriend(), and AliReconstruction::WriteAlignmentData().
|
inline |
Definition at line 59 of file AliESDtrack.h.
Referenced by AnalyzeESDtracks(), AliEMCALReconstructor::CalculateResidual(), AliEMCALTracker::FindMatchedCluster(), AliRelAlignerKalman::FindMatchingTracks(), AliESD::GetESDfriend(), AliESDEvent::GetESDfriend(), MakeESDTree(), and AliESDEvent::RemoveTrack().
|
inline |
Definition at line 546 of file AliESDtrack.h.
|
inline |
Definition at line 126 of file AliESDtrack.h.
|
inline |
Definition at line 388 of file AliESDtrack.h.
|
inlinevirtual |
Reimplemented from AliVTrack.
Definition at line 390 of file AliESDtrack.h.
Referenced by GetClusters().
|
inlinevirtual |
Reimplemented from AliVTrack.
Definition at line 400 of file AliESDtrack.h.
|
inlinevirtual |
Reimplemented from AliVTrack.
Definition at line 384 of file AliESDtrack.h.
|
virtual |
Reimplemented from AliVTrack.
Definition at line 2555 of file AliESDtrack.cxx.
Referenced by AliESDpid::CombinePID(), GetHMPIDoccupancy(), and Print().
|
inlinevirtual |
|
inlinevirtual |
Reimplemented from AliVTrack.
Definition at line 394 of file AliESDtrack.h.
Referenced by AliHMPIDPIDResponse::Resolution().
|
inlinevirtual |
Reimplemented from AliExternalTrackParam.
Definition at line 69 of file AliESDtrack.h.
Referenced by AliESD::AddTrack(), AliESDEvent::AddTrack(), GetIntegratedLength(), GetIntegratedTimes(), GetTOFsignalDx(), GetTOFsignalDz(), MakeESDTree(), AliReconstruction::ProcessEvent(), SetTOFsignalDx(), SetTOFsignalDz(), SortTOFcluster(), SuppressTOFMatches(), and AliVertexerTracks::VertexForSelectedESDTracks().
|
inlinevirtual |
Reimplemented from AliExternalTrackParam.
Definition at line 448 of file AliESDtrack.h.
Referenced by AliESD::Clean(), and AliESDEvent::Clean().
|
inline |
Definition at line 449 of file AliESDtrack.h.
|
inlinevirtual |
Reimplemented from AliVTrack.
Definition at line 437 of file AliESDtrack.h.
|
inline |
Definition at line 438 of file AliESDtrack.h.
Bool_t AliESDtrack::GetInnerExternalCovariance | ( | Double_t | cov[15] | ) | const |
Definition at line 1784 of file AliESDtrack.cxx.
Referenced by GetInnerXYZ().
Bool_t AliESDtrack::GetInnerExternalParameters | ( | Double_t & | alpha, |
Double_t & | x, | ||
Double_t | p[5] | ||
) | const |
Definition at line 1771 of file AliESDtrack.cxx.
Referenced by GetConstrainedExternalCovariance(), and GetInnerXYZ().
|
inlinevirtual |
Reimplemented from AliVTrack.
Definition at line 132 of file AliESDtrack.h.
Referenced by AliRelAlignerKalman::AddESDtrack(), AliEMCALReconstructor::CalculateResidual(), AliReconstruction::DecideFriendsStorage(), AliEMCALRecoUtilsBase::ExtrapolateTrackToEMCalSurface(), AliRelAlignerKalman::FindCosmicTrackletNumbersInEvent(), AliEMCALTracker::FindMatchedCluster(), AliRelAlignerKalman::FindMatchingTracks(), GetTrackParamIp(), AliReconstruction::IsHighPt(), AliGlobalQADataMaker::MakeESDs(), MakeESDTree(), and AliESDpid::MakeTPCPID().
|
inline |
Definition at line 128 of file AliESDtrack.h.
Referenced by AliTPCComparison(), and AliESDpid::CheckTOFMatching().
|
inline |
Definition at line 135 of file AliESDtrack.h.
|
virtual |
Reimplemented from AliVTrack.
Definition at line 1967 of file AliESDtrack.cxx.
Referenced by SetLabel().
|
inline |
Definition at line 90 of file AliESDtrack.h.
|
virtual |
Reimplemented from AliVTrack.
Definition at line 1938 of file AliESDtrack.cxx.
Referenced by AliESDpid::CheckTOFMatching(), GetIntegratedLengthOld(), GetTOFExpTDiff(), GetTOFExpTDiffSpec(), AliGlobalQADataMaker::MakeESDs(), and AliESDpid::MakeTOFPID().
|
inline |
Definition at line 92 of file AliESDtrack.h.
|
inlinevirtual |
Reimplemented from AliVTrack.
Definition at line 193 of file AliESDtrack.h.
|
inline |
Definition at line 194 of file AliESDtrack.h.
|
inlinevirtual |
Reimplemented from AliExternalTrackParam.
Definition at line 197 of file AliESDtrack.h.
Referenced by AliRelAlignerKalman::FindMatchingTracks(), and AliESDpid::MakeITSPID().
|
virtual |
Reimplemented from AliVTrack.
Definition at line 2009 of file AliESDtrack.cxx.
Referenced by GetClusters(), AliEMCALTracker::LoadTracks(), AliGlobalQADataMaker::MakeESDs(), and SetITSchi2Std().
|
virtual |
Reimplemented from AliVTrack.
Definition at line 3107 of file AliESDtrack.cxx.
Referenced by GetITSsignal(), and AliESDpid::MakeITSPID().
|
inline |
Definition at line 203 of file AliESDtrack.h.
|
inline |
Definition at line 210 of file AliESDtrack.h.
Referenced by AliESDEvent::AdjustMCLabels().
|
inline |
Definition at line 207 of file AliESDtrack.h.
Bool_t AliESDtrack::GetITSModuleIndexInfo | ( | Int_t | ilayer, |
Int_t & | idet, | ||
Int_t & | status, | ||
Float_t & | xloc, | ||
Float_t & | zloc | ||
) | const |
Definition at line 2029 of file AliESDtrack.cxx.
Referenced by GetITSModuleIndex(), and AliGlobalQADataMaker::MakeESDs().
|
inline |
Definition at line 200 of file AliESDtrack.h.
void AliESDtrack::GetITSpid | ( | Double_t * | p | ) | const |
Definition at line 2003 of file AliESDtrack.cxx.
Referenced by AliESDpid::CombinePID(), GetOuterHmpXYZ(), and Print().
|
inline |
Definition at line 201 of file AliESDtrack.h.
|
inlinevirtual |
Reimplemented from AliVTrack.
Definition at line 183 of file AliESDtrack.h.
Referenced by AliGlobalQADataMaker::MakeESDs(), AliESDpid::MakeITSPID(), and Print().
|
inlinevirtual |
Reimplemented from AliVTrack.
Definition at line 187 of file AliESDtrack.h.
|
inline |
Definition at line 215 of file AliESDtrack.h.
Referenced by AliZMQManager::SendAsXml().
|
inlinevirtual |
Reimplemented from AliVTrack.
Definition at line 271 of file AliESDtrack.h.
Referenced by AliESDEvent::RemoveKink(), and AliESDEvent::RemoveTrack().
|
inline |
Definition at line 272 of file AliESDtrack.h.
|
inlinevirtual |
Reimplemented from AliExternalTrackParam.
Definition at line 83 of file AliESDtrack.h.
Referenced by AliESDEvent::AdjustMCLabels(), BackToTPCInnerWall(), and AliESDTagCreator::FillEventTag().
|
static |
Definition at line 3244 of file AliESDtrack.cxx.
Referenced by GetLengthInActiveZone(), and OnlineMode().
Double_t AliESDtrack::GetLengthInActiveZone | ( | Int_t | mode, |
Double_t | deltaY, | ||
Double_t | deltaZ, | ||
Double_t | bz, | ||
Double_t | exbPhi = 0 , |
||
TTreeSRedirector * | pcstream = 0 |
||
) | const |
Definition at line 3227 of file AliESDtrack.cxx.
|
inline |
Definition at line 98 of file AliESDtrack.h.
Referenced by AliEMCALReconstructor::CalculateResidual(), AliEMCALRecoUtilsBase::ExtrapolateTrackToEMCalSurface(), AliEMCALTracker::FindMatchedCluster(), GetTOFExpTDiff(), GetTOFExpTDiffSpec(), M(), and AliZMQManager::SendAsXml().
Double_t AliESDtrack::GetMassForTracking | ( | ) | const |
Definition at line 3315 of file AliESDtrack.cxx.
Referenced by AliEMCALRecoUtilsBase::ExtrapolateTrackToEMCalSurface(), GetMass(), and AliReconstruction::ProcessEvent().
|
virtual |
Reimplemented from AliVTrack.
Definition at line 1864 of file AliESDtrack.cxx.
Referenced by AliRelAlignerKalman::FindCosmicTrackletNumbersInEvent(), AliRelAlignerKalman::FindMatchingTracks(), AliVertexerTracks::FindPrimaryVertex(), GetOuterHmpXYZ(), AliAlignmentTracks::ProcessESD(), AliAlignmentTracks::ProcessESDCosmics(), and AliReconstruction::WriteAlignmentData().
|
inline |
Definition at line 342 of file AliESDtrack.h.
|
inlinevirtual |
Reimplemented from AliVTrack.
Definition at line 539 of file AliESDtrack.h.
|
inlinevirtual |
Reimplemented from AliVTrack.
Definition at line 540 of file AliESDtrack.h.
|
inlinevirtual |
Reimplemented from AliVTrack.
Definition at line 541 of file AliESDtrack.h.
|
virtual |
Reimplemented from AliVTrack.
Definition at line 2369 of file AliESDtrack.cxx.
Referenced by GetdEdxInfoTRD(), GetTRDmomentum(), GetTRDslice(), IsTRDtrkltChmbGood(), SetNumberOfTRDslices(), SetTRDmomentum(), and SetTRDslice().
Bool_t AliESDtrack::GetOuterExternalCovariance | ( | Double_t | cov[15] | ) | const |
Definition at line 1843 of file AliESDtrack.cxx.
Referenced by AliEMCALTrack::AliEMCALTrack(), and GetOuterHmpXYZ().
Bool_t AliESDtrack::GetOuterExternalParameters | ( | Double_t & | alpha, |
Double_t & | x, | ||
Double_t | p[5] | ||
) | const |
Definition at line 1816 of file AliESDtrack.cxx.
Referenced by AliEMCALTrack::AliEMCALTrack(), GetOuterHmpXYZ(), and SetOuterHmpParam().
Bool_t AliESDtrack::GetOuterHmpExternalCovariance | ( | Double_t | cov[15] | ) | const |
Definition at line 1854 of file AliESDtrack.cxx.
Referenced by GetOuterHmpXYZ().
Bool_t AliESDtrack::GetOuterHmpExternalParameters | ( | Double_t & | alpha, |
Double_t & | x, | ||
Double_t | p[5] | ||
) | const |
Definition at line 1830 of file AliESDtrack.cxx.
Referenced by GetOuterExternalParameters(), and GetOuterHmpXYZ().
|
inline |
Definition at line 149 of file AliESDtrack.h.
|
inlinevirtual |
Reimplemented from AliVTrack.
Definition at line 155 of file AliESDtrack.h.
|
inline |
Definition at line 164 of file AliESDtrack.h.
|
inlinevirtual |
Reimplemented from AliVTrack.
Definition at line 147 of file AliESDtrack.h.
Referenced by AliRelAlignerKalman::AddESDtrack(), AliEMCALTrack::AliEMCALTrack(), AliESDEvent::Clean(), AliRelAlignerKalman::FindCosmicTrackletNumbersInEvent(), AliRelAlignerKalman::FindMatchingTracks(), GetTrackParamOp(), MakeESDTree(), and TestESD().
|
inline |
Definition at line 151 of file AliESDtrack.h.
|
inline |
Definition at line 160 of file AliESDtrack.h.
|
inlinevirtual |
Reimplemented from AliVTrack.
Definition at line 418 of file AliESDtrack.h.
|
inline |
Definition at line 421 of file AliESDtrack.h.
|
inline |
Definition at line 422 of file AliESDtrack.h.
Int_t AliESDtrack::GetPID | ( | Bool_t | tpcOnly = kFALSE | ) | const |
Definition at line 1439 of file AliESDtrack.cxx.
Referenced by GetIntegratedTimesOld(), GetMass(), and GetTOFExpTDiff().
|
inlinevirtual |
|
inline |
Definition at line 102 of file AliESDtrack.h.
|
inlinevirtual |
Reimplemented from AliExternalTrackParam.
Definition at line 82 of file AliESDtrack.h.
Referenced by AliL1Delay(), AliTPCComparison(), BackToTPCInnerWall(), AliESDEvent::Clean(), AliReconstruction::DecideFriendsStorage(), AliESDTagCreator::FillEventTag(), AliRelAlignerKalman::FindCosmicTrackletNumbersInEvent(), AliReconstruction::IsHighPt(), AliEMCALTracker::LoadTracks(), AliTPCQADataMakerRec::MakeESDs(), AliESDpid::MakeITSPID(), AliESDpid::MakeTOFPID(), AliESDpid::MakeTPCPID(), AliV0vertexer::Tracks2V0vertices(), and AliCascadeVertexer::V0sTracks2CascadeVertices().
|
virtual |
Reimplemented from AliVTrack.
Definition at line 1481 of file AliESDtrack.cxx.
Referenced by GetIntegratedTimesOld().
Int_t AliESDtrack::GetTOFCalChannel | ( | ) | const |
Definition at line 3661 of file AliESDtrack.cxx.
Referenced by GetTOFchi2().
|
inline |
Definition at line 365 of file AliESDtrack.h.
Int_t AliESDtrack::GetTOFcluster | ( | ) | const |
Definition at line 3675 of file AliESDtrack.cxx.
Referenced by GetTOFchi2().
|
inline |
Definition at line 341 of file AliESDtrack.h.
Int_t AliESDtrack::GetTOFclusterN | ( | ) | const |
Definition at line 3689 of file AliESDtrack.cxx.
Referenced by SetTOFcluster().
Short_t AliESDtrack::GetTOFDeltaBC | ( | ) | const |
Definition at line 3634 of file AliESDtrack.cxx.
Referenced by GetNTOFclusters().
|
virtual |
Reimplemented from AliVTrack.
Definition at line 1492 of file AliESDtrack.cxx.
Referenced by GetIntegratedTimesOld(), and GetTOFBunchCrossing().
Double_t AliESDtrack::GetTOFExpTDiffSpec | ( | AliPID::EParticleType | specie = AliPID::kPion , |
Double_t | b = 0 |
||
) | const |
Definition at line 1522 of file AliESDtrack.cxx.
Referenced by GetIntegratedTimesOld().
|
virtual |
Reimplemented from AliVTrack.
Definition at line 3762 of file AliESDtrack.cxx.
Referenced by GetESDEvent().
void AliESDtrack::GetTOFInfo | ( | Float_t * | info | ) | const |
Definition at line 2527 of file AliESDtrack.cxx.
Referenced by GetTOFchi2().
Short_t AliESDtrack::GetTOFL0L1 | ( | ) | const |
Definition at line 3647 of file AliESDtrack.cxx.
Referenced by GetNTOFclusters().
void AliESDtrack::GetTOFLabel | ( | Int_t * | p | ) | const |
Definition at line 2512 of file AliESDtrack.cxx.
Referenced by GetTOFchi2().
void AliESDtrack::GetTOFpid | ( | Double_t * | p | ) | const |
Definition at line 2506 of file AliESDtrack.cxx.
Referenced by AliESDpid::CombinePID(), GetTOFchi2(), and Print().
|
virtual |
Reimplemented from AliVTrack.
Definition at line 3549 of file AliESDtrack.cxx.
Referenced by AliESDpid::CheckTOFMatching(), GetNTOFclusters(), GetTOFExpTDiff(), GetTOFExpTDiffSpec(), AliGlobalQADataMaker::MakeESDs(), AliESDpid::MakeTOFPID(), and Print().
Double_t AliESDtrack::GetTOFsignalDx | ( | ) | const |
Definition at line 3614 of file AliESDtrack.cxx.
Referenced by GetNTOFclusters().
|
virtual |
Reimplemented from AliVTrack.
Definition at line 3591 of file AliESDtrack.cxx.
Referenced by GetNTOFclusters().
Double_t AliESDtrack::GetTOFsignalRaw | ( | ) | const |
Definition at line 3577 of file AliESDtrack.cxx.
Referenced by GetNTOFclusters().
Double_t AliESDtrack::GetTOFsignalToT | ( | ) | const |
Definition at line 3563 of file AliESDtrack.cxx.
Referenced by GetNTOFclusters().
|
inlinevirtual |
Reimplemented from AliVTrack.
Definition at line 379 of file AliESDtrack.h.
|
inlinevirtual |
Reimplemented from AliVTrack.
Definition at line 265 of file AliESDtrack.h.
|
inline |
Definition at line 266 of file AliESDtrack.h.
Float_t AliESDtrack::GetTPCClusterDensity | ( | Int_t | nNeighbours = 3 , |
Int_t | type = 0 , |
||
Int_t | row0 = 0 , |
||
Int_t | row1 = 159 , |
||
Int_t | bitType = 0 |
||
) | const |
Definition at line 2207 of file AliESDtrack.cxx.
Referenced by SetTPCSharedMap().
|
virtual |
Reimplemented from AliVTrack.
Definition at line 2118 of file AliESDtrack.cxx.
Referenced by GetTPCCrossedRows(), and SetTPCSharedMap().
|
inline |
Definition at line 276 of file AliESDtrack.h.
|
inlinevirtual |
Reimplemented from AliVTrack.
Definition at line 277 of file AliESDtrack.h.
UShort_t AliESDtrack::GetTPCclusters | ( | Int_t * | idx | ) | const |
Definition at line 2086 of file AliESDtrack.cxx.
Referenced by AliL1Delay(), GetClusters(), GetTPCchi2Iter1(), and AliEMCALTracker::LoadTracks().
|
virtual |
Reimplemented from AliVTrack.
Definition at line 2105 of file AliESDtrack.cxx.
Referenced by SetTPCSharedMap().
|
inline |
Definition at line 253 of file AliESDtrack.h.
|
inlinevirtual |
Reimplemented from AliVTrack.
Definition at line 254 of file AliESDtrack.h.
Double_t AliESDtrack::GetTPCdensity | ( | Int_t | row0, |
Int_t | row1 | ||
) | const |
Definition at line 2259 of file AliESDtrack.cxx.
Referenced by GetTPCchi2Iter1().
|
inline |
Definition at line 274 of file AliESDtrack.h.
|
inlinevirtual |
Reimplemented from AliVTrack.
Definition at line 275 of file AliESDtrack.h.
Referenced by AliESDtrack().
|
inlinevirtual |
Reimplemented from AliVTrack.
Definition at line 133 of file AliESDtrack.h.
Referenced by AliVertexerTracks::FindPrimaryVertex(), GetTrackParamTPCInner(), AliGlobalQADataMaker::MakeESDs(), and AliReconstruction::ProcessEvent().
|
inlinevirtual |
Reimplemented from AliVTrack.
Definition at line 269 of file AliESDtrack.h.
Referenced by AliESDEvent::AdjustMCLabels(), and AliTPCComparison().
|
inlinevirtual |
Reimplemented from AliVTrack.
Definition at line 263 of file AliESDtrack.h.
|
inlinevirtual |
Reimplemented from AliVTrack.
Definition at line 230 of file AliESDtrack.h.
Referenced by AliReconstruction::DecideFriendsStorage(), AliGlobalQADataMaker::MakeESDs(), and AliTPCQADataMakerRec::MakeESDs().
|
virtual |
Reimplemented from AliVTrack.
Definition at line 3123 of file AliESDtrack.cxx.
Referenced by GetTPCNclsFIter1().
|
inlinevirtual |
Reimplemented from AliVTrack.
Definition at line 231 of file AliESDtrack.h.
Referenced by AliGlobalQADataMaker::MakeESDs(), and AliTPCQADataMakerRec::MakeESDs().
|
inline |
Definition at line 233 of file AliESDtrack.h.
|
inline |
Definition at line 232 of file AliESDtrack.h.
UShort_t AliESDtrack::GetTPCnclsS | ( | Int_t | i0 = 0 , |
Int_t | i1 = 159 |
||
) | const |
Definition at line 3116 of file AliESDtrack.cxx.
Referenced by GetTPCNclsFIter1().
void AliESDtrack::GetTPCpid | ( | Double_t * | p | ) | const |
Definition at line 2288 of file AliESDtrack.cxx.
Referenced by AliESDpid::CombinePID(), HasSharedPointOnITSLayer(), and Print().
|
inline |
Definition at line 236 of file AliESDtrack.h.
Referenced by AliL1Delay().
|
inline |
Definition at line 278 of file AliESDtrack.h.
|
inlinevirtual |
Reimplemented from AliVTrack.
Definition at line 279 of file AliESDtrack.h.
Referenced by AliESDtrack().
|
inlinevirtual |
Reimplemented from AliVTrack.
Definition at line 259 of file AliESDtrack.h.
Referenced by AliTPCComparison(), AliESDpid::CheckTOFMatching(), AliGlobalQADataMaker::MakeESDs(), AliESDpid::MakeTPCPID(), and Print().
|
inlinevirtual |
Reimplemented from AliVTrack.
Definition at line 262 of file AliESDtrack.h.
Referenced by AliESDpid::CheckTOFMatching(), and AliESDpid::MakeTPCPID().
|
inline |
Definition at line 261 of file AliESDtrack.h.
|
inlinevirtual |
Reimplemented from AliVTrack.
Definition at line 260 of file AliESDtrack.h.
|
inlinevirtual |
Reimplemented from AliVTrack.
Definition at line 264 of file AliESDtrack.h.
|
inlinestatic |
Definition at line 549 of file AliESDtrack.h.
|
inlinevirtual |
Reimplemented from AliVTrack.
Definition at line 413 of file AliESDtrack.h.
|
inlinevirtual |
Reimplemented from AliExternalTrackParam.
Definition at line 498 of file AliESDtrack.h.
|
inlinevirtual |
Reimplemented from AliExternalTrackParam.
Definition at line 520 of file AliESDtrack.h.
|
inlinevirtual |
Reimplemented from AliExternalTrackParam.
Definition at line 505 of file AliESDtrack.h.
|
inlinevirtual |
Reimplemented from AliExternalTrackParam.
Definition at line 503 of file AliESDtrack.h.
|
inlinevirtual |
Reimplemented from AliExternalTrackParam.
Definition at line 510 of file AliESDtrack.h.
|
inlinevirtual |
Reimplemented from AliExternalTrackParam.
Definition at line 502 of file AliESDtrack.h.
|
inlinevirtual |
Reimplemented from AliExternalTrackParam.
Definition at line 515 of file AliESDtrack.h.
|
inlinevirtual |
Reimplemented from AliVTrack.
Definition at line 412 of file AliESDtrack.h.
|
inline |
Definition at line 429 of file AliESDtrack.h.
Referenced by AliAlignmentTracks::ProcessESD(), AliAlignmentTracks::ProcessESDCosmics(), and AliZMQManager::SendAsXml().
|
inlinevirtual |
Reimplemented from AliVTrack.
Definition at line 415 of file AliESDtrack.h.
|
inlinevirtual |
Reimplemented from AliVTrack.
Definition at line 414 of file AliESDtrack.h.
|
inline |
Definition at line 314 of file AliESDtrack.h.
|
inlinevirtual |
Reimplemented from AliVTrack.
Definition at line 322 of file AliESDtrack.h.
|
virtual |
Reimplemented from AliVTrack.
Definition at line 2294 of file AliESDtrack.cxx.
Referenced by GetClusters(), GetTRDchi2(), and AliGlobalQADataMaker::MakeESDs().
|
inline |
Definition at line 329 of file AliESDtrack.h.
Referenced by AliESDEvent::AdjustMCLabels().
|
virtual |
Reimplemented from AliVTrack.
Definition at line 2377 of file AliESDtrack.cxx.
Referenced by IsTRDtrkltChmbGood().
|
inlinevirtual |
|
inlinevirtual |
Reimplemented from AliVTrack.
Definition at line 324 of file AliESDtrack.h.
|
inline |
Definition at line 325 of file AliESDtrack.h.
|
inlinevirtual |
|
inline |
Definition at line 294 of file AliESDtrack.h.
Referenced by AliESDEvent::AdjustMCLabels(), AliReconstruction::DecideFriendsStorage(), GetTRDtracklets(), and AliReconstruction::WriteAlignmentData().
|
inlinevirtual |
Reimplemented from AliVTrack.
Definition at line 295 of file AliESDtrack.h.
Referenced by GetTRDpidQuality().
void AliESDtrack::GetTRDpid | ( | Double_t * | p | ) | const |
Definition at line 2346 of file AliESDtrack.cxx.
Referenced by AliESDpid::CombinePID(), GetTRDncls0(), Print(), and SetTRDTimBin().
Double_t AliESDtrack::GetTRDpid | ( | Int_t | iSpecies | ) | const |
Definition at line 2362 of file AliESDtrack.cxx.
|
inline |
Definition at line 298 of file AliESDtrack.h.
|
inline |
Definition at line 312 of file AliESDtrack.h.
|
inlinevirtual |
|
virtual |
Reimplemented from AliVTrack.
Definition at line 2400 of file AliESDtrack.cxx.
Referenced by IsTRDtrkltChmbGood().
|
inline |
Definition at line 321 of file AliESDtrack.h.
|
inline |
Definition at line 335 of file AliESDtrack.h.
UChar_t AliESDtrack::GetTRDtracklets | ( | Int_t * | idx | ) | const |
Definition at line 2312 of file AliESDtrack.cxx.
Referenced by GetTRDncls0(), and AliReconstruction::WriteAlignmentData().
|
inline |
Definition at line 300 of file AliESDtrack.h.
|
inline |
Definition at line 299 of file AliESDtrack.h.
|
inline |
Definition at line 273 of file AliESDtrack.h.
|
inline |
Definition at line 71 of file AliESDtrack.h.
|
inlinevirtual |
Reimplemented from AliVTrack.
Definition at line 218 of file AliESDtrack.h.
Referenced by AliESDtrack().
|
inlinevirtual |
Reimplemented from AliVTrack.
Definition at line 219 of file AliESDtrack.h.
|
inlinevirtual |
Reimplemented from AliVTrack.
Definition at line 410 of file AliESDtrack.h.
|
inline |
Definition at line 403 of file AliESDtrack.h.
|
inline |
Definition at line 405 of file AliESDtrack.h.
|
inline |
Definition at line 406 of file AliESDtrack.h.
|
inlinevirtual |
Reimplemented from AliVTrack.
Definition at line 81 of file AliESDtrack.h.
Referenced by AliESDEvent::AdjustMCLabels(), AliESDpid::CombinePID(), AliESDEvent::EstimateMultiplicity(), AliRelAlignerKalman::FindMatchingTracks(), GetFriendNotStored(), GetTOFBunchCrossing(), GetTOFExpTDiff(), GetTOFExpTDiffSpec(), AliGlobalQADataMaker::MakeESDs(), Print(), AliReconstruction::ProcessEvent(), and SetPIDForTracking().
|
inlinevirtual |
Reimplemented from AliVTrack.
Definition at line 420 of file AliESDtrack.h.
|
inlinevirtual |
Reimplemented from AliVTrack.
Definition at line 404 of file AliESDtrack.h.
Bool_t AliESDtrack::IsTOFHitAlreadyMatched | ( | ) | const |
Definition at line 3695 of file AliESDtrack.cxx.
Referenced by SetTOFcluster().
|
inline |
Definition at line 301 of file AliESDtrack.h.
|
virtual |
Reimplemented from AliExternalTrackParam.
Definition at line 1551 of file AliESDtrack.cxx.
Referenced by E(), and GetPIDForTracking0().
void AliESDtrack::MakeMiniESDtrack | ( | ) |
Definition at line 1323 of file AliESDtrack.cxx.
Referenced by SetFriendTrackPointer().
|
inlinestatic |
Definition at line 488 of file AliESDtrack.h.
|
inlinestatic |
Definition at line 489 of file AliESDtrack.h.
Referenced by AliESDtrack().
|
private |
Definition at line 924 of file AliESDtrack.cxx.
|
inlinevirtual |
Reimplemented from AliExternalTrackParam.
Definition at line 79 of file AliESDtrack.h.
Referenced by AliZMQManager::SendAsXml().
|
virtual |
Definition at line 2994 of file AliESDtrack.cxx.
Referenced by GetImpactParameters().
|
virtual |
Reimplemented from AliVTrack.
Definition at line 2884 of file AliESDtrack.cxx.
Referenced by GetConstrainedChi2TPC(), and AliESDUtils::RefitESDVertexTracks().
|
virtual |
Reimplemented from AliVTrack.
Definition at line 2939 of file AliESDtrack.cxx.
Referenced by GetConstrainedChi2TPC(), and AliReconstruction::ProcessEvent().
|
virtual |
Reimplemented from AliVTrack.
Definition at line 2790 of file AliESDtrack.cxx.
Referenced by GetTrackPointArray().
|
virtual |
Reimplemented from AliVTrack.
Definition at line 2836 of file AliESDtrack.cxx.
Referenced by GetTrackPointArray(), and AliReconstruction::ProcessEvent().
|
virtual |
Reimplemented from AliVTrack.
Definition at line 2671 of file AliESDtrack.cxx.
Referenced by GetImpactParameters().
|
virtual |
Reimplemented from AliVTrack.
Definition at line 2726 of file AliESDtrack.cxx.
Referenced by GetImpactParameters().
|
virtual |
Reimplemented from AliVTrack.
Definition at line 2577 of file AliESDtrack.cxx.
Referenced by GetImpactParameters().
|
virtual |
Reimplemented from AliVTrack.
Definition at line 2623 of file AliESDtrack.cxx.
Referenced by GetImpactParameters().
|
inline |
Definition at line 63 of file AliESDtrack.h.
Referenced by AliESD::GetESDfriend(), and AliESDEvent::RemoveTrack().
void AliESDtrack::ReMapTOFcluster | ( | Int_t | ncl, |
Int_t * | mapping | ||
) |
Definition at line 3709 of file AliESDtrack.cxx.
Referenced by GetNTOFclusters().
void AliESDtrack::ReplaceTOFClusterID | ( | int | oldID, |
int | newID | ||
) |
Definition at line 3377 of file AliESDtrack.cxx.
Referenced by AliESDTOFCluster::FixSelfReferences(), and GetNTOFclusters().
void AliESDtrack::ReplaceTOFMatchID | ( | int | oldID, |
int | newID | ||
) |
Definition at line 3390 of file AliESDtrack.cxx.
Referenced by GetNTOFclusters(), and AliESDTOFCluster::SuppressMatchedTrack().
void AliESDtrack::ReplaceTOFTrackID | ( | int | oldID, |
int | newID | ||
) |
Definition at line 3365 of file AliESDtrack.cxx.
Referenced by GetNTOFclusters(), and SetID().
|
inlinevirtual |
Reimplemented from AliVTrack.
Definition at line 73 of file AliESDtrack.h.
Referenced by AliEMCALTracker::LoadTracks(), AliESDpid::MakeITSPID(), AliESDpid::MakeTOFPID(), and AliESDpid::MakeTPCPID().
|
inlinevirtual |
Reimplemented from AliVTrack.
Definition at line 525 of file AliESDtrack.h.
|
inlinevirtual |
Reimplemented from AliVTrack.
Definition at line 530 of file AliESDtrack.h.
|
inlinevirtual |
Reimplemented from AliVTrack.
Definition at line 535 of file AliESDtrack.h.
|
virtual |
Reimplemented from AliVTrack.
Definition at line 3217 of file AliESDtrack.cxx.
Referenced by SetESDEvent().
|
inlinevirtual |
Reimplemented from AliVTrack.
Definition at line 409 of file AliESDtrack.h.
Referenced by AliESDtrack(), AliEMCALReconstructor::FillESD(), AliEMCALTracker::LoadTracks(), and AliEMCALTracker::PropagateBack().
|
inline |
Definition at line 471 of file AliESDtrack.h.
Referenced by AliESDEvent::AddTrack(), AliESDEvent::ConnectTracks(), and AliESDEvent::NewTrack().
void AliESDtrack::SetESDpid | ( | const Double_t * | p | ) |
Definition at line 2563 of file AliESDtrack.cxx.
Referenced by AliESDpid::CombinePID(), and SetIntegratedLength().
|
inline |
Definition at line 543 of file AliESDtrack.h.
Referenced by AliReconstruction::DecideFriendsStorage(), and AliESDEvent::RemoveTrack().
|
inline |
Definition at line 60 of file AliESDtrack.h.
Referenced by AliESD::SetESDfriend(), and AliESDEvent::SetESDfriend().
|
inline |
Definition at line 545 of file AliESDtrack.h.
Referenced by AliESDEvent::GetESDfriend().
|
inline |
Definition at line 64 of file AliESDtrack.h.
Referenced by AliESDEvent::RemoveTrack().
|
inline |
Definition at line 125 of file AliESDtrack.h.
|
inline |
Definition at line 387 of file AliESDtrack.h.
|
inline |
Definition at line 389 of file AliESDtrack.h.
|
inline |
Definition at line 397 of file AliESDtrack.h.
void AliESDtrack::SetHMPIDpid | ( | const Double_t * | p | ) |
Definition at line 2541 of file AliESDtrack.cxx.
Referenced by GetHMPIDoccupancy().
|
inline |
Definition at line 382 of file AliESDtrack.h.
|
inline |
Definition at line 391 of file AliESDtrack.h.
|
virtual |
Reimplemented from AliVTrack.
Definition at line 3767 of file AliESDtrack.cxx.
Referenced by AliESD::AddTrack(), AliESDEvent::AddTrack(), AliESDtrack(), AliESDEvent::NewTrack(), AliESD::RemoveTrack(), AliESDEvent::RemoveTrack(), and SetFriendTrackPointer().
void AliESDtrack::SetImpactParameters | ( | const Float_t | p[2], |
const Float_t | cov[3], | ||
const Float_t | chi2, | ||
const AliExternalTrackParam * | cParam | ||
) |
Definition at line 3839 of file AliESDtrack.cxx.
Referenced by GetImpactParameters().
void AliESDtrack::SetImpactParametersTPC | ( | const Float_t | p[2], |
const Float_t | cov[3], | ||
const Float_t | chi2 | ||
) |
Definition at line 3853 of file AliESDtrack.cxx.
Referenced by GetImpactParameters().
|
inline |
Definition at line 75 of file AliESDtrack.h.
Referenced by UpdateTrackParams().
void AliESDtrack::SetIntegratedTimes | ( | const Double_t * | times | ) |
Definition at line 1986 of file AliESDtrack.cxx.
Referenced by AliESDtrack(), SetIntegratedLength(), and UpdateTrackParams().
|
inline |
Definition at line 190 of file AliESDtrack.h.
|
inline |
Definition at line 195 of file AliESDtrack.h.
|
inline |
Definition at line 198 of file AliESDtrack.h.
void AliESDtrack::SetITSdEdxSamples | ( | const Double_t | s[4] | ) |
Definition at line 3098 of file AliESDtrack.cxx.
Referenced by AliESDtrack(), and GetITSsignal().
|
inline |
Definition at line 204 of file AliESDtrack.h.
|
inline |
Definition at line 211 of file AliESDtrack.h.
Referenced by AliESDEvent::AdjustMCLabels().
|
inline |
Definition at line 206 of file AliESDtrack.h.
|
inline |
Definition at line 191 of file AliESDtrack.h.
void AliESDtrack::SetITSpid | ( | const Double_t * | p | ) |
Definition at line 1994 of file AliESDtrack.cxx.
Referenced by GetOuterHmpXYZ(), and AliESDpid::MakeITSPID().
|
inline |
Definition at line 202 of file AliESDtrack.h.
|
inline |
Definition at line 205 of file AliESDtrack.h.
|
inlinevirtual |
Reimplemented from AliVTrack.
Definition at line 188 of file AliESDtrack.h.
|
inline |
Definition at line 212 of file AliESDtrack.h.
|
inline |
Definition at line 237 of file AliESDtrack.h.
Referenced by AliESDEvent::RemoveKink().
|
inline |
Definition at line 84 of file AliESDtrack.h.
Referenced by AliESDEvent::AdjustMCLabels(), and AliESDtrack().
void AliESDtrack::SetNumberOfTRDslices | ( | Int_t | n | ) |
Definition at line 2426 of file AliESDtrack.cxx.
Referenced by AliESDtrack(), and IsTRDtrkltChmbGood().
void AliESDtrack::SetOuterHmpParam | ( | const AliExternalTrackParam * | p, |
ULong_t | flags | ||
) |
Definition at line 1805 of file AliESDtrack.cxx.
Referenced by GetInnerXYZ().
void AliESDtrack::SetOuterParam | ( | const AliExternalTrackParam * | p, |
ULong_t | flags | ||
) |
Definition at line 1795 of file AliESDtrack.cxx.
Referenced by GetInnerXYZ().
|
inlinevirtual |
Reimplemented from AliVTrack.
Definition at line 419 of file AliESDtrack.h.
|
inline |
Definition at line 423 of file AliESDtrack.h.
|
inlinevirtual |
Reimplemented from AliVTrack.
Definition at line 100 of file AliESDtrack.h.
Referenced by AliESDpid::SetPIDForTracking().
|
inlinevirtual |
Reimplemented from AliVTrack.
Definition at line 72 of file AliESDtrack.h.
Referenced by AliESDtrack(), BackToTPCInnerWall(), AliEMCALTracker::PropagateBack(), SetESDpid(), SetHMPIDpid(), SetITSpid(), SetOuterHmpParam(), SetOuterParam(), SetTOFpid(), SetTPCpid(), SetTRDpid(), and UpdateTrackParams().
void AliESDtrack::SetTOFCalChannel | ( | Int_t | index | ) |
Definition at line 3432 of file AliESDtrack.cxx.
Referenced by SetTOFcluster().
|
inline |
Definition at line 374 of file AliESDtrack.h.
void AliESDtrack::SetTOFclusterArray | ( | Int_t | ncluster, |
Int_t * | TOFcluster | ||
) |
Definition at line 3324 of file AliESDtrack.cxx.
Referenced by GetTRDtrack().
void AliESDtrack::SetTOFDeltaBC | ( | Short_t | deltaBC | ) |
Definition at line 3523 of file AliESDtrack.cxx.
Referenced by GetNTOFclusters().
void AliESDtrack::SetTOFInfo | ( | Float_t * | info | ) |
Definition at line 2533 of file AliESDtrack.cxx.
Referenced by GetTOFchi2().
void AliESDtrack::SetTOFL0L1 | ( | Short_t | l0l1 | ) |
Definition at line 3536 of file AliESDtrack.cxx.
Referenced by GetNTOFclusters().
void AliESDtrack::SetTOFLabel | ( | const Int_t * | p | ) |
Definition at line 2489 of file AliESDtrack.cxx.
Referenced by GetTOFchi2().
void AliESDtrack::SetTOFpid | ( | const Double_t * | p | ) |
Definition at line 2481 of file AliESDtrack.cxx.
Referenced by GetTOFchi2(), and AliESDpid::MakeTOFPID().
void AliESDtrack::SetTOFsignal | ( | Double_t | tof | ) |
Definition at line 3418 of file AliESDtrack.cxx.
Referenced by AliESDtrack(), and GetNTOFclusters().
void AliESDtrack::SetTOFsignalDx | ( | Double_t | dx | ) |
Definition at line 3498 of file AliESDtrack.cxx.
Referenced by GetNTOFclusters().
void AliESDtrack::SetTOFsignalDz | ( | Double_t | dz | ) |
Definition at line 3471 of file AliESDtrack.cxx.
Referenced by GetNTOFclusters().
void AliESDtrack::SetTOFsignalRaw | ( | Double_t | tof | ) |
Definition at line 3458 of file AliESDtrack.cxx.
Referenced by GetNTOFclusters().
void AliESDtrack::SetTOFsignalToT | ( | Double_t | ToT | ) |
Definition at line 3445 of file AliESDtrack.cxx.
Referenced by GetNTOFclusters().
|
inlinevirtual |
Reimplemented from AliVTrack.
Definition at line 378 of file AliESDtrack.h.
|
inline |
Definition at line 227 of file AliESDtrack.h.
|
inline |
Definition at line 281 of file AliESDtrack.h.
Referenced by AliESDtrack().
void AliESDtrack::SetTPCdEdxInfo | ( | AliTPCdEdxInfo * | dEdxInfo | ) |
Definition at line 2549 of file AliESDtrack.cxx.
Referenced by AliESDtrack(), and SetTPCsignalTunedOnData().
|
inline |
Definition at line 280 of file AliESDtrack.h.
Referenced by AliESDtrack().
|
inline |
Definition at line 270 of file AliESDtrack.h.
Referenced by AliESDEvent::AdjustMCLabels().
|
inline |
Definition at line 226 of file AliESDtrack.h.
void AliESDtrack::SetTPCpid | ( | const Double_t * | p | ) |
Definition at line 2280 of file AliESDtrack.cxx.
Referenced by HasSharedPointOnITSLayer(), and AliESDpid::MakeTPCPID().
|
inline |
Definition at line 223 of file AliESDtrack.h.
|
inline |
Definition at line 228 of file AliESDtrack.h.
|
inline |
Definition at line 229 of file AliESDtrack.h.
|
inline |
Definition at line 282 of file AliESDtrack.h.
Referenced by AliESDtrack().
|
inline |
Definition at line 243 of file AliESDtrack.h.
Referenced by AliESDtrack().
|
inlinevirtual |
Reimplemented from AliVTrack.
Definition at line 246 of file AliESDtrack.h.
|
static |
Definition at line 3865 of file AliESDtrack.cxx.
Referenced by GetFriendTrackID(), and AliReconstruction::SetRun1PIDforTracking().
|
inlinevirtual |
Reimplemented from AliVTrack.
Definition at line 416 of file AliESDtrack.h.
Referenced by AliESDtrack(), and AliEMCALTracker::FindMatchedCluster().
|
inline |
Definition at line 426 of file AliESDtrack.h.
Referenced by AliReconstruction::WriteAlignmentData().
|
inline |
Definition at line 313 of file AliESDtrack.h.
|
inline |
Definition at line 330 of file AliESDtrack.h.
Referenced by AliESDEvent::AdjustMCLabels().
void AliESDtrack::SetTRDmomentum | ( | Double_t | p, |
Int_t | plane, | ||
Double_t * | sp = 0x0 |
||
) |
Definition at line 2460 of file AliESDtrack.cxx.
Referenced by AliESDtrack(), and IsTRDtrkltChmbGood().
|
inline |
Definition at line 289 of file AliESDtrack.h.
|
inline |
Definition at line 290 of file AliESDtrack.h.
|
inline |
Definition at line 293 of file AliESDtrack.h.
void AliESDtrack::SetTRDpid | ( | const Double_t * | p | ) |
Definition at line 2338 of file AliESDtrack.cxx.
Referenced by GetTRDncls0(), AliESDpid::MakeTRDPID(), and SetTPCSharedMap().
void AliESDtrack::SetTRDpid | ( | Int_t | iSpecies, |
Float_t | p | ||
) |
Definition at line 2352 of file AliESDtrack.cxx.
|
inline |
Definition at line 311 of file AliESDtrack.h.
|
inline |
Definition at line 288 of file AliESDtrack.h.
Referenced by AliESDtrack().
void AliESDtrack::SetTRDslice | ( | Double_t | q, |
Int_t | plane, | ||
Int_t | slice | ||
) |
Definition at line 2439 of file AliESDtrack.cxx.
Referenced by AliESDtrack(), and IsTRDtrkltChmbGood().
|
inline |
Definition at line 316 of file AliESDtrack.h.
|
inline |
Definition at line 332 of file AliESDtrack.h.
|
inline |
Definition at line 240 of file AliESDtrack.h.
|
inline |
Definition at line 70 of file AliESDtrack.h.
Referenced by AliVertexerTracks::FindPrimaryVertex().
void AliESDtrack::SortTOFcluster | ( | ) |
Definition at line 3719 of file AliESDtrack.cxx.
Referenced by GetNTOFclusters().
void AliESDtrack::SuppressTOFMatches | ( | ) |
Definition at line 3343 of file AliESDtrack.cxx.
Referenced by GetNTOFclusters(), and AliESDEvent::RemoveTrack().
Bool_t AliESDtrack::UpdateTrackParams | ( | const AliKalmanTrack * | t, |
ULong_t | flags | ||
) |
Definition at line 1591 of file AliESDtrack.cxx.
Referenced by ResetStatus().
|
virtual |
Reimplemented from AliExternalTrackParam.
Definition at line 1576 of file AliESDtrack.cxx.
Referenced by GetPIDForTracking0().
|
mutableprotected |
Cache for the number of crossed rows.
Definition at line 678 of file AliESDtrack.h.
Referenced by GetCachedChi2TPCConstrainedVsGlobalVal(), GetChi2TPCConstrainedVsGlobal(), operator=(), and ~AliESDtrack().
|
mutableprotected |
Cache for the chi2 of constrained TPC vs global track.
Definition at line 679 of file AliESDtrack.h.
Referenced by GetChi2TPCConstrainedVsGlobal(), operator=(), and ~AliESDtrack().
|
mutableprotected |
Pointer back to event to which the track belongs.
Definition at line 677 of file AliESDtrack.h.
Referenced by GetTPCCrossedRows(), operator=(), and ~AliESDtrack().
|
protected |
detector's L0L1 latency correction
Definition at line 643 of file AliESDtrack.h.
Referenced by GetPHOSdx(), and SetPHOSdxdz().
|
protected |
Definition at line 644 of file AliESDtrack.h.
Referenced by GetPHOSdz(), and SetPHOSdxdz().
|
protected |
Definition at line 578 of file AliESDtrack.h.
Referenced by GetEMCALcluster(), GetPHOScluster(), MakeMiniESDtrack(), operator=(), SetEMCALcluster(), and SetPHOScluster().
|
protected |
Definition at line 607 of file AliESDtrack.h.
Referenced by GetConstrainedChi2(), operator=(), RelateToVertex(), RelateToVertexBxByBz(), RelateToVVertex(), RelateToVVertexBxByBz(), and SetImpactParameters().
|
protected |
Definition at line 602 of file AliESDtrack.h.
Referenced by FillTPCOnlyTrack(), GetConstrainedChi2TPC(), operator=(), RelateToVertexTPC(), RelateToVertexTPCBxByBz(), RelateToVVertexTPC(), RelateToVVertexTPCBxByBz(), and SetImpactParametersTPC().
|
protected |
Definition at line 606 of file AliESDtrack.h.
Referenced by AliESDtrack(), FillTPCOnlyTrack(), GetImpactParameters(), operator=(), RelateToVertex(), RelateToVertexBxByBz(), RelateToVVertex(), RelateToVVertexBxByBz(), and SetImpactParameters().
|
protected |
Definition at line 601 of file AliESDtrack.h.
Referenced by FillTPCOnlyTrack(), GetImpactParametersTPC(), operator=(), RelateToVertexTPC(), RelateToVertexTPCBxByBz(), RelateToVVertexTPC(), RelateToVVertexTPCBxByBz(), and SetImpactParametersTPC().
|
protected |
Definition at line 606 of file AliESDtrack.h.
Referenced by AliESDtrack(), FillTPCOnlyTrack(), GetImpactParameters(), operator=(), RelateToVertex(), RelateToVertexBxByBz(), RelateToVVertex(), RelateToVVertexBxByBz(), and SetImpactParameters().
|
protected |
Definition at line 601 of file AliESDtrack.h.
Referenced by FillTPCOnlyTrack(), GetImpactParametersTPC(), operator=(), RelateToVertexTPC(), RelateToVertexTPCBxByBz(), RelateToVVertexTPC(), RelateToVVertexTPCBxByBz(), and SetImpactParametersTPC().
|
protected |
Definition at line 553 of file AliESDtrack.h.
Referenced by AliESDtrack(), GetConstrainedExternalCovariance(), GetConstrainedExternalParameters(), GetConstrainedParam(), GetConstrainedPxPyPz(), GetConstrainedXYZ(), MakeMiniESDtrack(), operator=(), RelateToVertex(), RelateToVertexBxByBz(), RelateToVVertex(), RelateToVVertexBxByBz(), SetImpactParameters(), and ~AliESDtrack().
|
protected |
Definition at line 606 of file AliESDtrack.h.
Referenced by AliESDtrack(), FillTPCOnlyTrack(), GetImpactParameters(), operator=(), RelateToVertex(), RelateToVertexBxByBz(), RelateToVVertex(), RelateToVVertexBxByBz(), and SetImpactParameters().
|
protected |
Definition at line 601 of file AliESDtrack.h.
Referenced by FillTPCOnlyTrack(), GetImpactParametersTPC(), operator=(), RelateToVertexTPC(), RelateToVertexTPCBxByBz(), RelateToVVertexTPC(), RelateToVVertexTPCBxByBz(), and SetImpactParametersTPC().
|
protected |
Definition at line 604 of file AliESDtrack.h.
Referenced by AliESDtrack(), FillTPCOnlyTrack(), GetImpactParameters(), operator=(), RelateToVertex(), RelateToVertexBxByBz(), RelateToVVertex(), RelateToVVertexBxByBz(), and SetImpactParameters().
|
mutableprotected |
Vertex for which the cache is valid.
Definition at line 681 of file AliESDtrack.h.
Referenced by AliESDtrack(), GetDetectorPID(), operator=(), SetDetectorPID(), and ~AliESDtrack().
|
protected |
Track length.
Definition at line 599 of file AliESDtrack.h.
Referenced by FillTPCOnlyTrack(), GetImpactParametersTPC(), operator=(), RelateToVertexTPC(), RelateToVertexTPCBxByBz(), RelateToVVertexTPC(), RelateToVVertexTPCBxByBz(), and SetImpactParametersTPC().
|
mutableprotected |
Definition at line 675 of file AliESDtrack.h.
Referenced by GetESDEvent(), GetEvent(), GetTOFHeader(), and SetESDEvent().
|
protected |
Definition at line 566 of file AliESDtrack.h.
Referenced by FillTPCOnlyTrack(), GetStatus(), IsEMCAL(), IsHMPID(), IsMultPrimary(), IsMultSecondary(), IsOn(), IsPHOS(), IsPureITSStandalone(), operator=(), ResetStatus(), SetFriendNotStored(), and SetStatus().
|
protected |
Definition at line 558 of file AliESDtrack.h.
Referenced by AddCalibObject(), AliESDtrack(), GetCalibObject(), GetFriendTrack(), GetITSclusters(), GetITStrack(), GetTPCclusters(), GetTPCdensity(), GetTrackPointArray(), GetTRDclusters(), GetTRDtrack(), GetTRDtracklets(), MakeMiniESDtrack(), operator=(), ReleaseESDfriendTrack(), SetFriendTrack(), SetFriendTrackPointer(), SetITStrack(), SetTrackPointArray(), SetTRDtrack(), UpdateTrackParams(), and ~AliESDtrack().
|
protected |
Definition at line 564 of file AliESDtrack.h.
Referenced by GetFriendTrackID(), operator=(), and SetFriendTrackID().
|
staticprivate |
Definition at line 694 of file AliESDtrack.h.
Referenced by AliESDtrack(), and OnlineMode().
|
protected |
Definition at line 617 of file AliESDtrack.h.
Referenced by GetGlobalChi2(), MakeMiniESDtrack(), operator=(), and SetGlobalChi2().
|
staticprivate |
indicate the online mode to skip some of the functionality
Definition at line 695 of file AliESDtrack.h.
Referenced by GetMassForTracking(), GetTrackEMuAsPi(), and SetTrackEMuAsPi().
|
protected |
Definition at line 615 of file AliESDtrack.h.
Referenced by GetHMPIDchi2(), MakeMiniESDtrack(), operator=(), and SetHMPIDchi2().
|
protected |
Definition at line 577 of file AliESDtrack.h.
Referenced by GetClusters(), GetHMPIDcluIdx(), GetNcls(), MakeMiniESDtrack(), operator=(), and SetHMPIDcluIdx().
|
protected |
Definition at line 648 of file AliESDtrack.h.
Referenced by GetHMPIDmip(), MakeMiniESDtrack(), operator=(), and SetHMPIDmip().
|
protected |
Definition at line 649 of file AliESDtrack.h.
Referenced by GetHMPIDmip(), MakeMiniESDtrack(), operator=(), and SetHMPIDmip().
|
protected |
Definition at line 557 of file AliESDtrack.h.
Referenced by AliESDtrack(), FillPolymarker(), GetOuterHmpExternalCovariance(), GetOuterHmpExternalParameters(), GetOuterHmpParam(), GetOuterHmpPxPyPz(), GetOuterHmpXYZ(), MakeMiniESDtrack(), operator=(), SetOuterHmpParam(), UpdateTrackParams(), and ~AliESDtrack().
|
protected |
Definition at line 576 of file AliESDtrack.h.
Referenced by GetHMPIDmip(), MakeMiniESDtrack(), operator=(), and SetHMPIDmip().
|
protected |
[0.,0.,8] "detector response probabilities" (for the PID)
Definition at line 589 of file AliESDtrack.h.
Referenced by AliESDtrack(), GetHMPIDpid(), MakeMiniESDtrack(), operator=(), SetHMPIDpid(), and ~AliESDtrack().
|
protected |
Definition at line 594 of file AliESDtrack.h.
Referenced by GetHMPIDoccupancy(), GetHMPIDsignal(), MakeMiniESDtrack(), operator=(), and SetHMPIDsignal().
|
protected |
Definition at line 593 of file AliESDtrack.h.
Referenced by GetHMPIDtrk(), MakeMiniESDtrack(), operator=(), and SetHMPIDtrk().
|
protected |
[0.,0.,8] "detector response probabilities" (for the PID)
Definition at line 591 of file AliESDtrack.h.
Referenced by GetHMPIDtrk(), MakeMiniESDtrack(), operator=(), and SetHMPIDtrk().
|
protected |
Definition at line 646 of file AliESDtrack.h.
Referenced by GetHMPIDtrk(), MakeMiniESDtrack(), operator=(), and SetHMPIDtrk().
|
protected |
Definition at line 647 of file AliESDtrack.h.
Referenced by GetHMPIDtrk(), MakeMiniESDtrack(), operator=(), and SetHMPIDtrk().
|
protected |
Definition at line 567 of file AliESDtrack.h.
Referenced by FillTPCOnlyTrack(), GetID(), operator=(), and SetID().
|
protected |
Definition at line 554 of file AliESDtrack.h.
Referenced by AliESDtrack(), FillPolymarker(), FillTPCOnlyTrack(), GetdEdxInfo(), GetInnerExternalCovariance(), GetInnerExternalParameters(), GetInnerParam(), GetInnerPxPyPz(), GetInnerXYZ(), GetLengthInActiveZone(), GetTPCmomentum(), GetTPCTgl(), MakeMiniESDtrack(), operator=(), ResetTrackParamIp(), UpdateTrackParams(), and ~AliESDtrack().
|
protected |
Definition at line 610 of file AliESDtrack.h.
Referenced by AliESDtrack(), GetITSchi2(), MakeMiniESDtrack(), operator=(), SetITSchi2(), and UpdateTrackParams().
|
protected |
Definition at line 609 of file AliESDtrack.h.
Referenced by AliESDtrack(), GetITSchi2Std(), operator=(), SetITSchi2Std(), and UpdateTrackParams().
|
protected |
Definition at line 659 of file AliESDtrack.h.
Referenced by AliESDtrack(), GetITSClusterMap(), HasPointOnITSLayer(), MakeMiniESDtrack(), operator=(), SetITSClusterMap(), and UpdateTrackParams().
|
protected |
[0.,0.,10] detector's PID signal
Definition at line 621 of file AliESDtrack.h.
Referenced by AliESDtrack(), GetITSdEdxSamples(), MakeMiniESDtrack(), operator=(), and SetITSdEdxSamples().
|
protected |
Definition at line 569 of file AliESDtrack.h.
Referenced by GetITSLabel(), MakeMiniESDtrack(), operator=(), SetITSLabel(), and UpdateTrackParams().
|
protected |
Definition at line 570 of file AliESDtrack.h.
Referenced by AliESDtrack(), GetITSModuleIndex(), GetITSModuleIndexInfo(), operator=(), and SetITSModuleIndex().
|
protected |
Definition at line 658 of file AliESDtrack.h.
Referenced by AliESDtrack(), GetITSclusters(), GetITSNcls(), GetNcls(), GetNumberOfITSClusters(), MakeMiniESDtrack(), operator=(), SetITSNcls(), and UpdateTrackParams().
|
protected |
[0.,0.,8] combined "detector response probability"
Definition at line 585 of file AliESDtrack.h.
Referenced by AliESDtrack(), GetITSpid(), MakeMiniESDtrack(), operator=(), SetITSpid(), and ~AliESDtrack().
|
protected |
Definition at line 660 of file AliESDtrack.h.
Referenced by AliESDtrack(), GetITSFakeFlag(), GetITSSharedMap(), HasSharedPointOnITSLayer(), MakeMiniESDtrack(), operator=(), SetITSFakeFlag(), SetITSSharedFlag(), and SetITSSharedMap().
|
protected |
Definition at line 619 of file AliESDtrack.h.
Referenced by AliESDtrack(), GetITSsignal(), MakeMiniESDtrack(), operator=(), and UpdateTrackParams().
|
protected |
Definition at line 620 of file AliESDtrack.h.
Referenced by AliESDtrack(), GetITSsignalTunedOnData(), MakeMiniESDtrack(), operator=(), and SetITSsignalTunedOnData().
|
protected |
Definition at line 581 of file AliESDtrack.h.
Referenced by AliESDtrack(), FillTPCOnlyTrack(), GetKinkIndex(), GetKinkIndices(), MakeMiniESDtrack(), operator=(), and SetKinkIndexes().
|
protected |
Definition at line 568 of file AliESDtrack.h.
Referenced by FillTPCOnlyTrack(), GetLabel(), operator=(), SetLabel(), and UpdateTrackParams().
|
protected |
Definition at line 689 of file AliESDtrack.h.
Referenced by AddTOFcluster(), AliESDtrack(), GetIntegratedLength(), GetIntegratedTimes(), GetNTOFclusters(), GetTOFCalChannel(), GetTOFcluster(), GetTOFclusterN(), GetTOFDeltaBC(), GetTOFL0L1(), GetTOFLabel(), GetTOFsignal(), GetTOFsignalDx(), GetTOFsignalDz(), GetTOFsignalRaw(), GetTOFsignalToT(), IsTOFHitAlreadyMatched(), operator=(), ReMapTOFcluster(), ReplaceTOFClusterID(), ReplaceTOFMatchID(), ReplaceTOFTrackID(), SetID(), SetTOFCalChannel(), SetTOFDeltaBC(), SetTOFL0L1(), SetTOFLabel(), SetTOFsignal(), SetTOFsignalDx(), SetTOFsignalDz(), SetTOFsignalRaw(), SetTOFsignalToT(), SortTOFcluster(), SuppressTOFMatches(), and ~AliESDtrack().
|
protected |
Definition at line 556 of file AliESDtrack.h.
Referenced by AliESDtrack(), FillPolymarker(), GetLengthInActiveZone(), GetOuterExternalCovariance(), GetOuterExternalParameters(), GetOuterParam(), GetOuterPxPyPz(), GetOuterXYZ(), MakeMiniESDtrack(), operator=(), ResetTrackParamOp(), SetOuterParam(), UpdateTrackParams(), and ~AliESDtrack().
|
protected |
Definition at line 672 of file AliESDtrack.h.
Referenced by AliESDtrack(), GetMassForTracking(), GetPIDForTracking(), MakeMiniESDtrack(), operator=(), and SetPIDForTracking().
|
protected |
Definition at line 673 of file AliESDtrack.h.
Referenced by AliESDtrack(), GetPIDForTracking0(), MakeMiniESDtrack(), operator=(), and SetPIDForTracking().
|
protected |
Definition at line 584 of file AliESDtrack.h.
Referenced by AliESDtrack(), FillTPCOnlyTrack(), GetESDpid(), GetPID(), operator=(), PID(), SetESDpid(), and ~AliESDtrack().
|
protected |
TOF label.
Definition at line 574 of file AliESDtrack.h.
Referenced by GetTOFCalChannel(), MakeMiniESDtrack(), operator=(), and SetTOFCalChannel().
|
protected |
Definition at line 614 of file AliESDtrack.h.
Referenced by GetTOFchi2(), MakeMiniESDtrack(), and operator=().
|
protected |
Definition at line 690 of file AliESDtrack.h.
Referenced by AddTOFcluster(), AliESDtrack(), GetIntegratedLength(), GetIntegratedTimes(), GetTOFCalChannel(), GetTOFcluster(), GetTOFclusterArray(), GetTOFDeltaBC(), GetTOFL0L1(), GetTOFLabel(), GetTOFsignal(), GetTOFsignalDx(), GetTOFsignalDz(), GetTOFsignalRaw(), GetTOFsignalToT(), IsTOFHitAlreadyMatched(), operator=(), ReMapTOFcluster(), ReplaceTOFClusterID(), ReplaceTOFMatchID(), ReplaceTOFTrackID(), SetTOFCalChannel(), SetTOFDeltaBC(), SetTOFL0L1(), SetTOFLabel(), SetTOFsignal(), SetTOFsignalDx(), SetTOFsignalDz(), SetTOFsignalRaw(), SetTOFsignalToT(), SortTOFcluster(), SuppressTOFMatches(), and ~AliESDtrack().
|
protected |
TOF informations.
Definition at line 640 of file AliESDtrack.h.
Referenced by GetTOFDeltaBC(), MakeMiniESDtrack(), operator=(), and SetTOFDeltaBC().
|
protected |
Channel Index of the TOF Signal.
Definition at line 575 of file AliESDtrack.h.
Referenced by GetClusters(), GetNcls(), GetTOFcluster(), MakeMiniESDtrack(), operator=(), and SetTOFcluster().
|
protected |
local x of track's impact on the TOF pad [cm]
Definition at line 639 of file AliESDtrack.h.
Referenced by AliESDtrack(), GetTOFInfo(), MakeMiniESDtrack(), operator=(), and SetTOFInfo().
|
protected |
detector's Delta Bunch Crossing correction
Definition at line 641 of file AliESDtrack.h.
Referenced by GetTOFL0L1(), MakeMiniESDtrack(), operator=(), and SetTOFL0L1().
|
protected |
Definition at line 573 of file AliESDtrack.h.
Referenced by AliESDtrack(), GetTOFLabel(), operator=(), SetTOFLabel(), and ~AliESDtrack().
|
protected |
[0.,0.,8] "detector response probabilities" (for the PID)
Definition at line 588 of file AliESDtrack.h.
Referenced by AliESDtrack(), GetTOFpid(), MakeMiniESDtrack(), operator=(), SetTOFpid(), and ~AliESDtrack().
|
protected |
Definition at line 633 of file AliESDtrack.h.
Referenced by GetTOFsignal(), MakeMiniESDtrack(), operator=(), and SetTOFsignal().
|
protected |
local z of track's impact on the TOF pad [cm]
Definition at line 638 of file AliESDtrack.h.
Referenced by GetTOFsignalDx(), MakeMiniESDtrack(), operator=(), and SetTOFsignalDx().
|
protected |
detector's uncorrected time signal [ps]
Definition at line 637 of file AliESDtrack.h.
Referenced by GetTOFsignalDz(), MakeMiniESDtrack(), operator=(), and SetTOFsignalDz().
|
protected |
detector's ToT signal [ns]
Definition at line 636 of file AliESDtrack.h.
Referenced by GetTOFsignalRaw(), MakeMiniESDtrack(), operator=(), and SetTOFsignalRaw().
|
protected |
detector's PID signal tuned on data when using MC
Definition at line 635 of file AliESDtrack.h.
Referenced by GetTOFsignalToT(), MakeMiniESDtrack(), operator=(), and SetTOFsignalToT().
|
protected |
detector's PID signal [ps]
Definition at line 634 of file AliESDtrack.h.
Referenced by GetTOFsignalTunedOnData(), operator=(), and SetTOFsignalTunedOnData().
|
protected |
Definition at line 611 of file AliESDtrack.h.
Referenced by AliESDtrack(), FillTPCOnlyTrack(), GetTPCchi2(), MakeMiniESDtrack(), operator=(), SetTPCchi2(), and UpdateTrackParams().
|
protected |
Definition at line 612 of file AliESDtrack.h.
Referenced by FillTPCOnlyTrack(), GetTPCchi2Iter1(), MakeMiniESDtrack(), operator=(), and UpdateTrackParams().
|
protected |
Definition at line 561 of file AliESDtrack.h.
Referenced by FillTPCOnlyTrack(), GetTPCClusterDensity(), GetTPCClusterInfo(), GetTPCClusterMap(), GetTPCClusterMapPtr(), GetTPCncls(), MakeMiniESDtrack(), operator=(), and SetTPCClusterMap().
|
protected |
Definition at line 626 of file AliESDtrack.h.
Referenced by AliESDtrack(), GetdEdxInfo(), GetTPCdEdxInfo(), operator=(), SetTPCdEdxInfo(), and ~AliESDtrack().
|
protected |
All the complementary information.
Definition at line 560 of file AliESDtrack.h.
Referenced by FillTPCOnlyTrack(), GetTPCClusterDensity(), GetTPCClusterInfo(), GetTPCFitMap(), GetTPCFitMapPtr(), MakeMiniESDtrack(), operator=(), and SetTPCFitMap().
|
protected |
Definition at line 555 of file AliESDtrack.h.
Referenced by AliESDtrack(), FillTPCOnlyTrack(), GetChi2TPCConstrainedVsGlobal(), GetTPCInnerParam(), MakeMiniESDtrack(), operator=(), RelateToVertexTPC(), RelateToVertexTPCBxByBz(), RelateToVVertexTPC(), RelateToVVertexTPCBxByBz(), ResetTrackParamTPCInner(), UpdateTrackParams(), and ~AliESDtrack().
|
protected |
Definition at line 571 of file AliESDtrack.h.
Referenced by FillTPCOnlyTrack(), GetTPCLabel(), MakeMiniESDtrack(), operator=(), SetTPCLabel(), and UpdateTrackParams().
|
protected |
Definition at line 652 of file AliESDtrack.h.
Referenced by AliESDtrack(), FillTPCOnlyTrack(), GetNcls(), GetNumberOfTPCClusters(), GetTPCclusters(), GetTPCNcls(), MakeMiniESDtrack(), operator=(), SetTPCNcls(), and UpdateTrackParams().
|
protected |
Definition at line 653 of file AliESDtrack.h.
Referenced by AliESDtrack(), FillTPCOnlyTrack(), GetTPCNclsF(), MakeMiniESDtrack(), operator=(), and SetTPCPointsF().
|
protected |
Definition at line 656 of file AliESDtrack.h.
Referenced by FillTPCOnlyTrack(), GetTPCNclsFIter1(), MakeMiniESDtrack(), operator=(), and SetTPCPointsFIter1().
|
protected |
Definition at line 655 of file AliESDtrack.h.
Referenced by FillTPCOnlyTrack(), GetTPCNclsIter1(), MakeMiniESDtrack(), operator=(), and UpdateTrackParams().
|
protected |
Definition at line 627 of file AliESDtrack.h.
Referenced by AliESDtrack(), FillTPCOnlyTrack(), GetTPCPoints(), MakeMiniESDtrack(), operator=(), and SetTPCPoints().
|
protected |
[0.,0.,8] "detector response probabilities" (for the PID)
Definition at line 586 of file AliESDtrack.h.
Referenced by AliESDtrack(), FillTPCOnlyTrack(), GetPID(), GetTPCpid(), MakeMiniESDtrack(), operator=(), SetTPCpid(), and ~AliESDtrack().
|
protected |
Definition at line 562 of file AliESDtrack.h.
Referenced by FillTPCOnlyTrack(), GetTPCnclsS(), GetTPCSharedMap(), GetTPCSharedMapPtr(), MakeMiniESDtrack(), operator=(), and SetTPCSharedMap().
|
protected |
Definition at line 623 of file AliESDtrack.h.
Referenced by FillTPCOnlyTrack(), GetTPCsignal(), MakeMiniESDtrack(), operator=(), SetTPCsignal(), and UpdateTrackParams().
|
protected |
Definition at line 654 of file AliESDtrack.h.
Referenced by FillTPCOnlyTrack(), GetTPCsignalN(), MakeMiniESDtrack(), operator=(), and SetTPCsignal().
|
protected |
[0.,0.,10] detector's PID signal tuned on data when using MC
Definition at line 625 of file AliESDtrack.h.
Referenced by AliESDtrack(), FillTPCOnlyTrack(), GetTPCsignalSigma(), MakeMiniESDtrack(), operator=(), and SetTPCsignal().
|
protected |
Definition at line 624 of file AliESDtrack.h.
Referenced by FillTPCOnlyTrack(), GetTPCsignalTunedOnData(), MakeMiniESDtrack(), operator=(), and SetTPCsignalTunedOnData().
|
protected |
Definition at line 684 of file AliESDtrack.h.
Referenced by GetTrackEtaOnEMCal(), GetTrackPOnEMCal(), operator=(), and SetTrackPhiEtaPtOnEMCal().
|
protected |
TOFs estimated by the tracking.
Definition at line 597 of file AliESDtrack.h.
Referenced by GetIntegratedLength(), GetIntegratedLengthOld(), MakeMiniESDtrack(), operator=(), and SetIntegratedLength().
|
protected |
transient object to cache PID information
Definition at line 683 of file AliESDtrack.h.
Referenced by GetTrackPhiOnEMCal(), operator=(), and SetTrackPhiEtaPtOnEMCal().
|
protected |
Definition at line 685 of file AliESDtrack.h.
Referenced by GetTrackPOnEMCal(), GetTrackPtOnEMCal(), operator=(), and SetTrackPhiEtaPtOnEMCal().
|
protected |
Definition at line 596 of file AliESDtrack.h.
Referenced by AliESDtrack(), GetIntegratedTimes(), GetIntegratedTimesOld(), MakeMiniESDtrack(), operator=(), SetIntegratedTimes(), and ~AliESDtrack().
|
protected |
Definition at line 631 of file AliESDtrack.h.
Referenced by GetTRDBudget(), MakeMiniESDtrack(), operator=(), and SetTRDBudget().
|
protected |
Definition at line 613 of file AliESDtrack.h.
Referenced by AliESDtrack(), GetTRDchi2(), MakeMiniESDtrack(), operator=(), and UpdateTrackParams().
|
protected |
Definition at line 572 of file AliESDtrack.h.
Referenced by GetTRDLabel(), MakeMiniESDtrack(), operator=(), SetTRDLabel(), and UpdateTrackParams().
|
protected |
Definition at line 664 of file AliESDtrack.h.
Referenced by GetTRDNchamberdEdx(), MakeMiniESDtrack(), operator=(), and SetTRDNchamberdEdx().
|
protected |
Definition at line 661 of file AliESDtrack.h.
Referenced by AliESDtrack(), GetNcls(), GetNumberOfTRDClusters(), GetTRDclusters(), GetTRDncls(), MakeMiniESDtrack(), operator=(), and UpdateTrackParams().
|
protected |
Definition at line 662 of file AliESDtrack.h.
Referenced by GetTRDncls0(), MakeMiniESDtrack(), operator=(), and UpdateTrackParams().
|
protected |
Definition at line 665 of file AliESDtrack.h.
Referenced by GetTRDNclusterdEdx(), MakeMiniESDtrack(), operator=(), and SetTRDNclusterdEdx().
|
protected |
Definition at line 667 of file AliESDtrack.h.
Referenced by AliESDtrack(), GetNumberOfTRDslices(), GetTRDmomentum(), MakeMiniESDtrack(), operator=(), SetNumberOfTRDslices(), SetTRDmomentum(), and ~AliESDtrack().
|
protected |
Definition at line 663 of file AliESDtrack.h.
Referenced by AliESDtrack(), GetTRDntracklets(), GetTRDntrackletsPID(), MakeMiniESDtrack(), operator=(), and SetTRDntracklets().
|
protected |
Definition at line 630 of file AliESDtrack.h.
Referenced by GetTRDQuality(), MakeMiniESDtrack(), operator=(), and SetTRDQuality().
|
protected |
[0.,0.,8] "detector response probabilities" (for the PID)
Definition at line 587 of file AliESDtrack.h.
Referenced by AliESDtrack(), GetTRDpid(), MakeMiniESDtrack(), operator=(), SetTRDpid(), and ~AliESDtrack().
|
protected |
Definition at line 629 of file AliESDtrack.h.
Referenced by GetTRDsignal(), MakeMiniESDtrack(), operator=(), and SetTRDsignal().
|
protected |
Definition at line 668 of file AliESDtrack.h.
Referenced by AliESDtrack(), GetdEdxInfoTRD(), GetTRDmomentum(), GetTRDslice(), MakeMiniESDtrack(), operator=(), SetNumberOfTRDslices(), SetTRDmomentum(), SetTRDslice(), and ~AliESDtrack().
|
protected |
Definition at line 670 of file AliESDtrack.h.
Referenced by AliESDtrack(), GetTRDTimBin(), GetTRDtrkltClCross(), GetTRDtrkltOccupancy(), IsTRDtrkltChmbGood(), MakeMiniESDtrack(), operator=(), and SetTRDTimBin().
|
protected |
Definition at line 582 of file AliESDtrack.h.
Referenced by AliESDtrack(), GetV0Index(), MakeMiniESDtrack(), operator=(), and SetV0Indexes().
|
protected |
Definition at line 671 of file AliESDtrack.h.
Referenced by GetVertexID(), MakeMiniESDtrack(), operator=(), RelateToVertex(), RelateToVertexBxByBz(), and SetVertexID().
|
protected |
Definition at line 605 of file AliESDtrack.h.
Referenced by AliESDtrack(), FillTPCOnlyTrack(), GetImpactParameters(), operator=(), RelateToVertex(), RelateToVertexBxByBz(), RelateToVVertex(), RelateToVVertexBxByBz(), and SetImpactParameters().
|
protected |
Definition at line 600 of file AliESDtrack.h.
Referenced by FillTPCOnlyTrack(), GetImpactParametersTPC(), operator=(), RelateToVertexTPC(), RelateToVertexTPCBxByBz(), RelateToVVertexTPC(), RelateToVVertexTPCBxByBz(), and SetImpactParametersTPC().