whizard is hosted by Hepforge, IPPP Durham

Ticket #674: memleak.sin

File memleak.sin, 313 bytes (added by kilian, 10 years ago)
Line 
1model = SM
2
3process mmH = e1,E1 => e2,E2,H
4
5cuts = all M > 10 GeV [e2,E2]
6
7sqrts = 250 GeV
8
9open_out ("list.out")
10?vis_history=false
11$out_file = "list.out"
12
13mH = 126 GeV
14scan sqrts = (136 GeV => 1000 GeV /+ 0.1 GeV) {
15    integrate (mmH)
16    printf "%.1f    %.3f" (sqrts, integral(mmH))
17}
18
19close_out ("list.out")