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
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 )