X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=ITS%2FAliITSIOTrack.h;h=22090ce786f12eb91abb8645cbca67e14d3f4556;hp=1986a4f40b5a6bee3056f4e05e1d242ac217605d;hb=cd90f0a2aa99f2e8fd64581c970b3d46b151f148;hpb=def162f48c1f7f35a883cf6cea821b151f0f9d24 diff --git a/ITS/AliITSIOTrack.h b/ITS/AliITSIOTrack.h index 1986a4f40b5..22090ce786f 100644 --- a/ITS/AliITSIOTrack.h +++ b/ITS/AliITSIOTrack.h @@ -7,7 +7,6 @@ #include -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