CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/Validation/RecoEgamma/python/photonPostProcessor_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from Validation.RecoEgamma.photonPostprocessing_cfi import *
00004 photonPostprocessing.batch = cms.bool(False)
00005 photonPostprocessing.standalone = cms.bool(False)
00006 photonPostprocessing.isRunCentrally = cms.bool(True)
00007 
00008 from Validation.RecoEgamma.conversionPostprocessing_cfi import *
00009 conversionPostprocessing.batch = cms.bool(False)
00010 conversionPostprocessing.standalone = cms.bool(False)
00011 
00012 photonPostProcessor = cms.Sequence(photonPostprocessing*conversionPostprocessing)