CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/Validation/RecoEgamma/python/egammaFastSimValidation_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from Validation.RecoEgamma.electronValidationSequence_cff import *
00004 from Validation.RecoEgamma.photonValidationSequence_cff import *
00005 
00006 photonValidation.isRunCentrally = True
00007 photonValidation.fastSim = True
00008 
00009 
00010 egammaFastSimValidation = cms.Sequence(photonValidation)