whizard is hosted by Hepforge, IPPP Durham

Ticket #175: comp.2.sin

File comp.2.sin, 595 bytes (added by dwiesler, 14 years ago)

w2 comparison file

Line 
1alias q = u:d
2alias Q = U:D:S
3alias j = u:d:s:c:U:D:S:C: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
12cuts =  all Pt > 50 GeV [j]
13        and all Dist > 1 [j,j]
14
15sqrts = 500
16iterations = 5:20000,5:20000
17
18show(alpha_em_i)
19wZ = 2.49
20mtop = 175
21wtop = 1.5
22show(ee, wZ)
23show(mW, mZ, sw, mH, GF, v)
24show(me)
25?alpha_s_is_fixed = true
26alphas = 0.118
27!alpha_s_order = 1
28!show(alphas)
29
30integrate (jets2, jets3, jets4)!, jets5, jets6)
31
32
33$sample = "matchtest"
34sample_format = lhef
35
36show (results)
37
38!n_events = 10
39!simulate (jets2, jets3, jets4)
40
41
42
43