CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/CommonTools/ParticleFlow/python/ParticleSelectors/pfSelectedPhotons_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 #FIXME: It needs to be in the chain of Top projector: for example, src=pfNoElectron 
00003 pfSelectedPhotons = cms.EDFilter(
00004     "GenericPFCandidateSelector",
00005     src = cms.InputTag("pfAllPhotons"),
00006     cut = cms.string("mva_nothing_gamma>0")
00007 )
00008 
00009 
00010 
00011