]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
calls to AliModule::BuildGeometry moved AliSDConstruction to be performed after AliMo...
authorivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 30 Jan 2002 18:17:42 +0000 (18:17 +0000)
committerivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 30 Jan 2002 18:17:42 +0000 (18:17 +0000)
AliGeant4/AliModulesComposition.cxx

index 3e7d10ca56f2f41b8704319ddff2fa7cdb33bd27..1f07bc9360f1d03f16a08ecbfa6e60ad0b3ed526 100644 (file)
@@ -153,11 +153,16 @@ void AliModulesComposition::CreateG4Geometry()
   // print name map
   // pGeometryManager->PrintNameMap();
 
+/*
+  // moved to AliSDConstruction
+  // to be performed after Init  (required for MUON)
+  
   for (i=0; i<nofModules; i++) {
 
     // construct geometry for display
     fModuleConstructionVector[i]->GetAliModule()->BuildGeometry();
   }
+*/
 
   // reset TG4GeometryManager 
   pGeometryManager->ClearG3Tables();