Skip to content

Commit

Permalink
L1T: set l1MetLabel to none for Stage 2 workflows to prevent calling …
Browse files Browse the repository at this point in the history
…Stage 1 L1CaloGeometry record
  • Loading branch information
bundocka committed Feb 10, 2022
1 parent 07db6f1 commit 34c6503
Showing 1 changed file with 3 additions and 0 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))

0 comments on commit 34c6503

Please sign in to comment.