|
- Timestamp:
-
Sep 7, 2017, 8:45:59 AM (8 years ago)
- Author:
-
Juergen Reuter
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v4
|
v5
|
|
15 | 15 | |
16 | 16 | {{{ |
17 | | process born = e1, E1 => e2, E2 |
| 17 | process bornproc = e1, E1 => e2, E2 |
18 | 18 | process rc = e1, E1 => e2, E2, A |
19 | 19 | compile |
… |
… |
|
57 | 57 | (92.0 GeV => 95.0 GeV /+ 0.5 GeV)) { |
58 | 58 | beams = e1, E1 |
59 | | integrate (born) { iterations = 1:2000 } |
60 | | record lineshape_born (sqrts, integral (born) / 1000) |
| 59 | integrate (bornproc) { iterations = 1:2000 } |
| 60 | record lineshape_born (sqrts, integral (bornproc) / 1000) |
61 | 61 | integrate (rc) { iterations = 5:5000 } |
62 | 62 | record lineshape_rc (sqrts, integral (rc) / 1000) |
|