]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDtrack.h
Rename AliTRDCalPIDLQ
[u/mrichter/AliRoot.git] / TRD / AliTRDtrack.h
index 236fea3a9aa3432c0263b27a58494b25d66a5bd7..486757a2e781540d6b54937ebdaea37cb29648b8 100644 (file)
@@ -101,7 +101,7 @@ class AliTRDtrack : public AliKalmanTrack {
        inline  Float_t GetMomentumPlane(Int_t plane) const {return (plane >= 0 && plane < kNplane) ? fMom[plane] : 0.;}
        inline  Float_t GetSnpPlane(Int_t plane) const {return (plane >= 0 && plane < kNplane) ? fSnp[plane] : 0.;}
        inline  Float_t GetTglPlane(Int_t plane) const {return (plane >= 0 && plane < kNplane) ? fTgl[plane] : 0.;}
-       inline  Float_t GetTrackLengthPlane(Int_t plane) const;
+               Float_t GetTrackLengthPlane(Int_t plane) const;
 //end A.Bercuci
 
                                         void     MakeBackupTrack();