]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HMPID/AliHMPIDtrack.h
ATO-98 bfield(omega tau) used for the diestortion calculation used as an argument...
[u/mrichter/AliRoot.git] / HMPID / AliHMPIDtrack.h
index e689fa83b1b961183f94a250f372d12a1558f9b0..b19b337b6cacd606e132aa65ee56b94d70f41666 100644 (file)
@@ -29,15 +29,13 @@ public:
    Double_t GetPredictedChi2(const AliCluster3D *c) const;                                
    Bool_t   PropagateTo(const AliCluster3D *c);
    Bool_t   PropagateTo(Double_t xr, Double_t x0 = 8.72, Double_t rho = 5.86e-3);                 //Use material definition as for TOF???
-   void     Propagate(Double_t len,Double_t x[3],Double_t p[3],Double_t bz) const;                //HMPID method moved from AliExternalTrackParam
-   Int_t    PropagateToR(Double_t r,Double_t step);
+   void     Propagate(Double_t len,Double_t x[3],Double_t p[3]) const;                            //HMPID method moved from AliExternalTrackParam
+   Bool_t   PropagateToR(Double_t r,Double_t step);
    Bool_t   Rotate(Double_t alpha, Bool_t absolute);
    Int_t    GetProlongation(Double_t xk, Double_t &y, Double_t &z);
-   Bool_t   Intersect(Double_t pnt[3], Double_t norm[3], Double_t bz) const;                      //HMPID method moved from AliExternalTrackParam
-   Bool_t   Intersect(AliHMPIDtrack *pTrk,Double_t pnt[3], Double_t norm[3]) ;                      //just for test 
-   Double_t GetBz() const;     
-
-              
+   Bool_t   Intersect(Double_t pnt[3], Double_t norm[3]) const;                                  //HMPID method moved from AliExternalTrackParam
+   Bool_t   Update(const AliHMPIDCluster *pClu, Double_t chi2, Int_t index);
+   
 protected:
    Bool_t   Update(const AliCluster */*c*/, Double_t /*chi2*/, Int_t /*idx*/) {return 0;}
    Double_t GetPredictedChi2(const AliCluster */*c*/) const {return 0.;}