1 | <!--
|
---|
2 | this XML file serves for the statistical interpretation of the MA5 simulation.
|
---|
3 | it lists the number of observed events <nobs>, number of expected backgrounds <nb>
|
---|
4 | and number of background uncertainty <deltanb> in each of the regions
|
---|
5 | -->
|
---|
6 |
|
---|
7 | <!--
|
---|
8 | to be put in the same directory as the analysis code,
|
---|
9 | i.e. Build/SampleAnalyzer/User/Analyzer/
|
---|
10 | -->
|
---|
11 |
|
---|
12 | <analysis id="sfs_atlas_conf_2019_040">
|
---|
13 | <lumi>139</lumi> <!-- in fb^-1 -->
|
---|
14 |
|
---|
15 | <!-- signal regions -->
|
---|
16 |
|
---|
17 | <!--
|
---|
18 | region definition: the attribute "id" has to match the name of the region
|
---|
19 | as defined in the analysis code;
|
---|
20 | the attribute "type" can be "signal" or "control" and is optional (default=signal)
|
---|
21 | when results are given after combination of several signal regions
|
---|
22 | (as is the case here: SF instead of ee and mumu separately)
|
---|
23 | the signal regions should be given in the attribute "id" separated by
|
---|
24 | semicolons
|
---|
25 | -->
|
---|
26 | <region type="signal" id="SR2j_1600">
|
---|
27 | <nobs>2111</nobs>
|
---|
28 | <nb>2190</nb>
|
---|
29 | <deltanb>130</deltanb>
|
---|
30 | </region>
|
---|
31 |
|
---|
32 | <region type="signal" id="SR2j_2200">
|
---|
33 | <nobs>971</nobs>
|
---|
34 | <nb>980</nb>
|
---|
35 | <deltanb>50</deltanb>
|
---|
36 | </region>
|
---|
37 |
|
---|
38 | <region type="signal" id="SR2j_2800">
|
---|
39 | <nobs>78</nobs>
|
---|
40 | <nb>87</nb>
|
---|
41 | <deltanb>8</deltanb>
|
---|
42 | </region>
|
---|
43 |
|
---|
44 | <region type="signal" id="SR4j_1000">
|
---|
45 | <nobs>535</nobs>
|
---|
46 | <nb>536</nb>
|
---|
47 | <deltanb>31</deltanb>
|
---|
48 | </region>
|
---|
49 |
|
---|
50 |
|
---|
51 | <region type="signal" id="SR4j_2200">
|
---|
52 | <nobs>60</nobs>
|
---|
53 | <nb>60</nb>
|
---|
54 | <deltanb>5</deltanb>
|
---|
55 | </region>
|
---|
56 |
|
---|
57 | <region type="signal" id="SR4j_3400">
|
---|
58 | <nobs>4</nobs>
|
---|
59 | <nb>5.7</nb>
|
---|
60 | <deltanb>1.0</deltanb>
|
---|
61 | </region>
|
---|
62 |
|
---|
63 | <region type="signal" id="SR5j_1600">
|
---|
64 | <nobs>320</nobs>
|
---|
65 | <nb>319</nb>
|
---|
66 | <deltanb>19</deltanb>
|
---|
67 | </region>
|
---|
68 |
|
---|
69 |
|
---|
70 | <region type="signal" id="SR6j_1000">
|
---|
71 | <nobs>25</nobs>
|
---|
72 | <nb>21</nb>
|
---|
73 | <deltanb>2.9</deltanb>
|
---|
74 | </region>
|
---|
75 |
|
---|
76 | <region type="signal" id="SR6j_2200">
|
---|
77 | <nobs>5</nobs>
|
---|
78 | <nb>4.6</nb>
|
---|
79 | <deltanb>1.0</deltanb>
|
---|
80 | </region>
|
---|
81 |
|
---|
82 | <region type="signal" id="SR6j_3400">
|
---|
83 | <nobs>0</nobs>
|
---|
84 | <nb>0.8</nb>
|
---|
85 | <deltanb>0.4</deltanb>
|
---|
86 | </region>
|
---|
87 |
|
---|
88 | </analysis>
|
---|
89 |
|
---|