|
close
Warning:
Error with navigation contributor "BrowserModule"
Line | |
---|
1 | model = SM |
---|
2 | |
---|
3 | alias q = u:d:s:c |
---|
4 | alias Q = U:D:S:C |
---|
5 | alias jet = q:Q:gl |
---|
6 | alias bot = b:B |
---|
7 | alias pr = q:Q:b:B:gl |
---|
8 | |
---|
9 | process dbub = d, B => e1, N1, u, B |
---|
10 | process dbubx = d, b => e1, n1, u, b |
---|
11 | process sbcbx = s, b => e1, N1, c, b |
---|
12 | process bdbu = B, d => e1, N1, B, u |
---|
13 | process bdbux = b, d => e1, N1, b, u |
---|
14 | process bsbcx = b, s => e1, N1, b, c |
---|
15 | process dbbubb1 = b:d, B:d => e1, N1, B:b, u |
---|
16 | process dbbubb2 = B:d, b:d => e1, N1, B:b, u |
---|
17 | process dbbubb3 = B:b, d => e1, N1, B:b, u |
---|
18 | process dbbubb4 = d, B:b => e1, N1, B:b, u |
---|
19 | process sbbcbb1 = b:d, B:s => e1, N1, B:b, u:c |
---|
20 | process sbbcbb2 = B:s, b:d => e1, N1, B:b, u:c |
---|
21 | |
---|
22 | compile |
---|
23 | |
---|
24 | # Cuts |
---|
25 | cuts = all Pt > 25 GeV [e1:N1] |
---|
26 | and all Pt > 30 GeV [bot] |
---|
27 | and all M2 < (225 GeV)^2 [bot,combine[e1,N1]] |
---|
28 | and all M2 > (150 GeV)^2 [bot,combine[e1,N1]] |
---|
29 | and all Pt > 50 GeV [jet] |
---|
30 | and ( all 2.5 < Eta < 5.0 [jet] |
---|
31 | or all -2.5 > Eta > -5.0 [jet]) |
---|
32 | |
---|
33 | # Beam specification and integration |
---|
34 | sqrts = 14 TeV |
---|
35 | beams = p,p => lhapdf |
---|
36 | |
---|
37 | integrate (dbub,bdbu,dbubx,bdbux,dbbubb1,dbbubb2,dbbubb3,dbbubb4) { iterations = 20:50000 } |
---|
Download in other formats:
|