CMS 3D CMS Logo

hltAK4PFClusterJets_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 hltAK4PFClusterJets = 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  applyWeight = cms.bool(False),
9  doAreaDiskApprox = cms.bool(False),
10  doAreaFastjet = cms.bool(False),
11  doPUOffsetCorr = cms.bool(False),
12  doPVCorrection = cms.bool(False),
13  doRhoFastjet = cms.bool(False),
14  inputEMin = cms.double(0.0),
15  inputEtMin = cms.double(0.3),
16  jetAlgorithm = cms.string('AntiKt'),
17  jetPtMin = cms.double(3.0),
18  jetType = cms.string('PFClusterJet'),
19  maxBadEcalCells = cms.uint32(9999999),
20  maxBadHcalCells = cms.uint32(9999999),
21  maxProblematicEcalCells = cms.uint32(9999999),
22  maxProblematicHcalCells = cms.uint32(9999999),
23  maxRecoveredEcalCells = cms.uint32(9999999),
24  maxRecoveredHcalCells = cms.uint32(9999999),
25  minSeed = cms.uint32(14327),
26  nSigmaPU = cms.double(1.0),
27  rParam = cms.double(0.4),
28  radiusPU = cms.double(0.5),
29  src = cms.InputTag("pfClusterRefsForJets"),
30  srcPVs = cms.InputTag("NotUsed"),
31  useDeterministicSeed = cms.bool(True),
32  voronoiRfact = cms.double(-0.9)
33 )