|
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 ubdb = u, b => E1, n1, d, b |
---|
10 | process ubdbx = u, B => E1, n1, d, B |
---|
11 | process cbsbx = c, B => E1, n1, s, B |
---|
12 | process bubd = b, u => E1, n1, b, d |
---|
13 | process bubdx = B, u => E1, n1, B, d |
---|
14 | process bcbsx = B, c => E1, n1, B, s |
---|
15 | process ubbdbb1 = B:u, b:u => E1, n1, b:B, d |
---|
16 | process ubbdbb2 = b:u, B:u => E1, n1, b:B, d |
---|
17 | process ubbdbb3 = b:B, u => E1, n1, b:B, d |
---|
18 | process ubbdbb4 = u, b:B => E1, n1, b:B, d |
---|
19 | process cbbsbb1 = B:u, b:c => E1, n1, b:B, d:s |
---|
20 | process cbbsbb2 = b:c, B:u => E1, n1, b:B, d:s |
---|
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 (ubdb,bubd,ubdbx,bubdx,ubbdbb1,ubbdbb2,ubbdbb3,ubbdbb4) { iterations = 20:50000 } |
---|
Download in other formats:
|