CMS 3D CMS Logo

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

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