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