]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Implementation of Display for new segmentation (Ch. Finck)
authorcussonno <cussonno@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 9 May 2005 03:40:54 +0000 (03:40 +0000)
committercussonno <cussonno@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 9 May 2005 03:40:54 +0000 (03:40 +0000)
MUON/AliMUON.cxx

index 0b2eeb8549ad529b8b32da533bcb0d8bbee971dc..aa59705df4bd430edf84610f15c26155dccfb8d9 100644 (file)
@@ -270,13 +270,10 @@ void AliMUON::BuildGeometry()
       }
     }
   } else { 
-//     for (Int_t i=0; i<14; i++) {
-//       for (Int_t j=0; j<100; j++) {
-//     Int_t id= (i+1)*100 + j;
-//     this->Chamber(i).SegmentationModel2(1)->Draw(id,"eventdisplay");// to be check !
-//       }
-//     }
- }
+//     for (Int_t i = 0; i < AliMUONConstants::NCh(); i++)     
+//       this->Chamber(i).SegmentationModel2(1)->Draw("eventdisplay");// to be check !
+     
+  }
 }
 
 //__________________________________________________________________