]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Suppressed setting the Bfield to NULL in the post-reconstruction cleanup.
authorshahoian <shahoian@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 31 Oct 2009 23:05:01 +0000 (23:05 +0000)
committershahoian <shahoian@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 31 Oct 2009 23:05:01 +0000 (23:05 +0000)
STEER/AliReconstruction.cxx

index beaaf1336797bf44d2c968848495afc84efd04f9..39ad4bf10820625eb3942c298c5f6d442b87471f 100644 (file)
@@ -2983,7 +2983,6 @@ void AliReconstruction::CleanUp()
     AliQAManager::QAManager()->ShowQA() ; 
   AliQAManager::Destroy() ; 
   
-  TGeoGlobalMagField::Instance()->SetField(NULL);
 }
 
 void AliReconstruction::WriteAlignmentData(AliESDEvent* esd)