]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Do not export the misaligned geometry (Raffaele)
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 1 Jun 2007 16:21:31 +0000 (16:21 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 1 Jun 2007 16:21:31 +0000 (16:21 +0000)
STEER/AliSimulation.cxx

index 8accf2583c55188c1b106a2c27062be5f2786e9b..fc1c285ea9e6fe645abae30a494fbd118947b649 100644 (file)
@@ -432,9 +432,6 @@ Bool_t AliSimulation::MisalignGeometry(AliRunLoader *runLoader)
   // Update the TGeoPhysicalNodes
   gGeoManager->RefreshPhysicalNodes();
 
-  // Export (mis)aligned geometry 
-  gGeoManager->Export("misaligned_geometry.root");
-
   return kTRUE;
 }