]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Bug fix (alpha)
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 14 Apr 2005 04:06:47 +0000 (04:06 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 14 Apr 2005 04:06:47 +0000 (04:06 +0000)
MUON/AliMUONFactoryV2.cxx

index 13a796f35861a62e7e93fa52a431c8206a123059..be1ee599b53ae7e57b33ab9cd7169b0c9b2637f7 100644 (file)
@@ -849,7 +849,7 @@ void AliMUONFactoryV2::BuildStation6()
 
       // 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.);