Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:03:33

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 pythia8CP5TuneUpSettingsBlock = cms.PSet(
0004     pythia8CP5TuneUpSettings = cms.vstring(
0005     'Tune:pp 14',
0006         'Tune:ee 7',
0007         'MultipartonInteractions:ecmPow=0.03344',
0008         'MultipartonInteractions:bProfile=2',
0009         'MultipartonInteractions:pT0Ref=1.407',
0010         'MultipartonInteractions:coreRadius=0.6671',
0011         'MultipartonInteractions:coreFraction=0.4281',
0012         'ColourReconnection:range=4.881',
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         'SigmaTotal:mode = 0',
0023         'SigmaTotal:sigmaEl = 22.08',
0024         'SigmaTotal:sigmaTot = 101.037',
0025         'PDF:pSet=LHAPDF6:NNPDF31_nnlo_as_0118',
0026         )
0027 )