]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Bugfix (C.Cheshkov)
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 6 Dec 2005 08:06:19 +0000 (08:06 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 6 Dec 2005 08:06:19 +0000 (08:06 +0000)
ITS/AliITStrackerMI.cxx

index 7c1d278262bcd136cbca1b235a413e6a8e857213..629972c1bb039d76fd909f204568a661d3fc95b6 100644 (file)
@@ -541,8 +541,8 @@ Bool_t AliITStrackerMI::GetTrackPoint(Int_t index, AliTrackPoint& p) const {
   //
   // Get track space point with index i
   //
-  Int_t l=(index & 0xf0000000) >28;
-  Int_t c=(index & 0x0fffffff) >00;
+  Int_t l=(index & 0xf0000000) >28;
+  Int_t c=(index & 0x0fffffff) >00;
   AliITSclusterV2 *cl = fgLayers[l].GetCluster(c);
   Int_t idet = cl->GetDetectorIndex();
   const AliITSdetector &det = fgLayers[l].GetDetector(idet);