X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=ITS%2FAliITStrackerV2.h;h=31fe049071454fa5618d28e29c9d81f468aaa9a5;hb=192f644797d071367e1397b7ad6fbd0421138d8f;hp=e49294df733c75dc9bdf07467fe2dfedb35c99f7;hpb=e50912dbc6d22f2f78a5837c5db20e8fdf8a19e1;p=u%2Fmrichter%2FAliRoot.git diff --git a/ITS/AliITStrackerV2.h b/ITS/AliITStrackerV2.h index e49294df733..31fe0490714 100644 --- a/ITS/AliITStrackerV2.h +++ b/ITS/AliITStrackerV2.h @@ -60,7 +60,7 @@ public: class AliITSlayer { public: - enum {kNsector=5, kMaxClusterPerSector=AliITSRecoParam::fgkMaxClusterPerLayer/kNsector}; + enum {kNsector=5, kMaxClusterPerSector=AliITSRecoParam::kMaxClusterPerLayer/kNsector}; AliITSlayer(); AliITSlayer(Double_t r, Double_t p, Double_t z, Int_t nl, Int_t nd); ~AliITSlayer(); @@ -88,10 +88,10 @@ public: Int_t fNdetectors; // detectors/ladder AliITSdetector *fDetectors; // array of detectors - AliITSRecPoint *fClusters[AliITSRecoParam::fgkMaxClusterPerLayer]; // pointers to clusters + AliITSRecPoint *fClusters[AliITSRecoParam::kMaxClusterPerLayer]; // pointers to clusters Int_t fN[kNsector]; // numbers of clusters sector by sector - Int_t fIndex[AliITSRecoParam::fgkMaxClusterPerLayer]; // indexes of selected clusters + Int_t fIndex[AliITSRecoParam::kMaxClusterPerLayer]; // indexes of selected clusters Int_t fNsel; // number of selected clusters Double_t fRoad; // road defined by the cluster density