Skip to content

Draft: Move TTVA lepton selection from calibration to WorkingPoint block config

Thomas Strebler requested to merge tstreble/athena:LeptonTTVABlockConfig into main

This MR proposes to move the lepton TTVA selection from the calibration block, where it is applied as a mandatory selection with

config.addSelection (self.containerName, '', alg.selectionDecoration)

into the working point block, where it is added as part of the optional working point selection with

config.addSelection (self.containerName, self.selectionName, alg.selectionDecoration)

The motivation for this is for analyses which are interested in using both the inclusive muon collections without TTVA, for muon-in-jet corrections in particular, and the subset of the collection corresponding to muons passing the TTVA + lepton working point selections.

FYI @krumnack @tadej

Merge request reports