CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/DQM/L1TMonitorClient/python/L1TdeECALClient_cff.py

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