CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/HLTriggerOffline/SUSYBSM/python/HLTSusyExoQualityTester_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 hltSusyExoQualityTester = cms.EDAnalyzer("QualityTester",
00004     qtList = cms.untracked.FileInPath(
00005         'HLTriggerOffline/SUSYBSM/data/HLTSusyExoQualityTest.xml'
00006     ),
00007     #reportThreshold         = cms.untracked.string('black'),
00008     prescaleFactor          = cms.untracked.int32(1),
00009     getQualityTestsFromFile = cms.untracked.bool(True),
00010     qtestOnEndJob           = cms.untracked.bool(False),
00011     qtestOnEndRun           = cms.untracked.bool(True),
00012     qtestOnEndLumi          = cms.untracked.bool(False),
00013     testInEventloop         = cms.untracked.bool(False),
00014     verboseQT               = cms.untracked.bool(False)
00015 )