cp3-llbb / CommonTools

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

Fix skimmer; faster hadd #138

Closed swertz closed 7 years ago

swertz commented 7 years ago

I had tested #137 for the plotter, not for the skimmer: something was missing (sorry).

A small tweak to the script doing the hadd of the factories' output: if only one file is to be hadd'ed, do not call hadd but simply rename it: much faster, especially when we have hundreds of signal files with only one job per sample!

blinkseb commented 7 years ago

Nice thanks!