CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
pfPhotons_cff.py
Go to the documentation of this file.
2 
6 
7 pfPhotonSequence = cms.Sequence(
8  pfSelectedPhotons +
9  pfPhotonIsolationSequence +
10  # selecting isolated photons:
11  pfIsolatedPhotons
12  )
13 
14 
15 
16