CMS 3D CMS Logo

kt6PFJets_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
5 
6 kt6PFJets = cms.EDProducer(
7  "FastjetJetProducer",
8  PFJetParameters,
9  AnomalousCellParameters,
10  jetAlgorithm = cms.string("Kt"),
11  rParam = cms.double(0.6)
12  )
13