CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
muonProducer_cff.py
Go to the documentation of this file.
2 
3 # prepare reco information
4 # NOT NEEDED AT THE MOMENT
5 
6 # add PAT specifics
8 
9 # produce object
11 
12 makePatMuons = cms.Sequence(
13  # reco pre-production
14  # pat specifics
15  muonMatch *
16  # object production
17  patMuons
18  )