Skip to content

Commit

Permalink
Merge pull request #32319 from agrohsje/fixcp5cr1cr2
Browse files Browse the repository at this point in the history
adjust cp5 cr fragments to compensate P8.240 changes
  • Loading branch information
cmsbuild committed Nov 30, 2020
2 parents c56931a + 5bd8219 commit 9b14fbe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
pythia8CP5CR1TuneSettings = cms.vstring(
'Tune:pp 14',
'Tune:ee 7',
'PDF:pSet=20',
'MultipartonInteractions:alphaSvalue=0.118',
'MultipartonInteractions:alphaSorder=2',
'MultipartonInteractions:bProfile=2',
Expand All @@ -28,5 +27,9 @@
'TimeShower:alphaSorder=2',
'TimeShower:alphaSvalue=0.118',
'SigmaTotal:zeroAXB=off',
'SigmaTotal:mode = 0',
'SigmaTotal:sigmaEl = 21.89',
'SigmaTotal:sigmaTot = 100.309',
'PDF:pSet=LHAPDF6:NNPDF31_nnlo_as_0118',
)
)
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
pythia8CP5CR2TuneSettings = cms.vstring(
'Tune:pp 14',
'Tune:ee 7',
'PDF:pSet=20',
'MultipartonInteractions:bProfile=2',
'MultipartonInteractions:pT0Ref=1.454',
'MultipartonInteractions:ecmPow=0.0555',
Expand All @@ -22,5 +21,9 @@
'MultipartonInteractions:alphaSorder=2',
'TimeShower:alphaSorder=2',
'TimeShower:alphaSvalue=0.118',
'SigmaTotal:mode = 0',
'SigmaTotal:sigmaEl = 21.89',
'SigmaTotal:sigmaTot = 100.309',
'PDF:pSet=LHAPDF6:NNPDF31_nnlo_as_0118',
)
)

0 comments on commit 9b14fbe

Please sign in to comment.