CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
HLTTopQualityTester_cfi Namespace Reference

Variables

tuple hltTopQualityTester
 

Variable Documentation

tuple HLTTopQualityTester_cfi.hltTopQualityTester
Initial value:
1 = cms.EDAnalyzer("QualityTester",
2  qtList = cms.untracked.FileInPath(
3  'HLTriggerOffline/Top/data/HLTTopQualityTest.xml'
4  ),
5  #reportThreshold = cms.untracked.string('black'),
6  prescaleFactor = cms.untracked.int32(1),
7  getQualityTestsFromFile = cms.untracked.bool(True),
8  qtestOnEndJob = cms.untracked.bool(True),
9  qtestOnEndLumi = cms.untracked.bool(False),
10  testInEventloop = cms.untracked.bool(False),
11  verboseQT = cms.untracked.bool(False)
12 )

Definition at line 3 of file HLTTopQualityTester_cfi.py.