Skip to content

Expose more b-tag jet augmenter functions

Dan Guest requested to merge dguest/athena:expose-aug into 21.2

We use the BTagJetAugmenter to distill more complicated b-tagging variables into the inputs for DL1. A few of the DL1 inputs were missing in some derivations but could be calculated from other variables.

This merge request allows us to calculate only those missing variables without recalculating (and attempting to store) everything else.

Merge request reports