CMS 3D CMS Logo

pfPhotons_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
6 
7 pfPhotonSequence = cms.Sequence(
8  pfSelectedPhotons +
9  pfPhotonIsolationSequence +
10  # selecting isolated photons:
11  pfIsolatedPhotons
12  )
13 
14 
15 
16