Skip to content

TrigValTools: speedup rootcomp if no output file is requested

Frank Winklmeier requested to merge fwinkl/athena:rootcomp into master

Previously even if --noPS --noRoot was specified the histogram difference was still drawn despite never written to any file. For large number of differences this can be a significant overhead (ATR-21652).

Merge request reports