]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/AliTOFtracker.h
Correcting a format error in AliError (Laurent)
[u/mrichter/AliRoot.git] / TOF / AliTOFtracker.h
index ccf1c1a9c264646d4cfeb1c73c0b76e193d6dcd1..82119d75210bea60aa7d3cc9191ed7ea97203116 100644 (file)
@@ -58,8 +58,8 @@ private:
   Int_t FindClusterIndex(Double_t z) const; // Returns cluster index 
   void  MatchTracks(Bool_t mLastStep); // Matching Algorithm 
   void  CollectESD(); // Select starting Set for Matching 
-  Float_t  GetTimeZerofromTOF(AliESD* event); // T0 from TOF
-  Float_t  GetTimeZerofromT0(AliESD* event); // T0 from T0
+  Float_t  GetTimeZerofromTOF(AliESD* /*event*/) const; // T0 from TOF
+  Float_t  GetTimeZerofromT0(AliESD* event) const; // T0 from T0
   Float_t  CorrectTimeWalk(Float_t dist,Float_t tof); // Time Walk correction
 
   AliTOFRecoParam* fRecoParam;           // Pointer to TOF Recon. Pars