CMS 3D CMS Logo

CastorFastjetReco_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
5 
6 CastorFastjetRecoAntiKt07 = cms.EDProducer(
7  "FastjetJetProducer",
8  CaloJetParameters,
9  AnomalousCellParameters,
10  jetAlgorithm = cms.string("AntiKt"),
11  rParam = cms.double(0.7)
12  )