CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
electronProducer_cff.py
Go to the documentation of this file.
2 
3 # prepare reco information
6 
7 # add PAT specifics
9 
10 # produce object
12 
13 makePatElectrons = cms.Sequence(
14  # reco pre-production
15  # patElectronId *
16  # patElectronIsolation *
17  # pat specifics
18  electronMatch *
19  # object production
20  patElectrons
21  )