Skip to content

fixing TaggerWeight issue when using DL1 for TruthTagging

Nilotpal Kakati requested to merge nkakati/athena:ftag-nilotpal into 21.2

Issue: TruthTagging with jets (without the tagger scores as input) always uses MV2 to calculate the tagger scores even if the tagger specified is DL1

Fix: Now it calls getTaggerWeight from the selection tool, which then uses the correct tagger to get the tagger scores

Merge request reports