]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliAODTrack.h
New macro to keep track of timing performances of the segmentation methods (Laurent)
[u/mrichter/AliRoot.git] / STEER / AliAODTrack.h
index 769fb1eed98e4892acfe60b4da48d639fd9f97d1..1275b0b3fce16db2fbdc9d00a38e1202d84ecbc9 100644 (file)
@@ -159,6 +159,9 @@ class AliAODTrack : public AliVTrack {
     if(!fCovMatrix) return kFALSE;
     fCovMatrix->GetCovMatrix(covMatrix); return kTRUE;}
 
+  Bool_t GetXYZ(Double_t *p) const {
+    return GetPosition(p); }
+
   Bool_t GetCovarianceXYZPxPyPz(Double_t cv[21]) const {
     return GetCovMatrix(cv);}
 
@@ -246,9 +249,6 @@ class AliAODTrack : public AliVTrack {
   void     SetProdVertex(TObject *vertex) { fProdVertex = vertex; }
   void     SetType(AODTrk_t ttype) { fType=ttype; }
 
-  // track operations
-  Bool_t   PropagateTo(Double_t xk, Double_t b);
-
 
  private :