CMS 3D CMS Logo

GenPPS_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 from SimTransport.PPSProtonTransport.PPSTransport_cff import LHCTransport
3 
4 
5 PPSTransportTask = cms.Task()
6 
7 # The 2016-2018 commented line below need to be activated to integrate the simulation into Run2
8 
9 #from Configuration.Eras.Modifier_ctpps_2016_cff import ctpps_2016
10 #ctpps_2016.toReplaceWith(PPSTransportTask, cms.Task(LHCTransport))
11 
12 #from Configuration.Eras.Modifier_ctpps_2017_cff import ctpps_2017
13 #ctpps_2017.toReplaceWith(PPSTransportTask, cms.Task(LHCTransport))
14 
15 #from Configuration.Eras.Modifier_ctpps_2018_cff import ctpps_2018
16 #ctpps_2018.toReplaceWith(PPSTransportTask, cms.Task(LHCTransport))
17 
18 from Configuration.Eras.Modifier_ctpps_2022_cff import ctpps_2022
19 ctpps_2022.toReplaceWith(PPSTransportTask, cms.Task(LHCTransport))