1 | alias finals = u:U:b:B:d:D:s:S |
---|
2 | |
---|
3 | process eebbuuss = e1, E1 -> u, U, b, B, s, S |
---|
4 | |
---|
5 | compile |
---|
6 | |
---|
7 | sqrts = 1000 GeV |
---|
8 | beams = e1, E1 |
---|
9 | iterations = 2:10000, 2:10000 |
---|
10 | |
---|
11 | cuts = all Dist > 0.4 [finals, finals] |
---|
12 | and all Pt > 10 GeV [finals] |
---|
13 | seed = 0 |
---|
14 | integrate (eebbuuss) |
---|
15 | ! eebbuuss: 4.03259539E-02 +- 4.42E-03 fb |
---|
16 | |
---|
17 | cuts = all Dist > 0.4 [finals, finals] |
---|
18 | and all Pt > 10 GeV [finals] |
---|
19 | and all (M < 70 GeV or M > 90 GeV) [combine[u, D]] |
---|
20 | and all (M < 70 GeV or M > 90 GeV) [combine[U, d]] |
---|
21 | seed = 0 |
---|
22 | integrate (eebbuuss) |
---|
23 | ! eebbuuss: 4.03259539E-02 +- 4.42E-03 fb |
---|
24 | |
---|
25 | cuts = all Dist > 0.4 [finals, finals] |
---|
26 | and all Pt > 10 GeV [finals] |
---|
27 | and not all 70 GeV < M < 90 GeV [combine[u, D]] |
---|
28 | and not all 70 GeV < M < 90 GeV [combine[U, d]] |
---|
29 | seed = 0 |
---|
30 | integrate (eebbuuss) |
---|
31 | ! eebbuuss: 0.00000000E+00 +- 0.00E+00 fb |
---|
32 | |
---|
33 | cuts = all Dist > 0.4 [finals, finals] |
---|
34 | and all Pt > 10 GeV [finals] |
---|
35 | and all not 70 GeV < M < 90 GeV [combine[u, D]] |
---|
36 | and all not 70 GeV < M < 90 GeV [combine[U, d]] |
---|
37 | seed = 0 |
---|
38 | integrate (eebbuuss) |
---|
39 | ! eebbuuss: 4.03259539E-02 +- 4.42E-03 fb |
---|
40 | |
---|
41 | cuts = all Dist > 0.4 [finals, finals] |
---|
42 | and all Pt > 10 GeV [finals] |
---|
43 | and any not 70 GeV < M < 90 GeV [combine[u, D]] |
---|
44 | and any not 70 GeV < M < 90 GeV [combine[U, d]] |
---|
45 | seed = 0 |
---|
46 | integrate (eebbuuss) |
---|
47 | ! eebbuuss: 0.00000000E+00 +- 0.00E+00 fb |
---|
48 | |
---|
49 | cuts = all Dist > 0.4 [finals, finals] |
---|
50 | and all Pt > 10 GeV [finals] |
---|
51 | and not any 70 GeV < M < 90 GeV [combine[u, D]] |
---|
52 | and not any 70 GeV < M < 90 GeV [combine[U, d]] |
---|
53 | seed = 0 |
---|
54 | integrate (eebbuuss) |
---|
55 | ! eebbuuss: 4.03259539E-02 +- 4.42E-03 fb |
---|