Skip to content

Commit

Permalink
Merge pull request #13078 from pgunnell/TuneUncertSnippets
Browse files Browse the repository at this point in the history
  • Loading branch information
cmsbuild committed Jan 27, 2016
2 parents a377db0 + f5f2546 commit 074a563
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
@@ -0,0 +1,12 @@
import FWCore.ParameterSet.Config as cms

pythia8CUETP8M1DownVariationSettingsBlock = cms.PSet(
pythia8CUETP8M1DownVariationSettings = cms.vstring(
'Tune:pp 14',
'Tune:ee 7',
'MultipartonInteractions:pT0Ref=2.60468e+00',
'MultipartonInteractions:ecmPow=2.5208e-01',
'MultipartonInteractions:expPow=1.515108e+00',
'ColourReconnection:range=4.200868e+00',
)
)
@@ -0,0 +1,12 @@
import FWCore.ParameterSet.Config as cms

pythia8CUETP8M1UpVariationSettingsBlock = cms.PSet(
pythia8CUETP8M1UpVariationSettings = cms.vstring(
'Tune:pp 14',
'Tune:ee 7',
'MultipartonInteractions:pT0Ref=1.8238e+00',
'MultipartonInteractions:ecmPow=2.5208e-01',
'MultipartonInteractions:expPow=3.230749e+00',
'ColourReconnection:range=7.600778e+00',
)
)

0 comments on commit 074a563

Please sign in to comment.