]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliESDEvent.cxx
Corrections for reconnection of event in case of event mixing.
[u/mrichter/AliRoot.git] / STEER / AliESDEvent.cxx
index 7f5af678c4f147044fa9f401ab789a172f1dcfb4..5951b716816ecc5a7a37cb04a1fbbbbee501e316 100644 (file)
@@ -1349,7 +1349,7 @@ void AliESDEvent::ReadFromTree(TTree *tree, Option_t* opt){
 
     // Connect to tree
     // prevent a memory leak when reading back the TList
-    if (!(strcmp(opt, "reconnect"))) fESDObjects->Delete();
+    // if (!(strcmp(opt, "reconnect"))) fESDObjects->Delete();
     
     if(!fUseOwnList){
       // create a new TList from the UserInfo TList...