CMS 3D CMS Logo

HiPFJetParameters_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 
5 HiPFJetDefaults = RecoJets.JetProducers.PFJetParameters_cfi.PFJetParameters.clone(
6  doPUOffsetCorr = False,
7  doAreaFastjet = True,
8  doRhoFastjet = True,
9  doPVCorrection = False,
10  jetPtMin = 10,
11  Ghost_EtaMax = 6.5,
12  Rho_EtaMax = 4.5
13 )
14 
15 
16 HiPFJetParameters = cms.PSet(
17  HiPFJetDefaults,
18  doFastJetNonUniform = cms.bool(True),
19  puCenters = cms.vdouble(-5,-4,-3,-2,-1,0,1,2,3,4,5),
20  puWidth = cms.double(0.8),
21  nExclude = cms.uint32(2),
22 )
23 
24 
25 MultipleAlgoIteratorBlock = cms.PSet(
26  subtractorName = cms.string("MultipleAlgoIterator"),
27  sumRecHits = cms.bool(False)
28 )
29 
30 ParametrizedSubtractorBlock = cms.PSet(
31  subtractorName = cms.string("ParametrizedSubtractorBlock"),
32  sumRecHits = cms.bool(False),
33  interpolate = cms.bool(False)
34 )
35