cms.EDProducer("FastjetJetProducer",\ 
    Active_Area_Repeats = cms.int32(5),\ 
    GhostArea = cms.double(0.01),\ 
    Ghost_EtaMax = cms.double(6.0),\ 
    Rho_EtaMax = cms.double(4.5),\ 
    applyWeight = cms.bool(False),\ 
    doAreaFastjet = cms.bool(False),\ 
    doPUOffsetCorr = cms.bool(False),\ 
    doPVCorrection = cms.bool(False),\ 
    doRhoFastjet = cms.bool(False),\ 
    inputEMin = cms.double(0.0),\ 
    inputEtMin = cms.double(0.0),\ 
    jetAlgorithm = cms.string('AntiKt'),\ 
    jetPtMin = cms.double(3.0),\ 
    jetType = cms.string('GenJet'),\ 
    maxBadEcalCells = cms.uint32(9999999),\ 
    maxBadHcalCells = cms.uint32(9999999),\ 
    maxProblematicEcalCells = cms.uint32(9999999),\ 
    maxProblematicHcalCells = cms.uint32(9999999),\ 
    maxRecoveredEcalCells = cms.uint32(9999999),\ 
    maxRecoveredHcalCells = cms.uint32(9999999),\ 
    minSeed = cms.uint32(14327),\ 
    nSigmaPU = cms.double(1.0),\ 
    rParam = cms.double(0.4),\ 
    radiusPU = cms.double(0.5),\ 
    src = cms.InputTag("genParticlesForJetsNoNu"),\ 
    srcPVs = cms.InputTag(""),\ 
    useDeterministicSeed = cms.bool(True)\ 
)\