whizard is hosted by Hepforge, IPPP Durham

Ticket #159: bug8.sin

File bug8.sin, 556 bytes (added by sschmidt, 15 years ago)

example sin file

Line 
1process hee =   H -> e1, E1
2process huu =   H -> u, U
3
4process hh = e1, E1 -> H, H
5
6! test/decays.sin with Z replaced by Higgs
7! -> compile crashes
8
9echo("----------------------COMPILE------------------------------")
10compile
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)