CMS 3D CMS Logo

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.EDFilter("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 

Generated on Tue Jun 9 17:33:08 2009 for CMSSW by  doxygen 1.5.4