CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HLTMonJetMETDQMSource_cff.py
Go to the documentation of this file.
2 
4 #from DQM.HLTEvF.HLTMonMuonBits_cfi import *
5 #hltMonMuonDQM = cms.Path(hltMonMuDQM*hltMonMuBits)
6 
7 hltmonjetmetTester = cms.EDAnalyzer("QualityTester",
8  qtList = cms.untracked.FileInPath('DQM/HLTEvF/data/HLTMonJetMET_QualityTests.xml'),
9  QualityTestPrescaler = cms.untracked.int32(1),
10  getQualityTestsFromFile = cms.untracked.bool(True)
11 )
12 
13 #hltmonmuonseqClient = cms.Sequence(hltmonmuonqTester*hltmonmuonClient)
14 
15 hltMonJMDQM = cms.Path(hltmonjetmetTester*hltMonjmDQM)
16