Skip to content

Fix duplicate variation of BoostedJetTagger SF uncertainties

This fixes twice-applied uncertainty on calibration scale factors for large-R jet taggers (BoostedJetTaggers package). The order of applying the uncertainties has changed from:

  1. Varying JES
  2. Tagging jet
  3. Varying tag SF

to:

  1. Tagging jet
  2. Varying JES
  3. Varying tag SF

since the tag scale factor already includes propagation of JES (and related) uncertainties. For reference, the relevant twiki describing the uncertainties usage: https://twiki.cern.ch/twiki/bin/viewauth/AtlasProtected/BoostedJetTaggingRecommendationFullRun2

Related to ANALYSISTO-859

Edited by Oliver Majersky

Merge request reports