|
- Timestamp:
-
Sep 7, 2017, 8:49:32 AM (7 years ago)
- Author:
-
Juergen Reuter
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v5
|
v6
|
|
14 | 14 | We will compare the results with the full process including all irreducible backgrounds |
15 | 15 | {{{ |
16 | | process full = u, U => SU1, u, e1, SE12 |
| 16 | process fullproc = u, U => SU1, u, e1, SE12 |
17 | 17 | }}} |
18 | 18 | Call O'Mega and compile the matrix elements |
… |
… |
|
37 | 37 | {{{ |
38 | 38 | integrate (susybg) { iterations = 5:10000, 2:10000 } |
39 | | integrate (full) |
| 39 | integrate (fullproc) |
40 | 40 | }}} |
41 | 41 | Simulate 10K events |
… |
… |
|
68 | 68 | Simulate the full process |
69 | 69 | {{{ |
70 | | simulate (full) { |
| 70 | simulate (fullproc) { |
71 | 71 | $sample = "casc_dec_full" |
72 | 72 | analysis = |
|