]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUON.cxx
Temporary commenting out the implementation of BuildGeometry
[u/mrichter/AliRoot.git] / MUON / AliMUON.cxx
index 2361689e38eb88a1e8f6d433f7fd1ddfc4d24a68..4b1d250619898a090c49eaf9379783b03fab2a53 100644 (file)
@@ -236,12 +236,12 @@ void AliMUON::AddGeometryBuilder(AliMUONVGeometryBuilder* geomBuilder)
 void AliMUON::BuildGeometry()
 {
 // Geometry for event display
 void AliMUON::BuildGeometry()
 {
 // Geometry for event display
-  for (Int_t i=0; i<7; i++) {
-    for (Int_t j=0; j<2; j++) {
-      Int_t id=2*i+j+1;
-      this->Chamber(id-1).SegmentationModel(1)->Draw("eventdisplay");
-    }
-  }
+//   for (Int_t i=0; i<7; i++) {
+//     for (Int_t j=0; j<2; j++) {
+//       Int_t id=2*i+j+1;
+//       this->Chamber(id-1).SegmentationModel(1)->Draw("eventdisplay");
+//     }
+//   }
 }
 //__________________________________________________________________
 void  AliMUON::SetTreeAddress()
 }
 //__________________________________________________________________
 void  AliMUON::SetTreeAddress()