Variables | |
tuple | PFClusterJetParameters |
00001 cms.PSet( 00002 src = cms.InputTag('pfClusterRefsForJets'), 00003 srcPVs = cms.InputTag('offlinePrimaryVertices'), 00004 jetType = cms.string('PFClusterJet'), 00005 doOutputJets = cms.bool(True), 00006 # minimum jet pt 00007 jetPtMin = cms.double(3.0), 00008 # minimum calo tower input et 00009 inputEtMin = cms.double(0.3), 00010 # minimum calo tower input energy 00011 inputEMin = cms.double(0.0), 00012 # primary vertex correction 00013 doPVCorrection = cms.bool(True), 00014 # pileup with offset correction 00015 doPUOffsetCorr = cms.bool(False), 00016 # if pileup is false, these are not read: 00017 nSigmaPU = cms.double(1.0), 00018 radiusPU = cms.double(0.5), 00019 # fastjet-style pileup 00020 doAreaFastjet = cms.bool( False), 00021 doRhoFastjet = cms.bool( False), 00022 doAreaDiskApprox = cms.bool( False), 00023 Active_Area_Repeats = cms.int32( 1), 00024 GhostArea = cms.double(0.01), 00025 Ghost_EtaMax = cms.double( 5.0), 00026 Rho_EtaMax = cms.double( 4.4), 00027 voronoiRfact = cms.double(-0.9), 00028 useDeterministicSeed= cms.bool( True ), 00029 minSeed = cms.uint32( 14327 ) 00030 )
Definition at line 3 of file PFClusterJetParameters_cfi.py.