Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003
00004
00005 PhotonDataCertification = cms.EDAnalyzer("PhotonDataCertification",
00006 verbose = cms.bool(False)
00007 )
00008
00009
00010
00011 qTesterPhoton = cms.EDAnalyzer("QualityTester",
00012 qtList = cms.untracked.FileInPath('DQMOffline/EGamma/test/EGamma.xml'),
00013 prescaleFactor = cms.untracked.int32(1),
00014 testInEventloop = cms.untracked.bool(False),
00015 verboseQT = cms.untracked.bool(False),
00016
00017 )