CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
photonProducer_cff.py
Go to the documentation of this file.
2 
3 # prepare reco information
5 
6 # add PAT specifics
8 
9 # produce object
11 
12 makePatPhotons = cms.Sequence(
13  # reco pre-production
14  # patPhotonIsolation *
15  # pat specifics
16  photonMatch *
17  # object production
18  patPhotons
19  )