CMS 3D CMS Logo

L1TDTTFClient_cff.py

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.EDFilter("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 l1tdttpgseqClient = cms.Sequence(l1tdttfqTester*l1tdttpgClient)
00011 
00012 

Generated on Tue Jun 9 17:33:16 2009 for CMSSW by  doxygen 1.5.4