whizard is hosted by Hepforge, IPPP Durham

Ticket #408: ticket408-2.sin

File ticket408-2.sin, 499 bytes (added by sschmidt, 14 years ago)

Example for part 2)

Line 
1model = SM
2process uueeg1 = u, U => e1, E1, g
3process uueeg2 = u, U => e1, E1, g
4
5compile
6
7sqrts = 1960 GeV
8beams = p, pbar => lhapdf
9
10cuts = all M > 80 GeV [combine[e1,E1]] and
11       all M < 100 GeV [combine[e1,E1]] and
12       all Pt > 0 GeV [g]
13
14seed = 0
15integrate(uueeg1) { iterations = 2:2000 }
16
17mykTcut = 15 GeV
18cuts = all M > 80 GeV [combine[e1,E1]] and
19       all M < 100 GeV [combine[e1,E1]] and
20       all Pt > mykTcut [g]
21seed = 0
22integrate(uueeg2) { iterations = 2:2000 }
23
24show(results)