CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
JetIDProducers_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
15 
16 recoAllJetIds = cms.Sequence( ak4JetID + ak7JetID + sc5JetID + sc7JetID + ic5JetID +
17  kt4JetID + #kt6JetID +
18  ca4JetID + ca6JetID + gk5JetID + gk7JetID )
19 
20 recoJetIds = cms.Sequence( ak4JetID
21  )