Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77727
b: "refs/heads/CMSSW_7_1_X"
c: e1bbd6f
h: "refs/heads/CMSSW_7_1_X"
i:
  77725: 64070ac
  77723: 931e4ed
  77719: 06a0021
  77711: 39f3b4c
  77695: ccff057
v: v3
  • Loading branch information
Fred Stober committed Nov 12, 2009
1 parent 6c3f0da commit 89abd95
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
refs/heads/gh-pages: 09c786f70121f131b3715aaf3464996502bbeb7e
"refs/heads/CMSSW_7_1_X": 57a0bb5f17ecae144e8074ce22744ca2d2769f5a
"refs/heads/CMSSW_7_1_X": e1bbd6f9334867911680ccd6c454ff31eb547710
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

cmsDefaults = cms.vstring(
'+pdfMRST2001',
'+ueLO',
'+basicSetup',
'+cm14TeV',
'+setParticlesStableForDetector',
Expand Down Expand Up @@ -65,6 +66,21 @@
'set /Herwig/Shower/Evolver:IntrinsicPtGaussian 2.2*GeV',
),

ueLO = cms.vstring(
'cd /Herwig/UnderlyingEvent',
'set KtCut:MinKT 4.0',
'set UECuts:MHatMin 8.0',
'set MPIHandler:InvRadius 1.5',
'cd /'
),
ueLOs = cms.vstring(
'cd /Herwig/UnderlyingEvent',
'set KtCut:MinKT 4.3',
'set UECuts:MHatMin 8.6',
'set MPIHandler:InvRadius 1.2',
'cd /'
),

reweightConstant = cms.vstring(
'mkdir /Herwig/Weights',
'cd /Herwig/Weights',
Expand Down

0 comments on commit 89abd95

Please sign in to comment.