]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSIOTrack.h
Fix in RefitTrack: in inward refit innermost cluster was skept
[u/mrichter/AliRoot.git] / ITS / AliITSIOTrack.h
index 1986a4f40b5a6bee3056f4e05e1d242ac217605d..22090ce786f12eb91abb8645cbca67e14d3f4556 100644 (file)
@@ -7,7 +7,6 @@
 
 #include <TObject.h>
 
-class TMatrix;
 class AliITSIOTrack : public TObject {
 
 
@@ -39,8 +38,8 @@ class AliITSIOTrack : public TObject {
   Float_t GetPz() const {return fPz;}    // gets the z momentum component at the fX,fY,fZ point  
   Double_t GetDz() const {return fDz;}   // gets the longitudinal impact parameter
   Int_t    GetPid() const {return fPid;} // gets the identified particle code
-  Double_t GetMass() {return fMass;}                             // get the tracking mass  
-  Float_t GetdEdx() {return fdEdx;}                              //get the track energy loss
+  Double_t GetMass()  const {return fMass;}                             // get the tracking mass  
+  Float_t GetdEdx() const {return fdEdx;}                              //get the track energy loss
   void SetMass(Double_t mass) {fMass=mass;}                      // put the tracking mass
   void SetPid(Int_t pid) {fPid=pid;}                             // put the identified particle code