File indexing completed on 2023-07-18 22:33:50
0001 import FWCore.ParameterSet.Config as cms
0002
0003 ctppsCompositeESSource = cms.ESSource('CTPPSCompositeESSource',
0004 compactViewTag = cms.string(''),
0005 lhcInfoLabel = cms.string(''),
0006 opticsLabel = cms.string(''),
0007 seed = cms.uint32(1),
0008 isRun2 = cms.bool(False),
0009 generateEveryNEvents = cms.untracked.uint32(1),
0010 verbosity = cms.untracked.uint32(0),
0011 periods = cms.VPSet(
0012 ),
0013 appendToDataLabel = cms.string('')
0014 )