File indexing completed on 2024-09-07 04:35:48
0001 import FWCore.ParameterSet.Config as cms
0002
0003 pythia8CP2UpSettingsBlock = cms.PSet(
0004 pythia8CP2UpSettings = cms.vstring(
0005 'Tune:pp 14',
0006 'Tune:ee 7',
0007 'MultipartonInteractions:bProfile=2',
0008 'MultipartonInteractions:ecmPow=0.1391',
0009 'MultipartonInteractions:pT0Ref=2.34',
0010 'MultipartonInteractions:coreRadius=0.414',
0011 'MultipartonInteractions:coreFraction=0.5065',
0012 'ColourReconnection:range=1.462',
0013 'SigmaTotal:zeroAXB=off',
0014 'SpaceShower:rapidityOrder=off',
0015 'SpaceShower:alphaSvalue=0.13',
0016 'TimeShower:alphaSvalue=0.13',
0017 'SigmaTotal:mode = 0',
0018 'SigmaTotal:sigmaEl = 22.08',
0019 'SigmaTotal:sigmaTot = 101.037',
0020 'PDF:pSet=LHAPDF6:NNPDF31_lo_as_0130',
0021 )
0022 )
0023