scikit-hep / hepconvert

BSD 3-Clause "New" or "Revised" License
8 stars 1 forks source link

Allow using wildcards for branch names #65

Closed clelange closed 4 months ago

clelange commented 4 months ago

Would be nice to support cases such as "jet*" in:

hepconvert.copy_root("destination.root", "file.root", keep_branches=["jet*"], step_size=100)