/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
RecoJets/JetProducers/python/GenJetParameters_cfi.py
27 строк
998 B
Andreas Hinzmann
fix discrepancies in deepBoosted and ECF
04 мар 2020, 13:54
04 мар 2020, 13:54
781fd5f
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms GenJetParameters = cms.PSet( src = cms.InputTag("genParticlesForJets"), srcPVs = cms.InputTag(''), jetType = cms.string('GenJet'), jetPtMin = cms.double(3.0), inputEtMin = cms.double(0.0), inputEMin = cms.double(0.0), doPVCorrection = cms.bool(False), # pileup with offset correction doPUOffsetCorr = cms.bool(False), # if pileup is false, these are not read: nSigmaPU = cms.double(1.0), radiusPU = cms.double(0.5), # fastjet-style pileup doAreaFastjet = cms.bool(False), doRhoFastjet = cms.bool(False), # if doPU is false, these are not read: Active_Area_Repeats = cms.int32(5), GhostArea = cms.double(0.01), Ghost_EtaMax = cms.double(6.0), Rho_EtaMax = cms.double(4.5), useDeterministicSeed= cms.bool( True ), minSeed = cms.uint32( 14327 ), applyWeight = cms.bool(False) )