CMS 3D CMS Logo

HLTValidationQTExample_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 from DQMServices.Core.DQMQualityTester import DQMQualityTester
4 hltQTExample = DQMQualityTester(
5  qtList = cms.untracked.FileInPath('HLTriggerOffline/Common/data/HltQTExample.xml'),
6  #QualityTestPrescaler = cms.untracked.int32(1)
7  reportThreshold = cms.untracked.string('black'),
8  prescaleFactor = cms.untracked.int32(1),
9  getQualityTestsFromFile = cms.untracked.bool(True),
10  qtestOnEndJob=cms.untracked.bool(True),
11  testInEventloop=cms.untracked.bool(False),
12  qtestOnEndLumi=cms.untracked.bool(False)
13 )