whizard is hosted by Hepforge, IPPP Durham

Ticket #175: comp.sin

File comp.sin, 540 bytes (added by Juergen Reuter, 14 years ago)

W2 file for ME/WH comparison

Line 
1alias q = u:d
2alias Q = U:D:S
3alias j = u:d:U:D:g
4
5
6process jets2 = e1, E1 -> u, U
7process jets3 = e1, E1 -> u, U, g
8process jets4 = e1, E1 -> u, U, g, g
9
10compile
11
12alias lepton = e1:e2:e3:E1:E2:E3
13cuts = all Dist > 0.2 [j, j]
14        and
15        all Pt > 5 GeV [j]
16!       and
17!       all sqrt(Eta^2) < 5 [j]
18
19sqrts = 500
20iterations = 5:10000,3:10000
21
22!?alpha_s_is_fixed = true
23alphas = 0.118 
24!alpha_s_order = 1
25
26beams = e1, E1
27integrate (jets2, jets3, jets4)
28
29?write_lhef = true
30$file_lhef = "mecomparision5.lhef"
31
32n_events = 10
33simulate (jets2, jets3, jets4)
34
35
36
37