We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1e1d99 commit 68d68bbCopy full SHA for 68d68bb
HLTrigger/NGTScouting/python/HLTNanoProducer_cff.py
@@ -91,7 +91,7 @@ def hltNanoCustomize(process):
91
)
92
process.NANOAODSIMoutput.SelectEvents = cms.untracked.PSet(
93
SelectEvents = cms.vstring(
94
- [p for p in process.paths if p.startswith('HLT_') or p.startswith('DST_')]
+ [p for p in process.paths if p.startswith('HLT_') or p.startswith('MC_') or p.startswith('DST_')]
95
96
97
HLTrigger/NGTScouting/python/hltTriggerAcceptFilter_cfi.py
@@ -7,7 +7,7 @@
7
l1tResults = cms.InputTag( "" ),
8
l1tIgnoreMaskAndPrescale = cms.bool( False ),
9
throw = cms.bool( False ),
10
- triggerConditions = cms.vstring('HLT_*')
+ triggerConditions = cms.vstring('HLT_*', 'MC_*')
11
12
13
dstTriggerAcceptFilter = _triggerResultsFilter.clone(
0 commit comments