MA5SandBox: atlas_susy_2018_031.info

File atlas_susy_2018_031.info, 2.9 KB (added by Benjamin Fuks, 5 years ago)
Line 
1<!--
2this XML file serves for the statistical interpretation of the MA5 simulation.
3it lists the number of observed events <nobs>, number of expected backgrounds <nb>
4and number of background uncertainty <deltanb> in each of the regions
5-->
6
7<!--
8to be put in the same directory as the analysis code,
9i.e. Build/SampleAnalyzer/User/Analyzer/
10-->
11
12<analysis id="atlas_susy_2018_031">
13 <lumi>139.0</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="SRA">
27 <nobs>17</nobs>
28 <nb>17.1</nb>
29 <deltanb>2.8</deltanb>
30 </region>
31 <region type="signal" id="SRA_L">
32 <nobs>12</nobs>
33 <nb>8.4</nb>
34 <deltanb>1.7</deltanb>
35 </region>
36 <region type="signal" id="SRA_M">
37 <nobs>3</nobs>
38 <nb>5.7</nb>
39 <deltanb>0.8</deltanb>
40 </region>
41 <region type="signal" id="SRA_H">
42 <nobs>2</nobs>
43 <nb>3.0</nb>
44 <deltanb>1.5</deltanb>
45 </region>
46
47
48 <region type="signal" id="SRB">
49 <nobs>3</nobs>
50 <nb>3.3</nb>
51 <deltanb>0.9</deltanb>
52 </region>
53
54
55 <region type="signal" id="SRC">
56 <nobs>47</nobs>
57 <nb>37.9</nb>
58 <deltanb>6.2</deltanb>
59 </region>
60<region type="signal" id="SRC_22">
61 <nobs>28</nobs>
62 <nb>21.2</nb>
63 <deltanb>4.1</deltanb>
64 </region>
65 <region type="signal" id="SRC_24">
66 <nobs>12</nobs>
67 <nb>10.6</nb>
68 <deltanb>2.3</deltanb>
69 </region>
70 <region type="signal" id="SRC_26">
71 <nobs>4</nobs>
72 <nb>3.7</nb>
73 <deltanb>0.9</deltanb>
74 </region>
75<region type="signal" id="SRC_28">
76 <nobs>3</nobs>
77 <nb>2.4</nb>
78 <deltanb>0.6</deltanb>
79 </region>
80
81
82 <pyhf id="RegionA">
83 <name>atlas_susy_2018_031_SRA.json</name>
84 <regions>
85 <channel name="SR_meff">
86 SRA_L
87 SRA_M
88 SRA_H
89 </channel>
90 <channel name="VRtt_meff"></channel>
91 <channel name="CRtt_meff"></channel>
92 </regions>
93 </pyhf>
94
95 <pyhf id="RegionB">
96 <name>atlas_susy_2018_031_SRB.json</name>
97 <regions>
98 <channel name="CRtt_cuts"> </channel>
99 <channel name="VRtt_cuts"> </channel>
100 <channel name="SR_cuts">
101 SRB
102 </channel>
103 </regions>
104 </pyhf>
105
106 <pyhf id="RegionC">
107 <name>atlas_susy_2018_031_SRC.json</name>
108 <regions>
109 <channel name="CRtt_cuts"> </channel>
110 <channel name="SR_metsigST">
111 SRC_22
112 SRC_24
113 SRC_26
114 SRC_28
115 </channel>
116 <channel name="VRzAlt_cuts"> </channel>
117 <channel name="CRz_cuts"> </channel>
118 <channel name="VRtt_cuts"> </channel>
119 <channel name="VRz_cuts"> </channel>
120 </regions>
121 </pyhf>
122
123</analysis>
124