whizard is hosted by Hepforge, IPPP Durham

Ticket #269: test.sin

File test.sin, 642 bytes (added by Christian Speckner, 15 years ago)
Line 
1model = Threeshl
2
3alias pr = u:U:d:D:g
4
5process born = pr, pr -> e2, N2, u, D
6
7compile
8
9mhw = 500
10
11cuts = all Pt > 50 GeV [e2]
12       and all Pt > 50 GeV [N2]
13       and all Pt > 50 GeV [u]
14       and all Pt > 50 GeV [D]
15       and all 70 GeV < M < 90 GeV [e2, N2]
16       and all 70 GeV < M < 90 GeV [u, D]
17 
18sqrts = 7 TeV
19
20beams = p, p -> lhapdf
21
22integrate (born) { iterations = 5:5000, 10:5000 }
23
24histogram m_inv_mmqq (450,550,5)
25
26n_events = 10000
27
28analysis = record m_inv_mmqq (eval M / 1 GeV [combine[combine[e2,N2],combine[u,D]]])
29
30?write_lhef = true
31
32$file_lhef = "test.lhe"
33
34simulate (born)
35
36$analysis_filename = "test"
37write_analysis