Hi ROOT users,
Let’s say I have a directory that contains multiple root files:
RootFile_1
RootFile_2
RootFile_3 …
Each Root file contains a TTree with the same name (let’s say LHEF) and with same branch name (example: Particle.Px) . How would I create a combined MakeClass for all the trees from each ROOT file? Is that even possible?
Thank you in advance!