Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
CommonTools
ParticleFlow
python
ParticleSelectors
pfSelectedPhotons_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
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
Generated for CMSSW Reference Manual by
1.8.5