Help with Hadd? Trying to merge multiple root files into one large one without a macro

I have a directory FileName16 that contains multiple .root files.
I want to merge the files in this directory into one larger root file,
LargeData.root

How do I do this with Hadd without having to add each one individually? Or without a macro? Thanks!

hadd NEWFILE.root *.root

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.