CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
L1EmulatorCsctfQualityTests_cfi.py
Go to the documentation of this file.
1 # quality tests for CSCTF trigger
2 
3 import FWCore.ParameterSet.Config as cms
4 
5 from DQMServices.Core.DQMQualityTester import DQMQualityTester
6 l1EmulatorCsctfQualityTests = DQMQualityTester(
7  qtList=cms.untracked.FileInPath('DQM/L1TMonitorClient/data/L1EmulatorCsctfQualityTests.xml'),
8  QualityTestPrescaler=cms.untracked.int32(1),
9  getQualityTestsFromFile=cms.untracked.bool(True),
10  testInEventloop=cms.untracked.bool(False),
11  qtestOnEndLumi=cms.untracked.bool(True),
12  qtestOnEndRun=cms.untracked.bool(True),
13  qtestOnEndJob=cms.untracked.bool(False),
14  reportThreshold=cms.untracked.string(""),
15  verboseQT=cms.untracked.bool(True)
16 )
17