]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDtrack.h
remove warning produced by hiding GetC of
[u/mrichter/AliRoot.git] / TRD / AliTRDtrack.h
index e5bd051889cf6d853f98765131b4154015fb6ff5..3d47d63b72b64f181ad7def6900ebd9d2175f64a 100644 (file)
@@ -64,6 +64,7 @@ class AliTRDtrack : public AliKalmanTrack {
          Int_t           GetNdedx() const                             { return fNdedx;                       }
          Double_t        GetPIDsignal() const                         { return GetdEdx();                    }
          Int_t           GetClusterIndex(Int_t i) const               { return fIndex[i];                    }
+        using AliExternalTrackParam::GetC;
          Double_t        GetC() const                                 { return AliExternalTrackParam
                                                                              ::GetC(GetBz());                }
          Double_t        GetPredictedChi2(const AliTRDcluster *c
@@ -216,3 +217,4 @@ inline Int_t AliTRDtrack::GetNumberOfTracklets() const
 
 
 #endif   
+