/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
SimPPS/Configuration/python/GenPPS_cff.py
19 строк
786 B
Laurent Forthomme
Still moving things a bit
29 июл 2022, 14:11
29 июл 2022, 14:11
d71c9c6
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms from SimTransport.PPSProtonTransport.PPSTransport_cff import LHCTransport PPSTransportTask = cms.Task() # The 2016-2018 commented line below need to be activated to integrate the simulation into Run2 #from Configuration.Eras.Modifier_ctpps_2016_cff import ctpps_2016 #ctpps_2016.toReplaceWith(PPSTransportTask, cms.Task(LHCTransport)) #from Configuration.Eras.Modifier_ctpps_2017_cff import ctpps_2017 #ctpps_2017.toReplaceWith(PPSTransportTask, cms.Task(LHCTransport)) #from Configuration.Eras.Modifier_ctpps_2018_cff import ctpps_2018 #ctpps_2018.toReplaceWith(PPSTransportTask, cms.Task(LHCTransport)) from Configuration.Eras.Modifier_ctpps_2022_cff import ctpps_2022 ctpps_2022.toReplaceWith(PPSTransportTask, cms.Task(LHCTransport))