Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
RecoParticleFlow
PFProducer
python
pfBasedPhotonIso_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
from
CommonTools.ParticleFlow.pfParticleSelection_cff
import
*
4
from
RecoParticleFlow.PFProducer.photonPFIsolationDeposits_cff
import
*
5
from
RecoParticleFlow.PFProducer.photonPFIsolationValues_cff
import
*
6
7
pfSelectedPhotons = cms.EDFilter(
8
"GenericPFCandidateSelector"
,
9
src = cms.InputTag(
"particleFlow"
),
10
cut = cms.string(
"pdgId()==22 && mva_nothing_gamma>0"
)
11
# cut = cms.string("pdgId()==22")
12
)
13
14
pfBasedPhotonIsoSequence = cms.Sequence(
15
pfParticleSelectionSequence +
16
pfSelectedPhotons +
17
photonPFIsolationDepositsSequence +
18
photonPFIsolationValuesSequence
19
)
photonPFIsolationValues_cff
Config
pfParticleSelection_cff
photonPFIsolationDeposits_cff
Generated for CMSSW Reference Manual by
1.8.5