CMS 3D CMS Logo

Variables

python::GenJetParameters_cfi Namespace Reference

Variables

tuple GenJetParameters

Variable Documentation

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

Definition at line 3 of file GenJetParameters_cfi.py.