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