ROOT Version: 6.32.04
Platform: WSL2 Ubuntu
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?
Thanks in advance. Cheers.