]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliMCEventHandler.cxx
New more general analysis implemention for particle identification and correlation...
[u/mrichter/AliRoot.git] / STEER / AliMCEventHandler.cxx
index 2398d80cb0b9622e6e1a680fc831c0881a947018..5a5db610d0ddf2f26f6adc1808c1093e796f9a0d 100644 (file)
@@ -259,9 +259,9 @@ void AliMCEventHandler::ResetIO()
     delete fTreeE; fTreeE = 0;
 
 // Reset files
-    if (fFileE)  {fFileE->Close();  delete fFileE;  fFileE  = 0;}
-    if (fFileK)  {fFileK->Close();  delete fFileK;  fFileK  = 0;}
-    if (fFileTR) {fFileTR->Close(); delete fFileTR; fFileTR = 0;}
+    if (fFileE)  {delete fFileE;  fFileE  = 0;}
+    if (fFileK)  {delete fFileK;  fFileK  = 0;}
+    if (fFileTR) {delete fFileTR; fFileTR = 0;}
     fExtension="";
 }