]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliESDtrack.h
1) Added AliESDtrack and AliAODtrack to GetTOFBunchCrossing(double b=0), to calculate
[u/mrichter/AliRoot.git] / STEER / AliESDtrack.h
index 49096ccdcea0522ad9e69f4a994476ae5897834f..dec5f89edf0b38671668443a41727383eb67133b 100644 (file)
@@ -80,7 +80,7 @@ public:
   Double_t GetIntegratedLength() const {return fTrackLength;}
   void GetIntegratedTimes(Double_t *times) const;
   Int_t    GetPID()  const;
-  Int_t    GetTOFBunchCrossing() const;
+  Int_t    GetTOFBunchCrossing(Double_t b=0) const;
   Double_t GetMass() const {return AliPID::ParticleMass(GetPID());}
   Double_t M() const;
   Double_t E() const;