Skip to content

Commit

Permalink
new settings needed for pythia8 v gt 235 for all tunes
Browse files Browse the repository at this point in the history
  • Loading branch information
efeyazgan committed May 16, 2019
1 parent 51db35e commit 872e332
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
Expand Up @@ -4,7 +4,6 @@
pythia8CP1Settings = cms.vstring(
'Tune:pp 14',
'Tune:ee 7',
'PDF:pSet=17',
'MultipartonInteractions:bProfile=2',
'MultipartonInteractions:ecmPow=0.1543',
'MultipartonInteractions:pT0Ref=2.40',
Expand All @@ -13,5 +12,9 @@
'ColourReconnection:range=2.633',
'SigmaTotal:zeroAXB=off',
'SpaceShower:rapidityOrder=off',
'SigmaTotal:mode = 0',
'SigmaTotal:sigmaEl = 21.89',
'SigmaTotal:sigmaTot = 100.309',
'PDF:pSet=LHAPDF6:NNPDF31_lo_as_0130',
)
)
Expand Up @@ -4,7 +4,6 @@
pythia8CP1TuneDownSettings = cms.vstring(
'Tune:pp 14',
'Tune:ee 7',
'PDF:pSet=17',
'MultipartonInteractions:bProfile=2',
'MultipartonInteractions:ecmPow=0.154',
'MultipartonInteractions:pT0Ref=2.4',
Expand All @@ -13,5 +12,9 @@
'ColourReconnection:range=8.5'
'SigmaTotal:zeroAXB=off',
'SpaceShower:rapidityOrder=off',
'SigmaTotal:mode = 0',
'SigmaTotal:sigmaEl = 21.89',
'SigmaTotal:sigmaTot = 100.309',
'PDF:pSet=LHAPDF6:NNPDF31_lo_as_0130',
)
)
Expand Up @@ -4,7 +4,6 @@
pythia8CP1TuneUpSettings = cms.vstring(
'Tune:pp 14',
'Tune:ee 7',
'PDF:pSet=17',
'MultipartonInteractions:bProfile=2',
'MultipartonInteractions:ecmPow=0.154',
'MultipartonInteractions:pT0Ref=2.3',
Expand All @@ -13,5 +12,9 @@
'ColourReconnection:range=8.305',
'SigmaTotal:zeroAXB=off',
'SpaceShower:rapidityOrder=off',
'SigmaTotal:mode = 0',
'SigmaTotal:sigmaEl = 21.89',
'SigmaTotal:sigmaTot = 100.309',
'PDF:pSet=LHAPDF6:NNPDF31_lo_as_0130',
)
)

0 comments on commit 872e332

Please sign in to comment.