Skip to content

Commit

Permalink
adjusting minimal event content to include the L1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam-Harper committed Nov 26, 2021
1 parent c272d72 commit f93c5db
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion HLTrigger/Configuration/python/Tools/confdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,16 @@ def overrideOutput(self):
),
outputCommands = cms.untracked.vstring( 'drop *',
'keep edmTriggerResults_*_*_*',
'keep triggerTriggerEvent_*_*_*'
'keep triggerTriggerEvent_*_*_*',
'keep GlobalAlgBlkBXVector_*_*_*',
'keep GlobalAlgExtBXVector_*_*_*',
'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 f93c5db

Please sign in to comment.