]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Corrected index (aplhacxx6)
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 23 Jun 2005 14:13:09 +0000 (14:13 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 23 Jun 2005 14:13:09 +0000 (14:13 +0000)
MUON/AliMUONTest.cxx

index 20454822db07068523b884e2fb3f901333e0f523..aee24f88abff64e9e5e4637a73f42cc853f0d31c 100644 (file)
@@ -650,7 +650,7 @@ AliMUONTest::CreateTriggerSegmentation(Int_t chamberId, Int_t cathod)
 
 // chamber 8 7 1 0 cathode 1
   for (Int_t i=0; i<6; i++) nStrip[i]=8;
-  nStrip[7]=16;
+  nStrip[6]=16;
   for (Int_t i=0; i<7; i++) stripYsize[i]=stripLength[3];  
   for (Int_t i=0; i<7; i++) stripXsize[i]=stripWidth[2];
   trigSegY[8]->Init(0,nStrip,stripYsize,stripXsize,0.);