CMS 3D CMS Logo

ak4CaloJetsForTrk_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 ak4CaloJetsForTrk = cms.EDProducer("FastjetJetProducer",
4  Active_Area_Repeats = cms.int32(1),
5  GhostArea = cms.double(0.01),
6  Ghost_EtaMax = cms.double(5.0),
7  Rho_EtaMax = cms.double(4.4),
8  doAreaDiskApprox = cms.bool(False),
9  doAreaFastjet = cms.bool(False),
10  doPUOffsetCorr = cms.bool(False),
11  doPVCorrection = cms.bool(True),
12  doRhoFastjet = cms.bool(False),
13  inputEMin = cms.double(0.0),
14  inputEtMin = cms.double(0.3),
15  jetAlgorithm = cms.string('AntiKt'),
16  jetPtMin = cms.double(10.0),
17  jetType = cms.string('CaloJet'),
18  maxBadEcalCells = cms.uint32(9999999),
19  maxBadHcalCells = cms.uint32(9999999),
20  maxProblematicEcalCells = cms.uint32(9999999),
21  maxProblematicHcalCells = cms.uint32(9999999),
22  maxRecoveredEcalCells = cms.uint32(9999999),
23  maxRecoveredHcalCells = cms.uint32(9999999),
24  minSeed = cms.uint32(14327),
25  nSigmaPU = cms.double(1.0),
26  puPtMin = cms.double(10),
27  rParam = cms.double(0.4),
28  radiusPU = cms.double(0.5),
29  src = cms.InputTag("hltPhase2TowerMakerForAll"),
30  srcPVs = cms.InputTag("firstStepPrimaryVerticesUnsorted"),
31  useDeterministicSeed = cms.bool(True),
32  voronoiRfact = cms.double(-0.9)
33 )