CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HLTValidationQTExample_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 hltQTExample = cms.EDAnalyzer("QualityTester",
4  qtList = cms.untracked.FileInPath('HLTriggerOffline/Common/data/HltQTExample.xml'),
5  #QualityTestPrescaler = cms.untracked.int32(1)
6  reportThreshold = cms.untracked.string('black'),
7  prescaleFactor = cms.untracked.int32(1),
8  getQualityTestsFromFile = cms.untracked.bool(True),
9  qtestOnEndJob=cms.untracked.bool(True),
10  testInEventloop=cms.untracked.bool(False),
11  qtestOnEndLumi=cms.untracked.bool(False)
12 )