Skip to content

Commit

Permalink
temporary for high rate menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Hwi Dong Yoo committed Oct 23, 2009
1 parent 2f6483e commit 1a1a604
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions DQM/HLTEvF/python/HLTLocalRecoDT_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,15 @@

hltHighLevel = cms.EDFilter("HLTHighLevel",
TriggerResultsTag = cms.InputTag("TriggerResults","","HLT"),
HLTPaths = cms.vstring('HLT_L1MuOpen','HLT_L1Mu', 'HLT_L1Mu20',
'HLT_L2Mu9','HLT_L2Mu11',
'HLT_Mu3', 'HLT_Mu5', 'HLT_Mu9'),
HLTPaths = cms.vstring('HLT_L1Mu[^_]*$',
'HLT_L2Mu[^_]*&',
'HLT_Mu[^_]*&',
'HLT_IsoMu[^_]*&',
'HLT_DoubleMu[^_]*&',
),
#HLTPaths = cms.vstring('HLT_L1MuOpen','HLT_L1Mu', 'HLT_L1Mu20',
# 'HLT_L2Mu9','HLT_L2Mu11',
# 'HLT_Mu3', 'HLT_Mu5', 'HLT_Mu9'),
eventSetupPathsKey = cms.string(''), # not empty => use read paths from AlCaRecoTriggerBitsRcd via this key
andOr = cms.bool(True), # how to deal with multiple triggers: True (OR) accept if ANY is true, False (AND) accept if ALL are true
throw = cms.bool(True) # throw exception on unknown path names
Expand Down
2 changes: 1 addition & 1 deletion DQM/HLTEvF/python/HLTMonMuonBits_cfi.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"HLTMuonDimuonL3Filter",
"HLTMuonIsoFilter"
),
denominator = cms.untracked.string('HLT_L1MuOpen'),
denominator = cms.untracked.string('HLT_L1Mu20'),

TriggerResultsTag = cms.InputTag('TriggerResults','','HLT'),

Expand Down

0 comments on commit 1a1a604

Please sign in to comment.