Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 76207
b: "refs/heads/CMSSW_7_1_X"
c: 1a1a604
h: "refs/heads/CMSSW_7_1_X"
i:
  76205: 957cefc
  76203: 49823bb
  76199: 9ea3b22
  76191: fbc0d3b
v: v3
  • Loading branch information
Hwi Dong Yoo committed Oct 23, 2009
1 parent d1bf06c commit dfd27db
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
refs/heads/gh-pages: 09c786f70121f131b3715aaf3464996502bbeb7e
"refs/heads/CMSSW_7_1_X": 2f6483e727bffce27e44c3497a85799c2e376651
"refs/heads/CMSSW_7_1_X": 1a1a604d14600c84d5b2c8e434c1d0c880aaec64
12 changes: 9 additions & 3 deletions trunk/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 trunk/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 dfd27db

Please sign in to comment.