CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
jetProducer_cff.py
Go to the documentation of this file.
2 
3 # prepare reco information
8 
9 # add PAT specifics
12 
13 # produce object
15 
16 makePatJets = cms.Sequence(
17  # reco pre-production
18  patJetCorrections *
19  patJetCharge *
20  #secondaryVertexNegativeTagInfos *
21  #simpleSecondaryVertexNegativeBJetTags *
22  # pat specifics
23  patJetPartonMatch *
24  patJetGenJetMatch *
25  patJetFlavourId *
26  # object production
27  patJets
28  )