Skip to content

Commit

Permalink
Dylan s fix for Phase 2 DQM
Browse files Browse the repository at this point in the history
  • Loading branch information
ccaillol committed Mar 9, 2022
1 parent 027a2ec commit 1b2ffd5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DQMOffline/L1Trigger/python/L1TPhase2Offline_cfi.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@
genParticlesInputTag = cms.untracked.InputTag("genParticles"),
isParticleGun = cms.bool(False),
objects = cms.PSet(
L1PF = cms.VInputTag("l1pfCandidates:PF",),
L1PF = cms.VInputTag("l1ctLayer1:PF",),
L1PF_sel = cms.string("pt > 0"),
L1Puppi = cms.VInputTag("l1pfCandidates:Puppi",),
L1Puppi = cms.VInputTag("l1ctLayer1:Puppi",),
L1Puppi_sel = cms.string("pt > 0"),
),

Expand Down Expand Up @@ -135,6 +135,6 @@
)

l1tPhase2OfflineDQM = cms.Sequence(
#l1tPhase2CorrelatorOfflineDQM +
l1tPhase2CorrelatorOfflineDQM +
OuterTrackerTkMET
)
5 changes: 5 additions & 0 deletions L1Trigger/Configuration/python/L1Trigger_EventContent_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,11 @@ def _appendPhase2Digis(obj):
'keep *_Phase1L1TJetProducer_*_*',
'keep *_Phase1L1TJetCalibrator_*_*',
'keep *_Phase1L1TJetSumsProducer_*_*',
'keep *_l1ctLayer1Barrel_*_*',
'keep *_l1ctLayer1HGCal_*_*',
'keep *_l1ctLayer1HGCalNoTK_*_*',
'keep *_l1ctLayer1HF_*_*',
'keep *_l1ctLayer1_*_*',
'keep *_l1ctLayer1EG_*_*',
'keep *_l1PFMetCalo_*_*',
'keep *_l1PFMetPF_*_*',
Expand Down

0 comments on commit 1b2ffd5

Please sign in to comment.