Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:01:06

0001 import FWCore.ParameterSet.Config as cms
0002 #FIXME: It needs to be in the chain of Top projector: for example, src=pfNoElectron 
0003 pfSelectedPhotons = cms.EDFilter(
0004     "GenericPFCandidateSelector",
0005     src = cms.InputTag("pfAllPhotons"),
0006     cut = cms.string("mva_nothing_gamma>0")
0007 )
0008 
0009 
0010 
0011