]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Temporary commenting out the TGeo specific geometry (to be fixed soon)
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 31 May 2005 10:49:15 +0000 (10:49 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 31 May 2005 10:49:15 +0000 (10:49 +0000)
FMD/AliFMD.cxx

index 68a35b8958352d706fab615381958f717a13c5ef..218b368c886e6d822679d3832197b4e7a91cb8b0 100644 (file)
@@ -263,11 +263,11 @@ void AliFMD::CreateMaterials()
   }
   AliFMDGeometry* geometry = AliFMDGeometry::Instance();
   geometry->Init();
-  TVirtualMC* mc = TVirtualMC::GetMC();
-  Bool_t geo = mc->IsRootGeometrySupported();
-  if (geo)
-    fSimulator = new AliFMDGeoSimulator(this, fDetailed);
-  else 
+//   TVirtualMC* mc = TVirtualMC::GetMC();
+//   Bool_t geo = mc->IsRootGeometrySupported();
+//   if (geo)
+//     fSimulator = new AliFMDGeoSimulator(this, fDetailed);
+//   else 
     fSimulator = new AliFMDG3Simulator(this, fDetailed);
   
   fSimulator->DefineMaterials();