whizard is hosted by Hepforge, IPPP Durham

Ticket #89: bug1.in

File bug1.in, 342 bytes (added by Juergen Reuter, 14 years ago)

Test input file triggering the problem

Line 
1model = SM
2
3alias lepton = e1:e2:e3:E1:E2:E3
4alias neutrino = n1:n2:n3:N1:N2:N3
5alias quark = u:U:d:D:s:S:c:C:b:B:t:T
6alias finalparticles = b:B:u:U:d:D:e1:E1:e2:E2:n1:N1:n2:N2
7
8sqrts = 500
9beams = e1, E1
10
11process test1 = e1, E1 -> b, B, u, U, d, D
12
13compile
14
15mH = 130 GeV
16
17cuts = all E > 10 GeV [quark]
18
19integrate (test1) {iterations=10:250}