Skip to content

Resolve "add verbosity option to TQCuts to print results of first n events seen by the cut"

Release notes

Adding option to print results of cut evaluation on-the-fly using the tag '.printResults'

Details

The value the tag is set to determines up to how many events the cut will print (negative values meaning no limit). Note that this number refers to the number of events seen by the respective cut of the current sample. Also different channels have their own, independent set of TQCuts each (hence, max. number of printouts is ~ nChannel x valueOfTag)

Closes #130 (closed)

Edited by Ralf Gugel

Merge request reports