File indexing completed on 2024-09-07 04:35:48
0001 import FWCore.ParameterSet.Config as cms
0002
0003 pythia8CP4UpSettingsBlock = cms.PSet(
0004 pythia8CP4UpSettings = cms.vstring(
0005 'Tune:pp 14',
0006 'Tune:ee 7',
0007 'MultipartonInteractions:bProfile=2',
0008 'MultipartonInteractions:pT0Ref=1.482',
0009 'MultipartonInteractions:ecmPow=0.02012',
0010 'MultipartonInteractions:coreFraction=0.3598',
0011 'MultipartonInteractions:coreRadius=0.5752',
0012 'ColourReconnection:range=7.93',
0013 'SigmaTotal:zeroAXB=off',
0014 'SpaceShower:alphaSorder=2',
0015 'SpaceShower:alphaSvalue=0.118',
0016 'SigmaProcess:alphaSvalue=0.118',
0017 'SigmaProcess:alphaSorder=2',
0018 'MultipartonInteractions:alphaSvalue=0.118',
0019 'MultipartonInteractions:alphaSorder=2',
0020 'TimeShower:alphaSorder=2',
0021 'TimeShower:alphaSvalue=0.118',
0022 'SpaceShower:rapidityOrder=off',
0023 'SigmaTotal:mode = 0',
0024 'SigmaTotal:sigmaEl = 22.08',
0025 'SigmaTotal:sigmaTot = 101.037',
0026 'PDF:pSet=LHAPDF6:NNPDF31_nnlo_as_0118',
0027 )
0028 )
0029