CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/DQM/HLTEvF/python/HLTMonJetMETDQMSource_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from DQM.HLTEvF.HLTMonJetMETDQMSource_cfi import *
00004 #from DQM.HLTEvF.HLTMonMuonBits_cfi import *
00005 #hltMonMuonDQM = cms.Path(hltMonMuDQM*hltMonMuBits)
00006 
00007 hltmonjetmetTester = cms.EDAnalyzer("QualityTester",
00008     qtList = cms.untracked.FileInPath('DQM/HLTEvF/data/HLTMonJetMET_QualityTests.xml'),
00009     QualityTestPrescaler = cms.untracked.int32(1),
00010     getQualityTestsFromFile = cms.untracked.bool(True)
00011 )
00012 
00013 #hltmonmuonseqClient = cms.Sequence(hltmonmuonqTester*hltmonmuonClient)
00014 
00015 hltMonJMDQM = cms.Path(hltmonjetmetTester*hltMonjmDQM)
00016