/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
L1Trigger/Phase2L1ParticleFlow/python/TOoLLiPProducer_cff.py
20 строк
627 B
Daniel Diaz
adding TOoLLiP python config
01 мар 2024, 02:57
01 мар 2024, 02:57
1e79789
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms from L1Trigger.Phase2L1ParticleFlow.l1pfJetMet_cff import L1TPFJetsExtendedTask from L1Trigger.Phase2L1ParticleFlow.TOoLLiPProducer_cfi import TOoLLiPProducer l1tTOoLLiPProducer = TOoLLiPProducer.clone( jets = ("l1tSC4PFL1PuppiExtended", ""), maxJets = 6, minPt = 10, vtx = ("l1tVertexFinderEmulator","L1VerticesEmulation") ) l1tTOoLLiPProducerCorrectedEmulator = l1tTOoLLiPProducer.clone( jets = ("l1tSC4PFL1PuppiExtendedCorrectedEmulator", "") ) L1TTOoLLiPTask = cms.Task( L1TPFJetsExtendedTask, l1tTOoLLiPProducer, l1tTOoLLiPProducerCorrectedEmulator )