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 pythia8CP2TuneDownSettingsBlock = cms.PSet(
0004     pythia8CP2TuneDownSettings = cms.vstring(
0005     'Tune:pp 14',
0006     'Tune:ee 7',
0007     'MultipartonInteractions:bProfile=2',
0008     'MultipartonInteractions:ecmPow=0.1391',
0009     'MultipartonInteractions:pT0Ref=2.333',
0010     'MultipartonInteractions:coreRadius=0.3438',
0011     'MultipartonInteractions:coreFraction=0.2301',
0012     'ColourReconnection:range=2.563',
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