]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSmodule.h
Updates in Lc->V0bachelor analysis (Annalisa)
[u/mrichter/AliRoot.git] / ITS / AliITSmodule.h
index e49468c64ff00b13f675c859b6ccd1405c13a1a3..0a66a24685c325247cd42ae2fae83ade08498965 100644 (file)
@@ -109,13 +109,13 @@ class AliITSmodule:public TObject{
                      Float_t &x,Float_t &y,Float_t &z) const;
     void MedianHitL(Int_t,AliITShit *,AliITShit *,Float_t &,Float_t &,
                    Float_t &){};
-    Double_t PathLength(Int_t index, AliITShit *itsHit1, AliITShit *itsHit2);
+    Double_t PathLength(const AliITShit *itsHit1,const AliITShit *itsHit2);
     // returns both the track and hit index numbers for the given hit. Hits
     // are kept on file according to their track index and hit index numbers.
     void MedianHit(Int_t index, Float_t xg,Float_t yg,Float_t zg,
                    Int_t status,Float_t &xMg, Float_t &yMg, Float_t &zMg,
                                   Int_t &flag);
-    void PathLength(Int_t index,Float_t x,Float_t y,Float_t z,Int_t status,
+    void PathLength(Float_t x,Float_t y,Float_t z,Int_t status,
                     Int_t &nseg,Float_t &x1,Float_t &y1,Float_t &z1,
                    Float_t &dx1,Float_t &dy1, Float_t &dz1,Int_t &flag) const;
     Bool_t LineSegmentL(Int_t hindex,Double_t &a,Double_t &b,