whizard is hosted by Hepforge, IPPP Durham

Ticket #270: lepjets.sin

File lepjets.sin, 564 bytes (added by kilian, 14 years ago)

Sindarin example file

Line 
1model = SM
2
3alias q = u:d:s
4alias Q = U:D:S
5alias j = u:d:s:U:D:S:g
6
7
8process jets2 = e1, E1 -> q, Q
9process jets3 = e1, E1 -> q, Q, g
10process jets4 = e1, E1 -> q, Q, g, g
11!process jets5 = e1, E1 -> q, Q, g, g, g
12
13compile
14
15alias lepton = e1:e2:e3:E1:E2:E3
16cuts = all Dist > 0.7 [j, j]
17        and
18        all Pt > 20 GeV [j]
19
20sqrts = 500
21iterations = 5:20000,5:20000
22
23?read_color_factors = false
24
25beams = e1, E1
26integrate (jets2, jets3, jets4)!, jets5)
27
28?write_lhef = true
29
30n_events = 200
31simulate (jets2, jets3, jets4)!, jets5)
32
33
34exec ("../bin/interface")
35exec ("rm *.phs")
36