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