]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG/EMCAL/AliPicoTrack.h
Merge remote-tracking branch 'origin/flatdev' into mergeFlat2Master
[u/mrichter/AliRoot.git] / PWG / EMCAL / AliPicoTrack.h
index 00dac4e759d0615c92190619cf50f10c4e550f49..93ff68da84dd65071362ac6b5998c912da4aa9b7 100644 (file)
@@ -21,6 +21,7 @@ class AliPicoTrack: public AliVTrack {
   Double_t        Pz()                        const { return fPt*TMath::SinH(fEta); }
   Double_t        Pt()                        const { return fPt;                   }
   Double_t        P()                         const { return fPt*TMath::CosH(fEta); }
+  
   Bool_t          PxPyPz(Double_t p[3])       const { p[0]=Px();p[1]=Py();p[2]=Pz(); return 1;         }
   Bool_t          GetPxPyPz(Double_t p[3])    const { p[0]=Px();p[1]=Py();p[2]=Pz(); return 1;         }
   Double_t        Xv()                        const { return 0.;      }
@@ -50,6 +51,7 @@ class AliPicoTrack: public AliVTrack {
   Bool_t          IsEMCAL()                   const { return fEmcal;  }
   ULong_t         GetStatus()                 const { return 0;       }
   Bool_t          GetXYZ(Double_t *v)         const { v[0]=0; v[1]=0; v[2]=0; return 0; }
+  using AliVTrack::GetXYZ;
   Double_t        GetBz()                     const { return 0;       }
   void            GetBxByBz(Double_t b[3])    const { b[0]=0;b[1]=0;b[2]=0; }
   Bool_t          GetCovarianceXYZPxPyPz(Double_t /*cv*/[21]) const { return 0; }