MA5SandBox: atlas_susy_2018_04.info

File atlas_susy_2018_04.info, 1.1 KB (added by Benjamin Fuks, 4 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_04">
13 <lumi>139.0</lumi> <!-- in fb^-1 -->
14
15 <!-- signal regions -->
16
17 <region type="signal" id="SRlow">
18 <nobs>10</nobs>
19 <nb>6.0</nb>
20 <deltanb>1.7</deltanb>
21 </region>
22
23
24 <region type="signal" id="SRhigh">
25 <nobs>7</nobs>
26 <nb>10.2</nb>
27 <deltanb>3.3</deltanb>
28 </region>
29
30
31 <pyhf id="Global">
32 <name>atlas_susy_2018_04_combined.json</name>
33 <regions>
34 <channel name="QCR1cut_cuts"> </channel>
35 <channel name="QCR2cut_cuts"> </channel>
36 <channel name="SR1cut_cuts">
37 SRlow
38 </channel>
39 <channel name="SR2cut_cuts">
40 SRhigh
41 </channel>
42 <channel name="WCRcut_cuts"> </channel>
43 </regions>
44 </pyhf>
45
46
47</analysis>
48