Hello! I am generating 1E5 events in Pythia and storing particle data into a ROOT file. However, as shown below, why does ROOT make more than one tree?
The tree_raw;1 stores 55901 entries and the tree_raw;2 stores 1E5 entries. Is there a memory limit of one tree? And does this affect the reading process?
Hi ferhue. Thank you very much for the response. How do I write this in my code? I have a tree→Fill() at the end of each loop iteration and an output→Write() at the end of the code. Where do I add the TObject::kOverwriteDelete as you stated?