|
File test.sin, 642 bytes (added by Christian Speckner, 15 years ago) |
|
Line | |
---|
1 | model = Threeshl |
---|
2 | |
---|
3 | alias pr = u:U:d:D:g |
---|
4 | |
---|
5 | process born = pr, pr -> e2, N2, u, D |
---|
6 | |
---|
7 | compile |
---|
8 | |
---|
9 | mhw = 500 |
---|
10 | |
---|
11 | cuts = 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 | |
---|
18 | sqrts = 7 TeV |
---|
19 | |
---|
20 | beams = p, p -> lhapdf |
---|
21 | |
---|
22 | integrate (born) { iterations = 5:5000, 10:5000 } |
---|
23 | |
---|
24 | histogram m_inv_mmqq (450,550,5) |
---|
25 | |
---|
26 | n_events = 10000 |
---|
27 | |
---|
28 | analysis = 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 | |
---|
34 | simulate (born) |
---|
35 | |
---|
36 | $analysis_filename = "test" |
---|
37 | write_analysis |
---|
Download in other formats:
|