CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/DQM/L1TMonitorClient/python/L1EmulatorCsctpgQualityTests_cfi.py

Go to the documentation of this file.
00001 # quality tests for CSCTPG trigger
00002  
00003 import FWCore.ParameterSet.Config as cms
00004 
00005 l1EmulatorCsctpgQualityTests = cms.EDAnalyzer("QualityTester",
00006     qtList=cms.untracked.FileInPath('DQM/L1TMonitorClient/data/L1EmulatorCsctpgQualityTests.xml'),
00007     QualityTestPrescaler=cms.untracked.int32(1),
00008     getQualityTestsFromFile=cms.untracked.bool(True),
00009     testInEventloop=cms.untracked.bool(False),
00010     qtestOnEndLumi=cms.untracked.bool(True),
00011     qtestOnEndRun=cms.untracked.bool(True),
00012     qtestOnEndJob=cms.untracked.bool(False),
00013     reportThreshold=cms.untracked.string(""),
00014     verboseQT=cms.untracked.bool(True)
00015 )
00016