CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
pfSelectedPhotons_cfi.py
Go to the documentation of this file.
2 #FIXME: It needs to be in the chain of Top projector: for example, src=pfNoElectron
3 pfSelectedPhotons = cms.EDFilter(
4  "GenericPFCandidateSelector",
5  src = cms.InputTag("pfAllPhotons"),
6  cut = cms.string("mva_nothing_gamma>0")
7 )
8 
9 
10 
11