]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RALICE/icepack/iceconvert/macros/icef2k.cc
24-jun-2005 NvE Selection/overruling of specific job folder creation introduced in...
[u/mrichter/AliRoot.git] / RALICE / icepack / iceconvert / macros / icef2k.cc
index 4ef8d4884fa772dab6c5bc18660dae1586313717..abe65326576ccee84500d3c8d6013673c216aafb 100644 (file)
@@ -60,7 +60,9 @@
  TDatabasePDG* pdg=q.GetPDG();
  if (pdg) pdg->Write();
 
- // Flush and close the output file
+ // Flush the output file.
+ // The output file is not explicitly closed here
+ // to allow ineractive investigation of the data tree
+ // when this macro is run in an interactive ROOT/CINT session.
  ofile->Write();
- ofile->Close();
 }