CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_9_patch3/src/DQM/HLTEvF/python/HLTMonMuonClient_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from DQM.HLTEvF.HLTMonMuonClient_cfi import *
00004 
00005 hltmonmuonqTester = cms.EDAnalyzer("QualityTester",
00006     qtList = cms.untracked.FileInPath('DQM/HLTEvF/data/HLTMonMuon_QualityTests.xml'),
00007     QualityTestPrescaler = cms.untracked.int32(1),
00008     getQualityTestsFromFile = cms.untracked.bool(True)
00009 )
00010 
00011 hltmonmuonseqClient = cms.Sequence(hltmonmuonqTester*hltmonmuonClient)
00012