CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10_patch2/src/DQMOffline/EGamma/python/photonDataCertification_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 
00004 ################# Photon Certification #########################
00005 PhotonDataCertification = cms.EDAnalyzer("PhotonDataCertification",
00006                               verbose = cms.bool(False)
00007                                          )
00008 
00009 
00010 ################# Photon Quality Tests  #########################
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  )