Skip to content

Commit

Permalink
Merge pull request #36930 from tvami/L1TCaloGeomBackport122X
Browse files Browse the repository at this point in the history
[122X] L1T: remove l1ExtraParticles from stage 2 reco and its consuption in DQM
  • Loading branch information
cmsbuild authored Feb 11, 2022
2 parents 3052139 + da8862c commit df06cdd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions HLTriggerOffline/Exotica/python/hltExoticaValidator_cfi.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,3 +232,7 @@
DSTMuons = DSTMuonsPSet,
TracklessJets = TracklessJetsPSet
)

from Configuration.Eras.Modifier_stage2L1Trigger_cff import stage2L1Trigger
stage2L1Trigger.toModify(hltExoticaValidator, METplusTrack = dict(l1METLabel = None))

4 changes: 2 additions & 2 deletions L1Trigger/Configuration/python/L1TReco_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ def config_L1ExtraForStage2Sim(coll):
stage1L1Trigger.toReplaceWith(L1Reco, cms.Sequence(l1extraParticles))

#
# Stage-2 Trigger: fow now, reco Stage-1 as before:
# Stage-2 Trigger
#
from Configuration.Eras.Modifier_stage2L1Trigger_cff import stage2L1Trigger
stage2L1Trigger.toReplaceWith(L1Reco_L1Extra,cms.Sequence())
stage2L1Trigger.toReplaceWith(L1Reco_L1Extra_L1GtRecord,cms.Sequence())
stage2L1Trigger.toReplaceWith(L1Reco, cms.Sequence(l1extraParticles))
stage2L1Trigger.toReplaceWith(L1Reco, cms.Sequence())

#
# l1L1GtObjectMap does not work properly with fastsim
Expand Down

0 comments on commit df06cdd

Please sign in to comment.