Ticket #408: ticket408-1.sin
File ticket408-1.sin, 355 bytes (added by , 14 years ago) |
---|
Line | |
---|---|
1 | model = SM |
2 | process uueeg = u, U => e1, E1, g |
3 | |
4 | compile |
5 | |
6 | sqrts = 1960 GeV |
7 | beams = p, pbar => lhapdf |
8 | |
9 | |
10 | cuts = all M > 80 GeV [combine[e1,E1]] and |
11 | all M < 100 GeV [combine[e1,E1]] and |
12 | all Pt > kTcut [g] |
13 | |
14 | kTcut = 15 GeV |
15 | seed = 0 |
16 | integrate(uueeg) { iterations = 2:2000 } |
17 | |
18 | kTcut = 25 GeV |
19 | seed = 0 |
20 | integrate(uueeg) { iterations = 2:2000 } |
21 | show(cuts) |