From: hristov Date: Mon, 7 Jun 2004 16:10:56 +0000 (+0000) Subject: Temporary commenting out the implementation of BuildGeometry X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=a25133ebd586bcb31a90b0c7f5d932b8ebc7ed18;p=u%2Fmrichter%2FAliRoot.git Temporary commenting out the implementation of BuildGeometry --- diff --git a/MUON/AliMUON.cxx b/MUON/AliMUON.cxx index 2361689e38e..4b1d2506198 100644 --- a/MUON/AliMUON.cxx +++ b/MUON/AliMUON.cxx @@ -236,12 +236,12 @@ void AliMUON::AddGeometryBuilder(AliMUONVGeometryBuilder* geomBuilder) 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()