cp3-llbb / CommonTools

Utilities to mass create histograms, flat trees, and more
2 stars 9 forks source link

Add a way to clone the input tree when skimming #125

Closed blinkseb closed 7 years ago

blinkseb commented 7 years ago

Useful to simply add branches into an existing tree while applying a set of cuts. Simply turn the flag clone in the tree dict to enable this feature.

Second commit is unrelated but fix an issue in histFactory mode

swertz commented 7 years ago

Thanks!