CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
gk5TrackJets_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
5 
6 gk5TrackJets = cms.EDProducer(
7  "FastjetJetProducer",
8  TrackJetParameters,
9  AnomalousCellParameters,
10  jetAlgorithm = cms.string("GeneralizedKt"),
11  rParam = cms.double(0.5)
12  )
13