Skip to content

small fix to TruthTaggingTool in Continuous WP

Ilaria Luise requested to merge (removed):master-truth-tagging into 21.2

fix in BTaggingTruthTaggingTool in Continuous WP: a small inconsistency in the code was found and the code was crashing when running in continuous WP without the Quantile option turned on. This has been fixed.

In addition: Two new properties have been added: The doOnlyUpVariations to compute only the "UP" variations and speed up the computation in case of symmetric weights. The doDirectTagging property has been introduced to compute the DrectTaggingSF only if needed. before they were computed by default. It has again been done to speed up the computation.

The new code has been tested with the CxAODFramework (VHbb resolved) and it works.

Edited by Ilaria Luise

Merge request reports