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.
1 import FWCore.ParameterSet.Config as cms
2 
9 
10 ## for scheduled mode
11 makePatJets = cms.Sequence(
12  patJetCorrections *
13  patJetCharge *
14  patJetPartonMatch *
15  patJetGenJetMatch *
16  (patJetFlavourIdLegacy + patJetFlavourId) *
17  patJets
18  )