Skip to content

Commit

Permalink
Merge pull request #36916 from bundocka/DD4hep_caloGeomFix
Browse files Browse the repository at this point in the history
L1T: remove l1ExtraParticles from stage 2 reco
  • Loading branch information
cmsbuild committed Feb 10, 2022
2 parents fd9de01 + 34c6503 commit 222afad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions HLTriggerOffline/Exotica/python/hltExoticaValidator_cfi.py
Expand Up @@ -232,3 +232,6 @@
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
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 222afad

Please sign in to comment.