Skip to content

Commit

Permalink
switch off hybrid-taus for pp-at-AA
Browse files Browse the repository at this point in the history
  • Loading branch information
mbluj committed Oct 2, 2024
1 parent 1ff482c commit d2d8eb6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion PhysicsTools/PatAlgos/python/slimming/miniAOD_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -556,11 +556,12 @@ def _addUTagToTaus(process, task,
storeUParTPUPPIjets = cms.bool(True),
addGenJet = cms.bool(True)
)
pp_on_AA.toModify(_uTagToTaus_switches, storePNetCHSjets=False, storeUParTPUPPIjets=False)
_addUTagToTaus(process, task,
storePNetCHSjets = _uTagToTaus_switches.storePNetCHSjets.value(),
storeUParTPUPPIjets = _uTagToTaus_switches.storePNetCHSjets.value(),
addGenJet = _uTagToTaus_switches.addGenJet.value()
) #FIXME: do not run with old eras?
)

# L1 pre-firing weights for 2016, 2017, and 2018
from Configuration.Eras.Modifier_run2_L1prefiring_cff import run2_L1prefiring
Expand Down

0 comments on commit d2d8eb6

Please sign in to comment.