Variables | |
tuple | HiPFJetDefaults |
tuple | HiPFJetParameters |
add non-uniform fastjet settings | |
tuple | MultipleAlgoIteratorBlock |
default settings for various pileup subtractors | |
tuple | ParametrizedSubtractorBlock |
00001 RecoJets.JetProducers.PFJetParameters_cfi.PFJetParameters.clone( 00002 doPUOffsetCorr = False, 00003 doAreaFastjet = True, 00004 doRhoFastjet = True, 00005 doPVCorrection = False, 00006 jetPtMin = 10, 00007 Ghost_EtaMax = 6.5, 00008 # this parameter is missing from PFJetParameters for some reason 00009 Rho_EtaMax = cms.double(4.5) 00010 00011 )
Definition at line 5 of file HiPFJetParameters_cff.py.
00001 cms.PSet( 00002 HiPFJetDefaults, 00003 doFastJetNonUniform = cms.bool(True), 00004 puCenters = cms.vdouble(-5,-4,-3,-2,-1,0,1,2,3,4,5), 00005 puWidth = cms.double(0.8) 00006 00007 )
add non-uniform fastjet settings
Definition at line 19 of file HiPFJetParameters_cff.py.
00001 cms.PSet( 00002 subtractorName = cms.string("MultipleAlgoIterator"), 00003 sumRecHits = cms.bool(False) 00004 )
default settings for various pileup subtractors
Definition at line 28 of file HiPFJetParameters_cff.py.
00001 cms.PSet( 00002 subtractorName = cms.string("ParametrizedSubtractorBlock"), 00003 sumRecHits = cms.bool(False), 00004 interpolate = cms.bool(False) 00005 )
Definition at line 33 of file HiPFJetParameters_cff.py.