Ticket #394: foo1.sin
File foo1.sin, 302 bytes (added by , 14 years ago) |
---|
Line | |
---|---|
1 | model = SM |
2 | |
3 | alias pr = u:U:d:D:s:S:c:C:b:B:gl |
4 | |
5 | process ppmm = pr, pr => e2, E2 |
6 | |
7 | compile |
8 | |
9 | # Cuts |
10 | cuts = all -2.5 < Eta < 2.5 [e2:E2] |
11 | and all (50 GeV)^2 < M2 < (130 GeV)^2 [e2,E2] |
12 | |
13 | # Beam specification and integration |
14 | sqrts = 14 TeV |
15 | beams = p,p => lhapdf |
16 | |
17 | integrate (ppmm) { iterations = 10:20000 } |