Skip to content

Commit

Permalink
Merge pull request #36260 from Sam-Harper/hltGetConfigL1MinimalEvtCon…
Browse files Browse the repository at this point in the history
…tent_1220pre2

adjusting hltGetConfigution "minimal" event content to include the L1
  • Loading branch information
cmsbuild authored Nov 29, 2021
2 parents e7954c1 + b00d40f commit df8ebdd
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion HLTrigger/Configuration/python/Tools/confdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,14 @@ def overrideOutput(self):
),
outputCommands = cms.untracked.vstring( 'drop *',
'keep edmTriggerResults_*_*_*',
'keep triggerTriggerEvent_*_*_*'
'keep triggerTriggerEvent_*_*_*',
'keep GlobalAlgBlkBXVector_*_*_*',
'keep GlobalExtBlkBXVector_*_*_*',
'keep l1tEGammaBXVector_*_EGamma_*',
'keep l1tEtSumBXVector_*_EtSum_*',
'keep l1tJetBXVector_*_Jet_*',
'keep l1tMuonBXVector_*_Muon_*',
'keep l1tTauBXVector_*_Tau_*',
)
)
%(process)s.MinimalOutput = cms.EndPath( %(process)s.hltOutputMinimal )
Expand Down

0 comments on commit df8ebdd

Please sign in to comment.