Merge lp:~maddevelopers/pythia-pgs-for-mg/fix_unit_problem into lp:pythia-pgs-for-mg

Proposed by Olivier Mattelaer
Status: Merged
Merged at revision: 28
Proposed branch: lp:~maddevelopers/pythia-pgs-for-mg/fix_unit_problem
Merge into: lp:pythia-pgs-for-mg
Diff against target: 12 lines (+1/-1)
1 file modified
src/hep2lhe.f (+1/-1)
To merge this branch: bzr merge lp:~maddevelopers/pythia-pgs-for-mg/fix_unit_problem
Reviewer Review Type Date Requested Status
Johan Alwall (community) Approve
Review via email: mp+92874@code.launchpad.net

Description of the change

change the init cross-section in order to write it in pb and not in barn.

To post a comment you must log in.
Revision history for this message
Johan Alwall (johan-alwall) wrote :

Except that it's now in mb not in b, but otherwise the change seems fine :-)

Cheers,
Johan

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/hep2lhe.f'
2--- src/hep2lhe.f 2011-10-13 17:17:51 +0000
3+++ src/hep2lhe.f 2012-02-13 22:54:06 +0000
4@@ -185,7 +185,7 @@
5 $ K(1,2),K(2,2),P(1,4),P(2,4),0,0,
6 $ 0,0,3,1
7 WRITE(21,'(3E12.5,i4)')
8- $ stdxsec,0d0,1d0,100
9+ $ stdxsec*1d9,0d0,1d0,100
10 WRITE(21,'(a)') '</init>'
11 call stdxend(istream)
12 GOTO 135

Subscribers

People subscribed via source and target branches