Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75599
b: "refs/heads/CMSSW_7_1_X"
c: f98981f
h: "refs/heads/CMSSW_7_1_X"
i:
  75597: ac7d76b
  75595: 6596d0d
  75591: 5077bbd
  75583: 1175526
v: v3
  • Loading branch information
Jason Michael Slaunwhite committed Oct 16, 2009
1 parent b2bec48 commit cdf6eb4
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
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": cb4c83f6d244827c8f4db1c3c9022fe165713fef
"refs/heads/CMSSW_7_1_X": f98981f660d0581483759567ef57c91ae25e6556
16 changes: 16 additions & 0 deletions trunk/DQMOffline/Trigger/python/MuonHLTValidation_cfi.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
import FWCore.ParameterSet.Config as cms


################# Muon HLT Quality Tests #########################
qTesterMuonHLT = cms.EDFilter("QualityTester",
qtList = cms.untracked.FileInPath('DQMOffline/Trigger/data/MuonHLT_QualityTests.xml'),
getQualityTestsFromFile = cms.untracked.bool(True),
prescaleFactor = cms.untracked.int32(1),
testInEventloop = cms.untracked.bool(False),
verboseQT = cms.untracked.bool(True),
qtOnEndLumi = cms.untracked.bool(False),
qtOnEndRun = cms.untracked.bool(True),
qtestOnEndJob = cms.untracked.bool(False),
)

muonHLTCertSeq = cms.Sequence(qTesterMuonHLT)

0 comments on commit cdf6eb4

Please sign in to comment.