X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=TPC%2FAliTPCtrack.h;fp=TPC%2FAliTPCtrack.h;h=c339ce07d00e33707e4f7f1c6e00d6ac23464337;hb=24de2d6d2e84c059fae3e25b5920c6a5871180ec;hp=e05077a6bc92377ad3d0905cec51dc64da073a63;hpb=4b606a1e3f0dcc265e453864802c8fcd5fe23adc;p=u%2Fmrichter%2FAliRoot.git diff --git a/TPC/AliTPCtrack.h b/TPC/AliTPCtrack.h index e05077a6bc9..c339ce07d00 100644 --- a/TPC/AliTPCtrack.h +++ b/TPC/AliTPCtrack.h @@ -26,7 +26,6 @@ #include "AliTPCreco.h" #include "AliExternalTrackParam.h" -class AliBarrelTrack; class AliESDtrack; //_____________________________________________________________________________ @@ -74,15 +73,6 @@ public: void GetExternalCovariance(Double_t cov[15]) const ; // [SR, 01.04.2003] - - void GetBarrelTrack(AliBarrelTrack *track)const; - - void ResetNWrong() {fNWrong = 0;} - void ResetNRotation() {fNRotation = 0;} - - Int_t GetNWrong() const {return fNWrong;} - Int_t GetNRotation() const {return fNRotation;} - Int_t GetNumber() const {return fNumber;} void SetNumber(Int_t n) {fNumber = n;} // @@ -142,8 +132,6 @@ protected: Int_t fIndex[kMaxRow]; // indices of associated clusters Float_t fPoints[4]; //first, max dens row end points of the track and max density //[SR, 01.04.2003] - Int_t fNWrong; // number of wrong clusters - Int_t fNRotation; // number of rotations Int_t fNumber; // magic number used for number of clusters // MI addition Float_t fSdEdx; // sigma of dedx @@ -159,7 +147,8 @@ protected: AliExternalTrackParam fReference; // track parameters at the middle of the chamber Float_t fKinkPoint[12]; //radius, of kink, dfi and dtheta Int_t fKinkIndexes[3]; // kink indexes - minus = mother + daughter - ClassDef(AliTPCtrack,1) // Time Projection Chamber reconstructed tracks + + ClassDef(AliTPCtrack,2) // Time Projection Chamber reconstructed tracks }; inline