CMS 3D CMS Logo

Variables

python::PFJetParameters_cfi Namespace Reference

Variables

tuple PFJetParameters

Variable Documentation

Initial value:
00001 cms.PSet(
00002     src            = cms.InputTag('particleFlow'),
00003     srcPVs         = cms.InputTag(''),
00004     jetType        = cms.string('PFJet'),
00005     doOutputJets   = cms.bool(True),
00006     jetPtMin       = cms.double(3.0),
00007     inputEMin      = cms.double(0.0),
00008     inputEtMin     = cms.double(0.0),
00009     doPVCorrection = cms.bool(False),
00010     # pileup with offset correction
00011     doPUOffsetCorr = cms.bool(False),
00012     # if pileup is false, these are not read:
00013     nSigmaPU = cms.double(1.0),
00014     radiusPU = cms.double(0.5),  
00015     # fastjet-style pileup     
00016     doAreaFastjet       = cms.bool( False),
00017     doRhoFastjet        = cms.bool( False),
00018     doAreaDiskApprox    = cms.bool( False),
00019     Active_Area_Repeats = cms.int32(    1),
00020     GhostArea           = cms.double(0.01),
00021     Ghost_EtaMax        = cms.double( 5.0),
00022     Rho_EtaMax          = cms.double( 4.4),
00023     voronoiRfact        = cms.double(-0.9),
00024     useDeterministicSeed= cms.bool( True ),
00025     minSeed             = cms.uint32( 14327 )
00026 )

Definition at line 3 of file PFJetParameters_cfi.py.