]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Small fixes to revive basic VSD functionality.
authormtadel <mtadel@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 27 Jun 2006 17:58:20 +0000 (17:58 +0000)
committermtadel <mtadel@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 27 Jun 2006 17:58:20 +0000 (17:58 +0000)
EVE/Alieve/VSDCreator.cxx

index 461fff50c5e769f9d559034721f4d2f55aa7a5c2..07cb98be7ebb7eb3012f25162dcd4232f9d6f820 100644 (file)
@@ -135,7 +135,7 @@ void VSDCreator::CreateVSD(const Text_t* data_dir, Int_t event,
   if(mDebugLevel > 0)
     printf("%s trees created, closing files.\n", eH.Data());
 
-  // file->Write();
+  file->Write();
   file->Close();
   delete file; 
   mDirectory =0;
@@ -188,11 +188,6 @@ void VSDCreator::CreateTrees()
     ConvertClusters();
   } catch(Exc_t& exc) { WarnCaller(exc); }
 
-
-  printf("############# EXITING, had incompatible ESDTrack class #####\n");
-  goto end_geninfo_processing;
-
-
   try {
     if(mDebugLevel > 1)
       printf("%s ConvertRecTracks.\n", eH.Data());
@@ -222,7 +217,6 @@ end_esd_processing:
     ConvertGenInfo();
   } catch(Exc_t& exc) { WarnCaller(exc); }
 
-end_geninfo_processing:
   return;
 }