|
Line | |
---|
1 | # model tag |
---|
2 | model = SM |
---|
3 | |
---|
4 | # flavor sums |
---|
5 | alias el = e1:E1 |
---|
6 | alias ne = n1:N1 |
---|
7 | alias my = e2:E2 |
---|
8 | alias nm = n2:N2 |
---|
9 | |
---|
10 | # proton definition |
---|
11 | alias pr = d:D:u:U:s:S:c:C:gl |
---|
12 | |
---|
13 | # list of process definitions: |
---|
14 | process enmm = pr, pr => el, ne, e2, E2 |
---|
15 | |
---|
16 | compile |
---|
17 | |
---|
18 | # set model parameters |
---|
19 | me = 0.000 |
---|
20 | mmu = 0.000 |
---|
21 | ms = 0.000 |
---|
22 | mc = 0.000 |
---|
23 | |
---|
24 | # generation cuts |
---|
25 | cuts = all abs(Eta) < 3. [el:my] |
---|
26 | and all Pt > 45 GeV [el:my:ne:nm] |
---|
27 | and all M > 10 GeV [e1,E1] |
---|
28 | and all M > 10 GeV [e2,E2] |
---|
29 | |
---|
30 | # beam definitions |
---|
31 | sqrts = 14 TeV |
---|
32 | beams = p,p => lhapdf |
---|
33 | |
---|
34 | integrate ( enmm ) { iterations = 5:5000,10:10000 } |
---|
35 | |
---|
36 | sample_format = lhef |
---|
37 | n_events = 1000 |
---|
38 | simulate ( enmm ) |
---|
Download in other formats:
|