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="atlas_susy_2018_06">
|
---|
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 |
|
---|
27 |
|
---|
28 | <region type="signal" id="SR_ISR">
|
---|
29 | <nobs>30</nobs>
|
---|
30 | <nb>23.4</nb>
|
---|
31 | <deltanb>2.1</deltanb>
|
---|
32 | </region>
|
---|
33 |
|
---|
34 | <region type="signal" id="SR_low">
|
---|
35 | <nobs>51</nobs>
|
---|
36 | <nb>46</nb>
|
---|
37 | <deltanb>5</deltanb>
|
---|
38 | </region>
|
---|
39 |
|
---|
40 | <pyhf id="SR_low_ISR">
|
---|
41 | <name>atlas_susy_2018_06_all.json</name>
|
---|
42 | <regions>
|
---|
43 | <channel name="CRlow_cuts"> </channel>
|
---|
44 | <channel name="CRISR_cuts"> </channel>
|
---|
45 | <channel name="SRlow_cuts">
|
---|
46 | SR_low
|
---|
47 | </channel>
|
---|
48 | <channel name="SRISR_cuts">
|
---|
49 | SR_ISR
|
---|
50 | </channel>
|
---|
51 | </regions>
|
---|
52 | </pyhf>
|
---|
53 |
|
---|
54 | </analysis>
|
---|
55 |
|
---|