1 | process hee = H -> e1, E1 |
---|
2 | process huu = H -> u, U |
---|
3 | |
---|
4 | process hh = e1, E1 -> H, H |
---|
5 | |
---|
6 | ! test/decays.sin with Z replaced by Higgs |
---|
7 | ! -> compile crashes |
---|
8 | |
---|
9 | echo("----------------------COMPILE------------------------------") |
---|
10 | compile |
---|
11 | |
---|
12 | !--------------------------------------------- |
---|
13 | ! me = 0 |
---|
14 | |
---|
15 | ! integrate (hee) { iterations = 1:100 } |
---|
16 | ! integrate (huu) { iterations = 1:100 } |
---|
17 | |
---|
18 | ! sqrts = 500 GeV |
---|
19 | ! beams = e1, E1 |
---|
20 | ! integrate (hh) { iterations = 3:5000, 2:5000 } |
---|
21 | |
---|
22 | ! unstable H (hee, huu) |
---|
23 | |
---|
24 | ! n_events = 10 |
---|
25 | ! ?write_default = true |
---|
26 | ! $file_default = "zz.evt" |
---|
27 | ! simulate (zz) |
---|