whizard is hosted by Hepforge, IPPP Durham

Ticket #422: ticket422.sin

File ticket422.sin, 391 bytes (added by sschmidt, 13 years ago)

sin file I used

Line 
1model = SM
2alias quark = u:d:s:c
3alias antiq = U:D:S:C
4process qqee = quark:antiq, quark:antiq => e1, E1
5
6ms = 0
7mc = 0
8
9compile
10
11sqrts = 1960 GeV
12beams = p, pbar => lhapdf
13
14cuts = all M > 80 GeV [combine[e1,E1]]
15       and all M < 100 GeV [combine[e1,E1]]
16
17integrate(qqee) { iterations = 2:20000 }
18
19n_events = 3000000
20
21?rebuild_events=true
22?write_raw = false
23
24simulate(qqee)
25
26show(results)