CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch9/src/DQM/L1TMonitorClient/python/L1TGMTClient_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from DQM.L1TMonitorClient.L1TGMTClient_cfi import *
00004 l1tgmtqTester = cms.EDAnalyzer("QualityTester",
00005     qtList = cms.untracked.FileInPath('DQM/L1TMonitorClient/data/L1TGMT_QualityTests.xml'),
00006     QualityTestPrescaler = cms.untracked.int32(1),
00007     getQualityTestsFromFile = cms.untracked.bool(True)
00008 )
00009 
00010 
00011 l1tgmtseqClient = cms.Sequence(l1tgmtqTester*l1tgmtClient)