]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/STEERBase/AliExternalTrackParam.h
a compiling version of the VV interface WITH friends
[u/mrichter/AliRoot.git] / STEER / STEERBase / AliExternalTrackParam.h
index 208b931d12866d9b05fa7bb41a9e3a6723f90cfd..c4feecaa9301984b5129c75793698f1e361e9e98 100644 (file)
@@ -219,6 +219,7 @@ class AliExternalTrackParam: public AliVTrack {
   
   void GetDirection(Double_t d[3]) const;
   Bool_t GetPxPyPz(Double_t *p) const;
+  using AliVVtrack::GetXYZ;
   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;