]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/AliTOFtrack.h
New TOF geometry description (V5) -G. Cara Romeo and A. De Caro
[u/mrichter/AliRoot.git] / TOF / AliTOFtrack.h
index ab710b9eeb88ccc84c4f2c9c97a6ae481cbbab2f..d164542ed4c04050954761164c6d724e67798f01 100644 (file)
@@ -54,7 +54,7 @@ public:
    Int_t Compare(const TObject *o) const;
 
 
-   Double_t GetYat(Double_t xk, Bool_t & skip) const;      
+   Double_t GetYat(Double_t xk, Bool_t & skip) const;
    Int_t    PropagateTo(Double_t xr, Double_t x0=8.72, Double_t rho=5.86e-3);
    Int_t    PropagateToInnerTOF(Bool_t holes);
    void     ResetCovariance();   
@@ -86,6 +86,8 @@ protected:
    Double_t fCty, fCtz, fCte, fCtt;       // track
    Double_t fCcy, fCcz, fCce, fCct, fCcc; // parameters   
 
+   AliTOFGeometry *fTOFgeometry; // pointer to the TOF geometry
+
  private:
 
    void GetPropagationParameters(Bool_t holes, Double_t *param);