CMS 3D CMS Logo

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