diff --git a/workflows/dags/data/data_harvest.py b/workflows/dags/data/data_harvest.py index 21ef1002f..8846e3885 100644 --- a/workflows/dags/data/data_harvest.py +++ b/workflows/dags/data/data_harvest.py @@ -1,9 +1,10 @@ import datetime import logging -from datetime import timedelta from airflow.decorators import dag, task, task_group +from airflow.macros import ds_add from airflow.models import Variable +from airflow.models.param import Param from hooks.generic_http_hook import GenericHttpHook from hooks.inspirehep.inspire_http_record_management_hook import ( InspireHTTPRecordManagementHook, @@ -19,6 +20,7 @@ catchup=False, tags=["data"], max_active_runs=5, + params={"last_updated": Param(type=["null", "string"], default="")}, ) def data_harvest_dag(): """Defines the DAG for the HEPData harvest workflow. @@ -36,14 +38,15 @@ def data_harvest_dag(): url = inspire_http_record_management_hook.get_url() @task(task_id="collect_ids") - def collect_ids(): + def collect_ids(**context): """Collects the ids of the records that have been updated in the last two days. Returns: list of ids """ - - from_date = (datetime.datetime.now().date() - timedelta(days=1)).strftime( - "%Y-%m-%d" + from_date = ( + context["params"]["last_updated"] + if context["params"]["last_updated"] + else ds_add(context["ds"], -1) ) payload = {"inspire_ids": True, "last_updated": from_date, "sort_by": "latest"} hepdata_response = generic_http_hook.call_api( @@ -115,7 +118,8 @@ def add_keywords(record, builder): f"{keyword}: {item[0]['lte']}-{item[0]['gte']}" ) elif keyword == "observables": - builder.add_keyword(f"{keyword}: {','.join(item)}") + for value in item: + builder.add_keyword(f"observables: {value}") else: for value in item: builder.add_keyword(value) diff --git a/workflows/tests/cassettes/TestDataHarvest.test_collect_ids_logical_date.yaml b/workflows/tests/cassettes/TestDataHarvest.test_collect_ids_logical_date.yaml new file mode 100644 index 000000000..82b6f8ca9 --- /dev/null +++ b/workflows/tests/cassettes/TestDataHarvest.test_collect_ids_logical_date.yaml @@ -0,0 +1,61 @@ +interactions: +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + method: GET + uri: https://www.hepdata.net/search/ids?inspire_ids=True&last_updated=2024-12-15&sort_by=latest + response: + body: + string: '[2693068,2807749,2809112] + + ' + headers: + access-control-allow-origin: + - '*' + alt-svc: + - h3=":443";ma=60; + content-length: + - '26' + content-type: + - application/json + date: + - Fri, 20 Dec 2024 13:31:10 GMT + permissions-policy: + - interest-cohort=() + referrer-policy: + - strict-origin-when-cross-origin + retry-after: + - '60' + server: + - gunicorn + set-cookie: + - session=90cb32b42632028e_6765719e.Nlm50tE_qaIh5AoWIDrxXj38HSg; Domain=.www.hepdata.net; + Expires=Sat, 21 Dec 2024 01:31:10 GMT; HttpOnly; Path=/; SameSite=Lax + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-frame-options: + - sameorigin + x-proxy-backend: + - hepdata-prod_hepdata-web_http + x-ratelimit-limit: + - '60' + x-ratelimit-remaining: + - '59' + x-ratelimit-reset: + - '1734701531' + x-xss-protection: + - 1; mode=block + status: + code: 200 + message: OK +version: 1 diff --git a/workflows/tests/cassettes/TestDataHarvest.test_collect_ids_param.yaml b/workflows/tests/cassettes/TestDataHarvest.test_collect_ids_param.yaml new file mode 100644 index 000000000..7a010dbd5 --- /dev/null +++ b/workflows/tests/cassettes/TestDataHarvest.test_collect_ids_param.yaml @@ -0,0 +1,61 @@ +interactions: +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + method: GET + uri: https://www.hepdata.net/search/ids?inspire_ids=True&last_updated=2024-12-15&sort_by=latest + response: + body: + string: '[2693068,2807749,2809112] + + ' + headers: + access-control-allow-origin: + - '*' + alt-svc: + - h3=":443";ma=60; + content-length: + - '26' + content-type: + - application/json + date: + - Fri, 20 Dec 2024 13:27:17 GMT + permissions-policy: + - interest-cohort=() + referrer-policy: + - strict-origin-when-cross-origin + retry-after: + - '29' + server: + - gunicorn + set-cookie: + - session=350679c09a0fcb67_676570b5.rCaGWwHUs2OzQ84fS-iSUDafDik; Domain=.www.hepdata.net; + Expires=Sat, 21 Dec 2024 01:27:17 GMT; HttpOnly; Path=/; SameSite=Lax + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-frame-options: + - sameorigin + x-proxy-backend: + - hepdata-prod_hepdata-web_http + x-ratelimit-limit: + - '60' + x-ratelimit-remaining: + - '58' + x-ratelimit-reset: + - '1734701267' + x-xss-protection: + - 1; mode=block + status: + code: 200 + message: OK +version: 1 diff --git a/workflows/tests/data_records/ins1906174_version3.json b/workflows/tests/data_records/ins1906174_version3.json index a7ba7173a..26a67bc42 100644 --- a/workflows/tests/data_records/ins1906174_version3.json +++ b/workflows/tests/data_records/ins1906174_version3.json @@ -1,4 +1,4 @@ -{"access_count":{"sum":13375},"additional_resources":true,"breadcrumb_text":"Aad, Georges et al.","coordinator":40,"data_tables":[{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Table of contents/csv","json":"https://www.hepdata.net/download/table/ins1906174/Table of contents/json","root":"https://www.hepdata.net/download/table/ins1906174/Table of contents/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Table of contents/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Table of contents/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Table of contents/yoda1"},"description":"- - - - - - - - Overview of HEPData Record - - - - - - - -...","doi":"10.17182/hepdata.104458.v3/t1","id":1583811,"location":null,"messages":false,"name":"Table of contents","processed_name":"Tableofcontents","resources":[]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Cut flows for the representative signals/csv","json":"https://www.hepdata.net/download/table/ins1906174/Cut flows for the representative signals/json","root":"https://www.hepdata.net/download/table/ins1906174/Cut flows for the representative signals/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Cut flows for the representative signals/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Cut flows for the representative signals/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Cut flows for the representative signals/yoda1"},"description":"Cut flows of some representative signals up to SR-4Q-VV, SR-2B2Q-VZ, and SR-2B2Q-Vh. One signal point from the $(\\tilde{W},~\\tilde{B})$ simplified models...","doi":"10.17182/hepdata.104458.v3/t2","id":1583812,"location":"Table 1 auxiliary material","messages":false,"name":"Cut flows for the representative signals","processed_name":"Cutflowsfortherepresentativesignals","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458721?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458722?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/$W/Z%5Crightarrow qq$ tagging efficiency/csv","json":"https://www.hepdata.net/download/table/ins1906174/$W/Z%5Crightarrow qq$ tagging efficiency/json","root":"https://www.hepdata.net/download/table/ins1906174/$W/Z%5Crightarrow qq$ tagging efficiency/root","yaml":"https://www.hepdata.net/download/table/ins1906174/$W/Z%5Crightarrow qq$ tagging efficiency/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/$W/Z%5Crightarrow qq$ tagging efficiency/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/$W/Z%5Crightarrow qq$ tagging efficiency/yoda1"},"description":"The boson-tagging efficiency for jets arising from $W/Z$ bosons decaying into $q\\bar{q}$ (signal jets) are shown. The signal jet efficiency...","doi":"10.17182/hepdata.104458.v3/t3","id":1583813,"location":"Figure 4a","messages":false,"name":"$W/Z\\rightarrow qq$ tagging efficiency","processed_name":"$W/Z\\rightarrowqq$taggingefficiency","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458724?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458725?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/$W/Z%5Crightarrow qq$ tagging rejection/csv","json":"https://www.hepdata.net/download/table/ins1906174/$W/Z%5Crightarrow qq$ tagging rejection/json","root":"https://www.hepdata.net/download/table/ins1906174/$W/Z%5Crightarrow qq$ tagging rejection/root","yaml":"https://www.hepdata.net/download/table/ins1906174/$W/Z%5Crightarrow qq$ tagging rejection/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/$W/Z%5Crightarrow qq$ tagging rejection/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/$W/Z%5Crightarrow qq$ tagging rejection/yoda1"},"description":"The rejection factor (inverse of the efficiency) for jets that have the other origins (background jets) are shown. The background...","doi":"10.17182/hepdata.104458.v3/t4","id":1583814,"location":"Figure 4b","messages":false,"name":"$W/Z\\rightarrow qq$ tagging rejection","processed_name":"$W/Z\\rightarrowqq$taggingrejection","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458727?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458728?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/$Z/h %5Crightarrow bb$ tagging efficiency/csv","json":"https://www.hepdata.net/download/table/ins1906174/$Z/h %5Crightarrow bb$ tagging efficiency/json","root":"https://www.hepdata.net/download/table/ins1906174/$Z/h %5Crightarrow bb$ tagging efficiency/root","yaml":"https://www.hepdata.net/download/table/ins1906174/$Z/h %5Crightarrow bb$ tagging efficiency/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/$Z/h %5Crightarrow bb$ tagging efficiency/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/$Z/h %5Crightarrow bb$ tagging efficiency/yoda1"},"description":"The boson-tagging efficiency for jets arising from $Z/h$ bosons decaying into $b\\bar{b}$ (signal jets). The signal jet efficiency of $Z_{bb}$/$h_{bb}$-tagging...","doi":"10.17182/hepdata.104458.v3/t5","id":1583815,"location":"Figure 4c","messages":false,"name":"$Z/h \\rightarrow bb$ tagging efficiency","processed_name":"$Z/h\\rightarrowbb$taggingefficiency","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458730?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458731?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/$Z/h %5Crightarrow bb$ tagging rejection/csv","json":"https://www.hepdata.net/download/table/ins1906174/$Z/h %5Crightarrow bb$ tagging rejection/json","root":"https://www.hepdata.net/download/table/ins1906174/$Z/h %5Crightarrow bb$ tagging rejection/root","yaml":"https://www.hepdata.net/download/table/ins1906174/$Z/h %5Crightarrow bb$ tagging rejection/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/$Z/h %5Crightarrow bb$ tagging rejection/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/$Z/h %5Crightarrow bb$ tagging rejection/yoda1"},"description":"The rejection factor (inverse of the efficiency) for jets that have the other origins (background jets) are shown. The background...","doi":"10.17182/hepdata.104458.v3/t6","id":1583816,"location":"Figure 4d","messages":false,"name":"$Z/h \\rightarrow bb$ tagging rejection","processed_name":"$Z/h\\rightarrowbb$taggingrejection","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458733?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458734?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/$W%5Crightarrow qq$ tagging efficiency (vs official WP)/csv","json":"https://www.hepdata.net/download/table/ins1906174/$W%5Crightarrow qq$ tagging efficiency (vs official WP)/json","root":"https://www.hepdata.net/download/table/ins1906174/$W%5Crightarrow qq$ tagging efficiency (vs official WP)/root","yaml":"https://www.hepdata.net/download/table/ins1906174/$W%5Crightarrow qq$ tagging efficiency (vs official WP)/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/$W%5Crightarrow qq$ tagging efficiency (vs official WP)/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/$W%5Crightarrow qq$ tagging efficiency (vs official WP)/yoda1"},"description":"The signal jet efficiency and background jet rejection for the $W_{qq}$-/$Z_{qq}$-tagging working point used in the analysis in comparison with...","doi":"10.17182/hepdata.104458.v3/t7","id":1583817,"location":"Figure 1a auxiliary material","messages":false,"name":"$W\\rightarrow qq$ tagging efficiency (vs official WP)","processed_name":"$W\\rightarrowqq$taggingefficiency(vsofficialWP)","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458736?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458737?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/$W%5Crightarrow qq$ tagging rejection (vs official WP)/csv","json":"https://www.hepdata.net/download/table/ins1906174/$W%5Crightarrow qq$ tagging rejection (vs official WP)/json","root":"https://www.hepdata.net/download/table/ins1906174/$W%5Crightarrow qq$ tagging rejection (vs official WP)/root","yaml":"https://www.hepdata.net/download/table/ins1906174/$W%5Crightarrow qq$ tagging rejection (vs official WP)/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/$W%5Crightarrow qq$ tagging rejection (vs official WP)/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/$W%5Crightarrow qq$ tagging rejection (vs official WP)/yoda1"},"description":"The signal jet efficiency and background jet rejection for the $W_{qq}$-/$Z_{qq}$-tagging working point used in the analysis in comparison with...","doi":"10.17182/hepdata.104458.v3/t8","id":1583818,"location":"Figure 1c auxiliary material","messages":false,"name":"$W\\rightarrow qq$ tagging rejection (vs official WP)","processed_name":"$W\\rightarrowqq$taggingrejection(vsofficialWP)","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458739?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458740?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/$Z%5Crightarrow qq$ tagging efficiency (vs official WP)/csv","json":"https://www.hepdata.net/download/table/ins1906174/$Z%5Crightarrow qq$ tagging efficiency (vs official WP)/json","root":"https://www.hepdata.net/download/table/ins1906174/$Z%5Crightarrow qq$ tagging efficiency (vs official WP)/root","yaml":"https://www.hepdata.net/download/table/ins1906174/$Z%5Crightarrow qq$ tagging efficiency (vs official WP)/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/$Z%5Crightarrow qq$ tagging efficiency (vs official WP)/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/$Z%5Crightarrow qq$ tagging efficiency (vs official WP)/yoda1"},"description":"The signal jet efficiency and background jet rejection for the $W_{qq}$-/$Z_{qq}$-tagging working point used in the analysis in comparison with...","doi":"10.17182/hepdata.104458.v3/t9","id":1583819,"location":"Figure 1b auxiliary material","messages":false,"name":"$Z\\rightarrow qq$ tagging efficiency (vs official WP)","processed_name":"$Z\\rightarrowqq$taggingefficiency(vsofficialWP)","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458742?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458743?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/$Z%5Crightarrow qq$ tagging rejection (vs official WP)/csv","json":"https://www.hepdata.net/download/table/ins1906174/$Z%5Crightarrow qq$ tagging rejection (vs official WP)/json","root":"https://www.hepdata.net/download/table/ins1906174/$Z%5Crightarrow qq$ tagging rejection (vs official WP)/root","yaml":"https://www.hepdata.net/download/table/ins1906174/$Z%5Crightarrow qq$ tagging rejection (vs official WP)/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/$Z%5Crightarrow qq$ tagging rejection (vs official WP)/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/$Z%5Crightarrow qq$ tagging rejection (vs official WP)/yoda1"},"description":"The signal jet efficiency and background jet rejection for the $W_{qq}$-/$Z_{qq}$-tagging working point used in the analysis in comparison with...","doi":"10.17182/hepdata.104458.v3/t10","id":1583820,"location":"Figure 1d auxiliary material","messages":false,"name":"$Z\\rightarrow qq$ tagging rejection (vs official WP)","processed_name":"$Z\\rightarrowqq$taggingrejection(vsofficialWP)","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458745?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458746?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Total systematic uncertainties/csv","json":"https://www.hepdata.net/download/table/ins1906174/Total systematic uncertainties/json","root":"https://www.hepdata.net/download/table/ins1906174/Total systematic uncertainties/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Total systematic uncertainties/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Total systematic uncertainties/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Total systematic uncertainties/yoda1"},"description":"The total post-fit uncertainty in each of the SRs and VRs.","doi":"10.17182/hepdata.104458.v3/t11","id":1583821,"location":"Figure 9","messages":false,"name":"Total systematic uncertainties","processed_name":"Totalsystematicuncertainties","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458748?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458749?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Data yields and background expectation in the SRs/csv","json":"https://www.hepdata.net/download/table/ins1906174/Data yields and background expectation in the SRs/json","root":"https://www.hepdata.net/download/table/ins1906174/Data yields and background expectation in the SRs/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Data yields and background expectation in the SRs/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Data yields and background expectation in the SRs/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Data yields and background expectation in the SRs/yoda1"},"description":"Summary of the observed data and predicted SM background in all SRs. The background prediction in SR-4Q (SR-2B2Q) is obtained...","doi":"10.17182/hepdata.104458.v3/t12","id":1583822,"location":"Figure 10","messages":false,"name":"Data yields and background expectation in the SRs","processed_name":"DatayieldsandbackgroundexpectationintheSRs","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458751?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458752?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Data yields and background breakdown in SR/csv","json":"https://www.hepdata.net/download/table/ins1906174/Data yields and background breakdown in SR/json","root":"https://www.hepdata.net/download/table/ins1906174/Data yields and background breakdown in SR/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Data yields and background breakdown in SR/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Data yields and background breakdown in SR/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Data yields and background breakdown in SR/yoda1"},"description":"Number of observed data events and the SM backgrounds in the SRs and the CR0L bins. The SM backgrounds are...","doi":"10.17182/hepdata.104458.v3/t13","id":1583823,"location":"Table 5","messages":false,"name":"Data yields and background breakdown in SR","processed_name":"DatayieldsandbackgroundbreakdowninSR","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458754?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458755?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Data yields and background breakdown in CR/VR 1L(1Y)/csv","json":"https://www.hepdata.net/download/table/ins1906174/Data yields and background breakdown in CR/VR 1L(1Y)/json","root":"https://www.hepdata.net/download/table/ins1906174/Data yields and background breakdown in CR/VR 1L(1Y)/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Data yields and background breakdown in CR/VR 1L(1Y)/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Data yields and background breakdown in CR/VR 1L(1Y)/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Data yields and background breakdown in CR/VR 1L(1Y)/yoda1"},"description":"Number of observed data events and the post-fit SM background prediction in the VR1L(1Y) bins and the corresponding CR1L(1Y) bins....","doi":"10.17182/hepdata.104458.v3/t14","id":1583824,"location":"Table 4","messages":false,"name":"Data yields and background breakdown in CR/VR 1L(1Y)","processed_name":"DatayieldsandbackgroundbreakdowninCR/VR1L(1Y)","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458757?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458758?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Effective mass distribution in SR-4Q-VV/csv","json":"https://www.hepdata.net/download/table/ins1906174/Effective mass distribution in SR-4Q-VV/json","root":"https://www.hepdata.net/download/table/ins1906174/Effective mass distribution in SR-4Q-VV/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Effective mass distribution in SR-4Q-VV/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Effective mass distribution in SR-4Q-VV/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Effective mass distribution in SR-4Q-VV/yoda1"},"description":"$m_{\\textrm{eff}}$ distribution in SR-4Q-VV. The post-fit SM background expectation using the background-only fit is shown in a histogram stack. Distributions...","doi":"10.17182/hepdata.104458.v3/t15","id":1583825,"location":"Figure 11a","messages":false,"name":"Effective mass distribution in SR-4Q-VV","processed_name":"EffectivemassdistributioninSR-4Q-VV","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458760?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458761?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Leading large-$R$ jet mass distribution in SR-4Q-VV/csv","json":"https://www.hepdata.net/download/table/ins1906174/Leading large-$R$ jet mass distribution in SR-4Q-VV/json","root":"https://www.hepdata.net/download/table/ins1906174/Leading large-$R$ jet mass distribution in SR-4Q-VV/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Leading large-$R$ jet mass distribution in SR-4Q-VV/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Leading large-$R$ jet mass distribution in SR-4Q-VV/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Leading large-$R$ jet mass distribution in SR-4Q-VV/yoda1"},"description":"Distribution of $m(J_{1})$ in SR-4Q-VV. The post-fit SM background expectation using the background-only fit is shown in a histogram stack....","doi":"10.17182/hepdata.104458.v3/t16","id":1583826,"location":"Figure 2a auxiliary material","messages":false,"name":"Leading large-$R$ jet mass distribution in SR-4Q-VV","processed_name":"Leadinglarge-$R$jetmassdistributioninSR-4Q-VV","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458763?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458764?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Leading large-$R$ jet $D_{2}$ distribution in SR-4Q-VV/csv","json":"https://www.hepdata.net/download/table/ins1906174/Leading large-$R$ jet $D_{2}$ distribution in SR-4Q-VV/json","root":"https://www.hepdata.net/download/table/ins1906174/Leading large-$R$ jet $D_{2}$ distribution in SR-4Q-VV/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Leading large-$R$ jet $D_{2}$ distribution in SR-4Q-VV/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Leading large-$R$ jet $D_{2}$ distribution in SR-4Q-VV/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Leading large-$R$ jet $D_{2}$ distribution in SR-4Q-VV/yoda1"},"description":"Distribution of $D_2(J_{1})$ in SR-4Q-VV. For $D_2$, the cut value applied for $V_{qq}$-tagging ($D_{2,\\text{cut}}$) is subtracted as the off-set so...","doi":"10.17182/hepdata.104458.v3/t17","id":1583827,"location":"Figure 2b auxiliary material","messages":false,"name":"Leading large-$R$ jet $D_{2}$ distribution in SR-4Q-VV","processed_name":"Leadinglarge-$R$jet$D_{2}$distributioninSR-4Q-VV","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458766?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458767?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Sub-leading large-$R$ jet mass distribution in SR-4Q-VV/csv","json":"https://www.hepdata.net/download/table/ins1906174/Sub-leading large-$R$ jet mass distribution in SR-4Q-VV/json","root":"https://www.hepdata.net/download/table/ins1906174/Sub-leading large-$R$ jet mass distribution in SR-4Q-VV/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Sub-leading large-$R$ jet mass distribution in SR-4Q-VV/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Sub-leading large-$R$ jet mass distribution in SR-4Q-VV/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Sub-leading large-$R$ jet mass distribution in SR-4Q-VV/yoda1"},"description":"Distribution of $m(J_{2})$ in SR-4Q-VV. The post-fit SM background expectation using the background-only fit is shown in a histogram stack....","doi":"10.17182/hepdata.104458.v3/t18","id":1583828,"location":"Figure 2c auxiliary material","messages":false,"name":"Sub-leading large-$R$ jet mass distribution in SR-4Q-VV","processed_name":"Sub-leadinglarge-$R$jetmassdistributioninSR-4Q-VV","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458769?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458770?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Sub-leading large-$R$ jet $D_{2}$ distribution in SR-4Q-VV/csv","json":"https://www.hepdata.net/download/table/ins1906174/Sub-leading large-$R$ jet $D_{2}$ distribution in SR-4Q-VV/json","root":"https://www.hepdata.net/download/table/ins1906174/Sub-leading large-$R$ jet $D_{2}$ distribution in SR-4Q-VV/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Sub-leading large-$R$ jet $D_{2}$ distribution in SR-4Q-VV/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Sub-leading large-$R$ jet $D_{2}$ distribution in SR-4Q-VV/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Sub-leading large-$R$ jet $D_{2}$ distribution in SR-4Q-VV/yoda1"},"description":"Distribution of $D_2(J_{2})$ in SR-4Q-VV. For $D_2$, the cut value applied for $V_{qq}$-tagging ($D_{2,\\text{cut}}$) is subtracted as the off-set so...","doi":"10.17182/hepdata.104458.v3/t19","id":1583829,"location":"Figure 2d auxiliary material","messages":false,"name":"Sub-leading large-$R$ jet $D_{2}$ distribution in SR-4Q-VV","processed_name":"Sub-leadinglarge-$R$jet$D_{2}$distributioninSR-4Q-VV","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458772?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458773?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/$m_{T2}$ distribution in SR-2B2Q-VZ/csv","json":"https://www.hepdata.net/download/table/ins1906174/$m_{T2}$ distribution in SR-2B2Q-VZ/json","root":"https://www.hepdata.net/download/table/ins1906174/$m_{T2}$ distribution in SR-2B2Q-VZ/root","yaml":"https://www.hepdata.net/download/table/ins1906174/$m_{T2}$ distribution in SR-2B2Q-VZ/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/$m_{T2}$ distribution in SR-2B2Q-VZ/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/$m_{T2}$ distribution in SR-2B2Q-VZ/yoda1"},"description":"$m_{\\textrm{T2}}$ distributions in SR-2B2Q-VZ. The post-fit SM background expectation using the background-only fit is shown in a histogram stack. Distributions...","doi":"10.17182/hepdata.104458.v3/t20","id":1583830,"location":"Figure 11b","messages":false,"name":"$m_{T2}$ distribution in SR-2B2Q-VZ","processed_name":"$m_{T2}$distributioninSR-2B2Q-VZ","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458775?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458776?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/bb-tagged jet mass distribution in SR-2B2Q-VZ/csv","json":"https://www.hepdata.net/download/table/ins1906174/bb-tagged jet mass distribution in SR-2B2Q-VZ/json","root":"https://www.hepdata.net/download/table/ins1906174/bb-tagged jet mass distribution in SR-2B2Q-VZ/root","yaml":"https://www.hepdata.net/download/table/ins1906174/bb-tagged jet mass distribution in SR-2B2Q-VZ/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/bb-tagged jet mass distribution in SR-2B2Q-VZ/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/bb-tagged jet mass distribution in SR-2B2Q-VZ/yoda1"},"description":"Distribution of $m(J_{bb})$ in SR-2B2Q-VZ. The post-fit SM background expectation using the background-only fit is shown in a histogram stack....","doi":"10.17182/hepdata.104458.v3/t21","id":1583831,"location":"Figure 3a auxiliary material","messages":false,"name":"bb-tagged jet mass distribution in SR-2B2Q-VZ","processed_name":"bb-taggedjetmassdistributioninSR-2B2Q-VZ","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458778?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458779?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Effective mass distribution in SR-2B2Q-VZ/csv","json":"https://www.hepdata.net/download/table/ins1906174/Effective mass distribution in SR-2B2Q-VZ/json","root":"https://www.hepdata.net/download/table/ins1906174/Effective mass distribution in SR-2B2Q-VZ/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Effective mass distribution in SR-2B2Q-VZ/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Effective mass distribution in SR-2B2Q-VZ/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Effective mass distribution in SR-2B2Q-VZ/yoda1"},"description":"Distribution of $m_{\\textrm{eff}} $ in SR-2B2Q-VZ. The post-fit SM background expectation using the background-only fit is shown in a histogram...","doi":"10.17182/hepdata.104458.v3/t22","id":1583832,"location":"Figure 3c auxiliary material","messages":false,"name":"Effective mass distribution in SR-2B2Q-VZ","processed_name":"EffectivemassdistributioninSR-2B2Q-VZ","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458781?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458782?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/$m_{T2}$ distribution in SR-2B2Q-Vh/csv","json":"https://www.hepdata.net/download/table/ins1906174/$m_{T2}$ distribution in SR-2B2Q-Vh/json","root":"https://www.hepdata.net/download/table/ins1906174/$m_{T2}$ distribution in SR-2B2Q-Vh/root","yaml":"https://www.hepdata.net/download/table/ins1906174/$m_{T2}$ distribution in SR-2B2Q-Vh/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/$m_{T2}$ distribution in SR-2B2Q-Vh/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/$m_{T2}$ distribution in SR-2B2Q-Vh/yoda1"},"description":"$m_{\\textrm{T2}}$ distributions in SR-2B2Q-Vh. The post-fit SM background expectation using the background-only fit is shown in a histogram stack. Distributions...","doi":"10.17182/hepdata.104458.v3/t23","id":1583833,"location":"Figure 11c","messages":false,"name":"$m_{T2}$ distribution in SR-2B2Q-Vh","processed_name":"$m_{T2}$distributioninSR-2B2Q-Vh","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458784?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458785?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/bb-tagged jet mass distribution in SR-2B2Q-Vh/csv","json":"https://www.hepdata.net/download/table/ins1906174/bb-tagged jet mass distribution in SR-2B2Q-Vh/json","root":"https://www.hepdata.net/download/table/ins1906174/bb-tagged jet mass distribution in SR-2B2Q-Vh/root","yaml":"https://www.hepdata.net/download/table/ins1906174/bb-tagged jet mass distribution in SR-2B2Q-Vh/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/bb-tagged jet mass distribution in SR-2B2Q-Vh/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/bb-tagged jet mass distribution in SR-2B2Q-Vh/yoda1"},"description":"Distribution of $m(J_{bb})$ in SR-2B2Q-Vh. The post-fit SM background expectation using the background-only fit is shown in a histogram stack....","doi":"10.17182/hepdata.104458.v3/t24","id":1583834,"location":"Figure 3b auxiliary material","messages":false,"name":"bb-tagged jet mass distribution in SR-2B2Q-Vh","processed_name":"bb-taggedjetmassdistributioninSR-2B2Q-Vh","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458787?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458788?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Effective mass distribution in SR-2B2Q-Vh/csv","json":"https://www.hepdata.net/download/table/ins1906174/Effective mass distribution in SR-2B2Q-Vh/json","root":"https://www.hepdata.net/download/table/ins1906174/Effective mass distribution in SR-2B2Q-Vh/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Effective mass distribution in SR-2B2Q-Vh/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Effective mass distribution in SR-2B2Q-Vh/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Effective mass distribution in SR-2B2Q-Vh/yoda1"},"description":"Distribution of $m_{\\textrm{eff}} $ in SR-2B2Q-Vh. The post-fit SM background expectation using the background-only fit is shown in a histogram...","doi":"10.17182/hepdata.104458.v3/t25","id":1583835,"location":"Figure 3d auxiliary material","messages":false,"name":"Effective mass distribution in SR-2B2Q-Vh","processed_name":"EffectivemassdistributioninSR-2B2Q-Vh","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458790?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458791?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) simplified model (C1C1-WW)/csv","json":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) simplified model (C1C1-WW)/json","root":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) simplified model (C1C1-WW)/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) simplified model (C1C1-WW)/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) simplified model (C1C1-WW)/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) simplified model (C1C1-WW)/yoda1"},"description":"Exclusion limits for $(\\tilde{W},\\tilde{B})$ simplifiec model as a function of the produced wino mass ($m(\\tilde{\\chi}_{1}^{\\pm}/\\tilde{\\chi}_{2}^{0})$) and the bino LSP mass...","doi":"10.17182/hepdata.104458.v3/t26","id":1583836,"location":"Figure 15a","messages":false,"name":"Exp limit on (W~, B~) simplified model (C1C1-WW)","processed_name":"Explimiton(W~,B~)simplifiedmodel(C1C1-WW)","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458793?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458794?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (W~, B~) simplified model (C1C1-WW)/csv","json":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (W~, B~) simplified model (C1C1-WW)/json","root":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (W~, B~) simplified model (C1C1-WW)/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (W~, B~) simplified model (C1C1-WW)/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (W~, B~) simplified model (C1C1-WW)/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (W~, B~) simplified model (C1C1-WW)/yoda1"},"description":"Exclusion limits for $(\\tilde{W},\\tilde{B})$ simplifiec model as a function of the produced wino mass ($m(\\tilde{\\chi}_{1}^{\\pm}/\\tilde{\\chi}_{2}^{0})$) and the bino LSP mass...","doi":"10.17182/hepdata.104458.v3/t27","id":1583837,"location":"Figure 15a","messages":false,"name":"Exp limit (+1sig) on (W~, B~) simplified model (C1C1-WW)","processed_name":"Explimit(+1sig)on(W~,B~)simplifiedmodel(C1C1-WW)","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458796?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458797?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) simplified model (C1C1-WW)/csv","json":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) simplified model (C1C1-WW)/json","root":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) simplified model (C1C1-WW)/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) simplified model (C1C1-WW)/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) simplified model (C1C1-WW)/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) simplified model (C1C1-WW)/yoda1"},"description":"Exclusion limits for $(\\tilde{W},\\tilde{B})$ simplifiec model as a function of the produced wino mass ($m(\\tilde{\\chi}_{1}^{\\pm}/\\tilde{\\chi}_{2}^{0})$) and the bino LSP mass...","doi":"10.17182/hepdata.104458.v3/t28","id":1583838,"location":"Figure 15a","messages":false,"name":"Obs limit on (W~, B~) simplified model (C1C1-WW)","processed_name":"Obslimiton(W~,B~)simplifiedmodel(C1C1-WW)","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458799?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458800?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (W~, B~) simplified model (C1C1-WW)/csv","json":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (W~, B~) simplified model (C1C1-WW)/json","root":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (W~, B~) simplified model (C1C1-WW)/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (W~, B~) simplified model (C1C1-WW)/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (W~, B~) simplified model (C1C1-WW)/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (W~, B~) simplified model (C1C1-WW)/yoda1"},"description":"Exclusion limits for $(\\tilde{W},\\tilde{B})$ simplifiec model as a function of the produced wino mass ($m(\\tilde{\\chi}_{1}^{\\pm}/\\tilde{\\chi}_{2}^{0})$) and the bino LSP mass...","doi":"10.17182/hepdata.104458.v3/t29","id":1583839,"location":"Figure 15a","messages":false,"name":"Obs limit (+1sig) on (W~, B~) simplified model (C1C1-WW)","processed_name":"Obslimit(+1sig)on(W~,B~)simplifiedmodel(C1C1-WW)","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458802?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458803?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (W~, B~) simplified model (C1C1-WW)/csv","json":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (W~, B~) simplified model (C1C1-WW)/json","root":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (W~, B~) simplified model (C1C1-WW)/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (W~, B~) simplified model (C1C1-WW)/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (W~, B~) simplified model (C1C1-WW)/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (W~, B~) simplified model (C1C1-WW)/yoda1"},"description":"Exclusion limits for $(\\tilde{W},\\tilde{B})$ simplifiec model as a function of the produced wino mass ($m(\\tilde{\\chi}_{1}^{\\pm}/\\tilde{\\chi}_{2}^{0})$) and the bino LSP mass...","doi":"10.17182/hepdata.104458.v3/t30","id":1583840,"location":"Figure 15a","messages":false,"name":"Obs limit (-1sig) on (W~, B~) simplified model (C1C1-WW)","processed_name":"Obslimit(-1sig)on(W~,B~)simplifiedmodel(C1C1-WW)","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458805?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458806?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) simplified model (C1N2-WZ)/csv","json":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) simplified model (C1N2-WZ)/json","root":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) simplified model (C1N2-WZ)/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) simplified model (C1N2-WZ)/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) simplified model (C1N2-WZ)/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) simplified model (C1N2-WZ)/yoda1"},"description":"Exclusion limits for $(\\tilde{W},\\tilde{B})$ simplifiec model as a function of the produced wino mass ($m(\\tilde{\\chi}_{1}^{\\pm}/\\tilde{\\chi}_{2}^{0})$) and the bino LSP mass...","doi":"10.17182/hepdata.104458.v3/t31","id":1583841,"location":"Figure 15b","messages":false,"name":"Exp limit on (W~, B~) simplified model (C1N2-WZ)","processed_name":"Explimiton(W~,B~)simplifiedmodel(C1N2-WZ)","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458808?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458809?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (W~, B~) simplified model (C1N2-WZ)/csv","json":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (W~, B~) simplified model (C1N2-WZ)/json","root":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (W~, B~) simplified model (C1N2-WZ)/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (W~, B~) simplified model (C1N2-WZ)/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (W~, B~) simplified model (C1N2-WZ)/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (W~, B~) simplified model (C1N2-WZ)/yoda1"},"description":"Exclusion limits for $(\\tilde{W},\\tilde{B})$ simplifiec model as a function of the produced wino mass ($m(\\tilde{\\chi}_{1}^{\\pm}/\\tilde{\\chi}_{2}^{0})$) and the bino LSP mass...","doi":"10.17182/hepdata.104458.v3/t32","id":1583842,"location":"Figure 15b","messages":false,"name":"Exp limit (+1sig) on (W~, B~) simplified model (C1N2-WZ)","processed_name":"Explimit(+1sig)on(W~,B~)simplifiedmodel(C1N2-WZ)","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458811?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458812?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Exp limit (-1sig) on (W~, B~) simplified model (C1N2-WZ)/csv","json":"https://www.hepdata.net/download/table/ins1906174/Exp limit (-1sig) on (W~, B~) simplified model (C1N2-WZ)/json","root":"https://www.hepdata.net/download/table/ins1906174/Exp limit (-1sig) on (W~, B~) simplified model (C1N2-WZ)/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Exp limit (-1sig) on (W~, B~) simplified model (C1N2-WZ)/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Exp limit (-1sig) on (W~, B~) simplified model (C1N2-WZ)/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Exp limit (-1sig) on (W~, B~) simplified model (C1N2-WZ)/yoda1"},"description":"Exclusion limits for $(\\tilde{W},\\tilde{B})$ simplifiec model as a function of the produced wino mass ($m(\\tilde{\\chi}_{1}^{\\pm}/\\tilde{\\chi}_{2}^{0})$) and the bino LSP mass...","doi":"10.17182/hepdata.104458.v3/t33","id":1583843,"location":"Figure 15b","messages":false,"name":"Exp limit (-1sig) on (W~, B~) simplified model (C1N2-WZ)","processed_name":"Explimit(-1sig)on(W~,B~)simplifiedmodel(C1N2-WZ)","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458814?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458815?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) simplified model (C1N2-WZ)/csv","json":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) simplified model (C1N2-WZ)/json","root":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) simplified model (C1N2-WZ)/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) simplified model (C1N2-WZ)/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) simplified model (C1N2-WZ)/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) simplified model (C1N2-WZ)/yoda1"},"description":"Exclusion limits for $(\\tilde{W},\\tilde{B})$ simplifiec model as a function of the produced wino mass ($m(\\tilde{\\chi}_{1}^{\\pm}/\\tilde{\\chi}_{2}^{0})$) and the bino LSP mass...","doi":"10.17182/hepdata.104458.v3/t34","id":1583844,"location":"Figure 15b","messages":false,"name":"Obs limit on (W~, B~) simplified model (C1N2-WZ)","processed_name":"Obslimiton(W~,B~)simplifiedmodel(C1N2-WZ)","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458817?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458818?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (W~, B~) simplified model (C1N2-WZ)/csv","json":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (W~, B~) simplified model (C1N2-WZ)/json","root":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (W~, B~) simplified model (C1N2-WZ)/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (W~, B~) simplified model (C1N2-WZ)/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (W~, B~) simplified model (C1N2-WZ)/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (W~, B~) simplified model (C1N2-WZ)/yoda1"},"description":"Exclusion limits for $(\\tilde{W},\\tilde{B})$ simplifiec model as a function of the produced wino mass ($m(\\tilde{\\chi}_{1}^{\\pm}/\\tilde{\\chi}_{2}^{0})$) and the bino LSP mass...","doi":"10.17182/hepdata.104458.v3/t35","id":1583845,"location":"Figure 15b","messages":false,"name":"Obs limit (+1sig) on (W~, B~) simplified model (C1N2-WZ)","processed_name":"Obslimit(+1sig)on(W~,B~)simplifiedmodel(C1N2-WZ)","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458820?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458821?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (W~, B~) simplified model (C1N2-WZ)/csv","json":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (W~, B~) simplified model (C1N2-WZ)/json","root":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (W~, B~) simplified model (C1N2-WZ)/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (W~, B~) simplified model (C1N2-WZ)/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (W~, B~) simplified model (C1N2-WZ)/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (W~, B~) simplified model (C1N2-WZ)/yoda1"},"description":"Exclusion limits for $(\\tilde{W},\\tilde{B})$ simplifiec model as a function of the produced wino mass ($m(\\tilde{\\chi}_{1}^{\\pm}/\\tilde{\\chi}_{2}^{0})$) and the bino LSP mass...","doi":"10.17182/hepdata.104458.v3/t36","id":1583846,"location":"Figure 15b","messages":false,"name":"Obs limit (-1sig) on (W~, B~) simplified model (C1N2-WZ)","processed_name":"Obslimit(-1sig)on(W~,B~)simplifiedmodel(C1N2-WZ)","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458823?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458824?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) simplified model (C1N2-Wh)/csv","json":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) simplified model (C1N2-Wh)/json","root":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) simplified model (C1N2-Wh)/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) simplified model (C1N2-Wh)/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) simplified model (C1N2-Wh)/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) simplified model (C1N2-Wh)/yoda1"},"description":"Exclusion limits for $(\\tilde{W},\\tilde{B})$ simplifiec model as a function of the produced wino mass ($m(\\tilde{\\chi}_{1}^{\\pm}/\\tilde{\\chi}_{2}^{0})$) and the bino LSP mass...","doi":"10.17182/hepdata.104458.v3/t37","id":1583847,"location":"Figure 15c","messages":false,"name":"Exp limit on (W~, B~) simplified model (C1N2-Wh)","processed_name":"Explimiton(W~,B~)simplifiedmodel(C1N2-Wh)","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458826?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458827?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (W~, B~) simplified model (C1N2-Wh)/csv","json":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (W~, B~) simplified model (C1N2-Wh)/json","root":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (W~, B~) simplified model (C1N2-Wh)/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (W~, B~) simplified model (C1N2-Wh)/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (W~, B~) simplified model (C1N2-Wh)/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (W~, B~) simplified model (C1N2-Wh)/yoda1"},"description":"Exclusion limits for $(\\tilde{W},\\tilde{B})$ simplifiec model as a function of the produced wino mass ($m(\\tilde{\\chi}_{1}^{\\pm}/\\tilde{\\chi}_{2}^{0})$) and the bino LSP mass...","doi":"10.17182/hepdata.104458.v3/t38","id":1583848,"location":"Figure 15c","messages":false,"name":"Exp limit (+1sig) on (W~, B~) simplified model (C1N2-Wh)","processed_name":"Explimit(+1sig)on(W~,B~)simplifiedmodel(C1N2-Wh)","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458829?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458830?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Exp limit (-1sig) on (W~, B~) simplified model (C1N2-Wh)/csv","json":"https://www.hepdata.net/download/table/ins1906174/Exp limit (-1sig) on (W~, B~) simplified model (C1N2-Wh)/json","root":"https://www.hepdata.net/download/table/ins1906174/Exp limit (-1sig) on (W~, B~) simplified model (C1N2-Wh)/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Exp limit (-1sig) on (W~, B~) simplified model (C1N2-Wh)/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Exp limit (-1sig) on (W~, B~) simplified model (C1N2-Wh)/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Exp limit (-1sig) on (W~, B~) simplified model (C1N2-Wh)/yoda1"},"description":"Exclusion limits for $(\\tilde{W},\\tilde{B})$ simplifiec model as a function of the produced wino mass ($m(\\tilde{\\chi}_{1}^{\\pm}/\\tilde{\\chi}_{2}^{0})$) and the bino LSP mass...","doi":"10.17182/hepdata.104458.v3/t39","id":1583849,"location":"Figure 15c","messages":false,"name":"Exp limit (-1sig) on (W~, B~) simplified model (C1N2-Wh)","processed_name":"Explimit(-1sig)on(W~,B~)simplifiedmodel(C1N2-Wh)","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458832?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458833?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) simplified model (C1N2-Wh)/csv","json":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) simplified model (C1N2-Wh)/json","root":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) simplified model (C1N2-Wh)/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) simplified model (C1N2-Wh)/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) simplified model (C1N2-Wh)/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) simplified model (C1N2-Wh)/yoda1"},"description":"Exclusion limits for $(\\tilde{W},\\tilde{B})$ simplifiec model as a function of the produced wino mass ($m(\\tilde{\\chi}_{1}^{\\pm}/\\tilde{\\chi}_{2}^{0})$) and the bino LSP mass...","doi":"10.17182/hepdata.104458.v3/t40","id":1583850,"location":"Figure 15c","messages":false,"name":"Obs limit on (W~, B~) simplified model (C1N2-Wh)","processed_name":"Obslimiton(W~,B~)simplifiedmodel(C1N2-Wh)","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458835?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458836?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (W~, B~) simplified model (C1N2-Wh)/csv","json":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (W~, B~) simplified model (C1N2-Wh)/json","root":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (W~, B~) simplified model (C1N2-Wh)/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (W~, B~) simplified model (C1N2-Wh)/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (W~, B~) simplified model (C1N2-Wh)/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (W~, B~) simplified model (C1N2-Wh)/yoda1"},"description":"Exclusion limits for $(\\tilde{W},\\tilde{B})$ simplifiec model as a function of the produced wino mass ($m(\\tilde{\\chi}_{1}^{\\pm}/\\tilde{\\chi}_{2}^{0})$) and the bino LSP mass...","doi":"10.17182/hepdata.104458.v3/t41","id":1583851,"location":"Figure 15c","messages":false,"name":"Obs limit (+1sig) on (W~, B~) simplified model (C1N2-Wh)","processed_name":"Obslimit(+1sig)on(W~,B~)simplifiedmodel(C1N2-Wh)","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458838?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458839?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (W~, B~) simplified model (C1N2-Wh)/csv","json":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (W~, B~) simplified model (C1N2-Wh)/json","root":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (W~, B~) simplified model (C1N2-Wh)/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (W~, B~) simplified model (C1N2-Wh)/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (W~, B~) simplified model (C1N2-Wh)/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (W~, B~) simplified model (C1N2-Wh)/yoda1"},"description":"Exclusion limits for $(\\tilde{W},\\tilde{B})$ simplifiec model as a function of the produced wino mass ($m(\\tilde{\\chi}_{1}^{\\pm}/\\tilde{\\chi}_{2}^{0})$) and the bino LSP mass...","doi":"10.17182/hepdata.104458.v3/t42","id":1583852,"location":"Figure 15c","messages":false,"name":"Obs limit (-1sig) on (W~, B~) simplified model (C1N2-Wh)","processed_name":"Obslimit(-1sig)on(W~,B~)simplifiedmodel(C1N2-Wh)","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458841?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458842?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) B(N2->ZN1) = 0%25/csv","json":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) B(N2->ZN1) = 0%25/json","root":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) B(N2->ZN1) = 0%25/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) B(N2->ZN1) = 0%25/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) B(N2->ZN1) = 0%25/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) B(N2->ZN1) = 0%25/yoda1"},"description":"Exclusion limits for the $(\\tilde{W},\\tilde{B})$ and $(\\tilde{H},\\tilde{B})$ models shown as a function of the mass of wino/higgsino chargino ($m(\\tilde{\\chi}_{1}^{\\pm})$) and...","doi":"10.17182/hepdata.104458.v3/t43","id":1583853,"location":"Figure 12a","messages":false,"name":"Exp limit on (W~, B~) B(N2->ZN1) = 0%","processed_name":"Explimiton(W~,B~)B(N2->ZN1)=0%","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458844?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458845?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) B(N2->ZN1) = 0%25/csv","json":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) B(N2->ZN1) = 0%25/json","root":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) B(N2->ZN1) = 0%25/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) B(N2->ZN1) = 0%25/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) B(N2->ZN1) = 0%25/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) B(N2->ZN1) = 0%25/yoda1"},"description":"Exclusion limits for the $(\\tilde{W},\\tilde{B})$ and $(\\tilde{H},\\tilde{B})$ models shown as a function of the mass of wino/higgsino chargino ($m(\\tilde{\\chi}_{1}^{\\pm})$) and...","doi":"10.17182/hepdata.104458.v3/t44","id":1583854,"location":"Figure 12b","messages":false,"name":"Obs limit on (W~, B~) B(N2->ZN1) = 0%","processed_name":"Obslimiton(W~,B~)B(N2->ZN1)=0%","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458847?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458848?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) B(N2->ZN1) = 25%25/csv","json":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) B(N2->ZN1) = 25%25/json","root":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) B(N2->ZN1) = 25%25/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) B(N2->ZN1) = 25%25/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) B(N2->ZN1) = 25%25/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) B(N2->ZN1) = 25%25/yoda1"},"description":"Exclusion limits for the $(\\tilde{W},\\tilde{B})$ and $(\\tilde{H},\\tilde{B})$ models shown as a function of the mass of wino/higgsino chargino ($m(\\tilde{\\chi}_{1}^{\\pm})$) and...","doi":"10.17182/hepdata.104458.v3/t45","id":1583855,"location":"Figure 12a","messages":false,"name":"Exp limit on (W~, B~) B(N2->ZN1) = 25%","processed_name":"Explimiton(W~,B~)B(N2->ZN1)=25%","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458850?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458851?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) B(N2->ZN1) = 25%25/csv","json":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) B(N2->ZN1) = 25%25/json","root":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) B(N2->ZN1) = 25%25/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) B(N2->ZN1) = 25%25/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) B(N2->ZN1) = 25%25/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) B(N2->ZN1) = 25%25/yoda1"},"description":"Exclusion limits for the $(\\tilde{W},\\tilde{B})$ and $(\\tilde{H},\\tilde{B})$ models shown as a function of the mass of wino/higgsino chargino ($m(\\tilde{\\chi}_{1}^{\\pm})$) and...","doi":"10.17182/hepdata.104458.v3/t46","id":1583856,"location":"Figure 12b","messages":false,"name":"Obs limit on (W~, B~) B(N2->ZN1) = 25%","processed_name":"Obslimiton(W~,B~)B(N2->ZN1)=25%","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458853?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458854?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) B(N2->ZN1) = 50%25/csv","json":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) B(N2->ZN1) = 50%25/json","root":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) B(N2->ZN1) = 50%25/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) B(N2->ZN1) = 50%25/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) B(N2->ZN1) = 50%25/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) B(N2->ZN1) = 50%25/yoda1"},"description":"Exclusion limits for the $(\\tilde{W},\\tilde{B})$ and $(\\tilde{H},\\tilde{B})$ models shown as a function of the mass of wino/higgsino chargino ($m(\\tilde{\\chi}_{1}^{\\pm})$) and...","doi":"10.17182/hepdata.104458.v3/t47","id":1583857,"location":"Figure 12a,12c","messages":false,"name":"Exp limit on (W~, B~) B(N2->ZN1) = 50%","processed_name":"Explimiton(W~,B~)B(N2->ZN1)=50%","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458856?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458857?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (W~, B~) B(N2->ZN1) = 50%25/csv","json":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (W~, B~) B(N2->ZN1) = 50%25/json","root":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (W~, B~) B(N2->ZN1) = 50%25/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (W~, B~) B(N2->ZN1) = 50%25/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (W~, B~) B(N2->ZN1) = 50%25/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (W~, B~) B(N2->ZN1) = 50%25/yoda1"},"description":"Exclusion limits for the $(\\tilde{W},\\tilde{B})$ models shown as a function of the mass of wino/higgsino chargino ($m(\\tilde{\\chi}_{1}^{\\pm})$) and the mass...","doi":"10.17182/hepdata.104458.v3/t48","id":1583858,"location":"Figure 12c","messages":false,"name":"Exp limit (+1sig) on (W~, B~) B(N2->ZN1) = 50%","processed_name":"Explimit(+1sig)on(W~,B~)B(N2->ZN1)=50%","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458859?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458860?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Exp limit (-1sig) on (W~, B~) B(N2->ZN1) = 50%25/csv","json":"https://www.hepdata.net/download/table/ins1906174/Exp limit (-1sig) on (W~, B~) B(N2->ZN1) = 50%25/json","root":"https://www.hepdata.net/download/table/ins1906174/Exp limit (-1sig) on (W~, B~) B(N2->ZN1) = 50%25/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Exp limit (-1sig) on (W~, B~) B(N2->ZN1) = 50%25/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Exp limit (-1sig) on (W~, B~) B(N2->ZN1) = 50%25/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Exp limit (-1sig) on (W~, B~) B(N2->ZN1) = 50%25/yoda1"},"description":"Exclusion limits for the $(\\tilde{W},\\tilde{B})$ models shown as a function of the mass of wino/higgsino chargino ($m(\\tilde{\\chi}_{1}^{\\pm})$) and the mass...","doi":"10.17182/hepdata.104458.v3/t49","id":1583859,"location":"Figure 12c","messages":false,"name":"Exp limit (-1sig) on (W~, B~) B(N2->ZN1) = 50%","processed_name":"Explimit(-1sig)on(W~,B~)B(N2->ZN1)=50%","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458862?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458863?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) B(N2->ZN1) = 50%25/csv","json":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) B(N2->ZN1) = 50%25/json","root":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) B(N2->ZN1) = 50%25/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) B(N2->ZN1) = 50%25/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) B(N2->ZN1) = 50%25/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) B(N2->ZN1) = 50%25/yoda1"},"description":"Exclusion limits for the $(\\tilde{W},\\tilde{B})$ and $(\\tilde{H},\\tilde{B})$ models shown as a function of the mass of wino/higgsino chargino ($m(\\tilde{\\chi}_{1}^{\\pm})$) and...","doi":"10.17182/hepdata.104458.v3/t50","id":1583860,"location":"Figure 12b,12c","messages":false,"name":"Obs limit on (W~, B~) B(N2->ZN1) = 50%","processed_name":"Obslimiton(W~,B~)B(N2->ZN1)=50%","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458865?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458866?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (W~, B~) B(N2->ZN1) = 50%25/csv","json":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (W~, B~) B(N2->ZN1) = 50%25/json","root":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (W~, B~) B(N2->ZN1) = 50%25/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (W~, B~) B(N2->ZN1) = 50%25/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (W~, B~) B(N2->ZN1) = 50%25/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (W~, B~) B(N2->ZN1) = 50%25/yoda1"},"description":"Exclusion limits for the $(\\tilde{W},\\tilde{B})$ models shown as a function of the mass of wino/higgsino chargino ($m(\\tilde{\\chi}_{1}^{\\pm})$) and the mass...","doi":"10.17182/hepdata.104458.v3/t51","id":1583861,"location":"Figure 12c","messages":false,"name":"Obs limit (+1sig) on (W~, B~) B(N2->ZN1) = 50%","processed_name":"Obslimit(+1sig)on(W~,B~)B(N2->ZN1)=50%","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458868?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458869?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (W~, B~) B(N2->ZN1) = 50%25/csv","json":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (W~, B~) B(N2->ZN1) = 50%25/json","root":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (W~, B~) B(N2->ZN1) = 50%25/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (W~, B~) B(N2->ZN1) = 50%25/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (W~, B~) B(N2->ZN1) = 50%25/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (W~, B~) B(N2->ZN1) = 50%25/yoda1"},"description":"Exclusion limits for the $(\\tilde{W},\\tilde{B})$ models shown as a function of the mass of wino/higgsino chargino ($m(\\tilde{\\chi}_{1}^{\\pm})$) and the mass...","doi":"10.17182/hepdata.104458.v3/t52","id":1583862,"location":"Figure 12c","messages":false,"name":"Obs limit (-1sig) on (W~, B~) B(N2->ZN1) = 50%","processed_name":"Obslimit(-1sig)on(W~,B~)B(N2->ZN1)=50%","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458871?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458872?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) B(N2->ZN1) = 75%25/csv","json":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) B(N2->ZN1) = 75%25/json","root":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) B(N2->ZN1) = 75%25/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) B(N2->ZN1) = 75%25/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) B(N2->ZN1) = 75%25/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) B(N2->ZN1) = 75%25/yoda1"},"description":"Exclusion limits for the $(\\tilde{W},\\tilde{B})$ and $(\\tilde{H},\\tilde{B})$ models shown as a function of the mass of wino/higgsino chargino ($m(\\tilde{\\chi}_{1}^{\\pm})$) and...","doi":"10.17182/hepdata.104458.v3/t53","id":1583863,"location":"Figure 12a","messages":false,"name":"Exp limit on (W~, B~) B(N2->ZN1) = 75%","processed_name":"Explimiton(W~,B~)B(N2->ZN1)=75%","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458874?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458875?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) B(N2->ZN1) = 75%25/csv","json":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) B(N2->ZN1) = 75%25/json","root":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) B(N2->ZN1) = 75%25/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) B(N2->ZN1) = 75%25/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) B(N2->ZN1) = 75%25/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) B(N2->ZN1) = 75%25/yoda1"},"description":"Exclusion limits for the $(\\tilde{W},\\tilde{B})$ and $(\\tilde{H},\\tilde{B})$ models shown as a function of the mass of wino/higgsino chargino ($m(\\tilde{\\chi}_{1}^{\\pm})$) and...","doi":"10.17182/hepdata.104458.v3/t54","id":1583864,"location":"Figure 12b","messages":false,"name":"Obs limit on (W~, B~) B(N2->ZN1) = 75%","processed_name":"Obslimiton(W~,B~)B(N2->ZN1)=75%","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458877?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458878?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) B(N2->ZN1) = 100%25/csv","json":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) B(N2->ZN1) = 100%25/json","root":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) B(N2->ZN1) = 100%25/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) B(N2->ZN1) = 100%25/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) B(N2->ZN1) = 100%25/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) B(N2->ZN1) = 100%25/yoda1"},"description":"Exclusion limits for the $(\\tilde{W},\\tilde{B})$ and $(\\tilde{H},\\tilde{B})$ models shown as a function of the mass of wino/higgsino chargino ($m(\\tilde{\\chi}_{1}^{\\pm})$) and...","doi":"10.17182/hepdata.104458.v3/t55","id":1583865,"location":"Figure 12a","messages":false,"name":"Exp limit on (W~, B~) B(N2->ZN1) = 100%","processed_name":"Explimiton(W~,B~)B(N2->ZN1)=100%","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458880?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458881?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) B(N2->ZN1) = 100%25/csv","json":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) B(N2->ZN1) = 100%25/json","root":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) B(N2->ZN1) = 100%25/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) B(N2->ZN1) = 100%25/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) B(N2->ZN1) = 100%25/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) B(N2->ZN1) = 100%25/yoda1"},"description":"Exclusion limits for the $(\\tilde{W},\\tilde{B})$ and $(\\tilde{H},\\tilde{B})$ models shown as a function of the mass of wino/higgsino chargino ($m(\\tilde{\\chi}_{1}^{\\pm})$) and...","doi":"10.17182/hepdata.104458.v3/t56","id":1583866,"location":"Figure 12b","messages":false,"name":"Obs limit on (W~, B~) B(N2->ZN1) = 100%","processed_name":"Obslimiton(W~,B~)B(N2->ZN1)=100%","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458883?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458884?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (H~, B~) B(N2->ZN1) = 50%25/csv","json":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (H~, B~) B(N2->ZN1) = 50%25/json","root":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (H~, B~) B(N2->ZN1) = 50%25/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (H~, B~) B(N2->ZN1) = 50%25/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (H~, B~) B(N2->ZN1) = 50%25/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (H~, B~) B(N2->ZN1) = 50%25/yoda1"},"description":"Exclusion limits for the $(\\tilde{W},\\tilde{B})$ and $(\\tilde{H},\\tilde{B})$ models shown as a function of the mass of wino/higgsino chargino ($m(\\tilde{\\chi}_{1}^{\\pm})$) and...","doi":"10.17182/hepdata.104458.v3/t57","id":1583867,"location":"Figure 12a,12d","messages":false,"name":"Exp limit on (H~, B~) B(N2->ZN1) = 50%","processed_name":"Explimiton(H~,B~)B(N2->ZN1)=50%","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458886?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458887?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (H~, B~) B(N2->ZN1) = 50%25/csv","json":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (H~, B~) B(N2->ZN1) = 50%25/json","root":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (H~, B~) B(N2->ZN1) = 50%25/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (H~, B~) B(N2->ZN1) = 50%25/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (H~, B~) B(N2->ZN1) = 50%25/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (H~, B~) B(N2->ZN1) = 50%25/yoda1"},"description":"Exclusion limits for the $(\\tilde{H},\\tilde{B})$ models shown as a function of the mass of wino/higgsino chargino ($m(\\tilde{\\chi}_{1}^{\\pm})$) and the mass...","doi":"10.17182/hepdata.104458.v3/t58","id":1583868,"location":"Figure 12d","messages":false,"name":"Exp limit (+1sig) on (H~, B~) B(N2->ZN1) = 50%","processed_name":"Explimit(+1sig)on(H~,B~)B(N2->ZN1)=50%","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458889?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458890?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, B~) B(N2->ZN1) = 50%25/csv","json":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, B~) B(N2->ZN1) = 50%25/json","root":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, B~) B(N2->ZN1) = 50%25/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, B~) B(N2->ZN1) = 50%25/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, B~) B(N2->ZN1) = 50%25/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, B~) B(N2->ZN1) = 50%25/yoda1"},"description":"Exclusion limits for the $(\\tilde{W},\\tilde{B})$ and $(\\tilde{H},\\tilde{B})$ models shown as a function of the mass of wino/higgsino chargino ($m(\\tilde{\\chi}_{1}^{\\pm})$) and...","doi":"10.17182/hepdata.104458.v3/t59","id":1583869,"location":"Figure 12b,12d","messages":false,"name":"Obs limit on (H~, B~) B(N2->ZN1) = 50%","processed_name":"Obslimiton(H~,B~)B(N2->ZN1)=50%","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458892?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458893?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (H~, B~) B(N2->ZN1) = 50%25/csv","json":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (H~, B~) B(N2->ZN1) = 50%25/json","root":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (H~, B~) B(N2->ZN1) = 50%25/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (H~, B~) B(N2->ZN1) = 50%25/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (H~, B~) B(N2->ZN1) = 50%25/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (H~, B~) B(N2->ZN1) = 50%25/yoda1"},"description":"Exclusion limits for the $(\\tilde{H},\\tilde{B})$ models shown as a function of the mass of wino/higgsino chargino ($m(\\tilde{\\chi}_{1}^{\\pm})$) and the mass...","doi":"10.17182/hepdata.104458.v3/t60","id":1583870,"location":"Figure 12d","messages":false,"name":"Obs limit (+1sig) on (H~, B~) B(N2->ZN1) = 50%","processed_name":"Obslimit(+1sig)on(H~,B~)B(N2->ZN1)=50%","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458895?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458896?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (H~, B~) B(N2->ZN1) = 50%25/csv","json":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (H~, B~) B(N2->ZN1) = 50%25/json","root":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (H~, B~) B(N2->ZN1) = 50%25/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (H~, B~) B(N2->ZN1) = 50%25/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (H~, B~) B(N2->ZN1) = 50%25/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (H~, B~) B(N2->ZN1) = 50%25/yoda1"},"description":"Exclusion limits for the $(\\tilde{H},\\tilde{B})$ models shown as a function of the mass of wino/higgsino chargino ($m(\\tilde{\\chi}_{1}^{\\pm})$) and the mass...","doi":"10.17182/hepdata.104458.v3/t61","id":1583871,"location":"Figure 12d","messages":false,"name":"Obs limit (-1sig) on (H~, B~) B(N2->ZN1) = 50%","processed_name":"Obslimit(-1sig)on(H~,B~)B(N2->ZN1)=50%","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458898?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458899?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, H~), tanb = 10, mu>0/csv","json":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, H~), tanb = 10, mu>0/json","root":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, H~), tanb = 10, mu>0/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, H~), tanb = 10, mu>0/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, H~), tanb = 10, mu>0/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, H~), tanb = 10, mu>0/yoda1"},"description":"95% CL exclusion limits for the $(\\tilde{W},\\tilde{H})$ models. The limits are projected on to a two-dimensional plane of the physical...","doi":"10.17182/hepdata.104458.v3/t62","id":1583872,"location":"Figure 14c","messages":false,"name":"Exp limit on (W~, H~), tanb = 10, mu>0","processed_name":"Explimiton(W~,H~),tanb=10,mu>0","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458901?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458902?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (W~, H~), tanb = 10, mu>0/csv","json":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (W~, H~), tanb = 10, mu>0/json","root":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (W~, H~), tanb = 10, mu>0/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (W~, H~), tanb = 10, mu>0/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (W~, H~), tanb = 10, mu>0/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (W~, H~), tanb = 10, mu>0/yoda1"},"description":"95% CL exclusion limits for the $(\\tilde{W},\\tilde{H})$ models. The limits are projected on to a two-dimensional plane of the physical...","doi":"10.17182/hepdata.104458.v3/t63","id":1583873,"location":"Figure 14c","messages":false,"name":"Exp limit (+1sig) on (W~, H~), tanb = 10, mu>0","processed_name":"Explimit(+1sig)on(W~,H~),tanb=10,mu>0","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458904?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458905?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Exp limit (-1sig) on (W~, H~), tanb = 10, mu>0/csv","json":"https://www.hepdata.net/download/table/ins1906174/Exp limit (-1sig) on (W~, H~), tanb = 10, mu>0/json","root":"https://www.hepdata.net/download/table/ins1906174/Exp limit (-1sig) on (W~, H~), tanb = 10, mu>0/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Exp limit (-1sig) on (W~, H~), tanb = 10, mu>0/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Exp limit (-1sig) on (W~, H~), tanb = 10, mu>0/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Exp limit (-1sig) on (W~, H~), tanb = 10, mu>0/yoda1"},"description":"95% CL exclusion limits for the $(\\tilde{W},\\tilde{H})$ models. The limits are projected on to a two-dimensional plane of the physical...","doi":"10.17182/hepdata.104458.v3/t64","id":1583874,"location":"Figure 14c","messages":false,"name":"Exp limit (-1sig) on (W~, H~), tanb = 10, mu>0","processed_name":"Explimit(-1sig)on(W~,H~),tanb=10,mu>0","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458907?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458908?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, H~), tanb = 10, mu>0/csv","json":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, H~), tanb = 10, mu>0/json","root":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, H~), tanb = 10, mu>0/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, H~), tanb = 10, mu>0/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, H~), tanb = 10, mu>0/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, H~), tanb = 10, mu>0/yoda1"},"description":"95% CL exclusion limits for the $(\\tilde{W},\\tilde{H})$ models. The limits are projected on to a two-dimensional plane of the physical...","doi":"10.17182/hepdata.104458.v3/t65","id":1583875,"location":"Figure 14c","messages":false,"name":"Obs limit on (W~, H~), tanb = 10, mu>0","processed_name":"Obslimiton(W~,H~),tanb=10,mu>0","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458910?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458911?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (W~, H~), tanb = 10, mu>0/csv","json":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (W~, H~), tanb = 10, mu>0/json","root":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (W~, H~), tanb = 10, mu>0/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (W~, H~), tanb = 10, mu>0/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (W~, H~), tanb = 10, mu>0/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (W~, H~), tanb = 10, mu>0/yoda1"},"description":"95% CL exclusion limits for the $(\\tilde{W},\\tilde{H})$ models. The limits are projected on to a two-dimensional plane of the physical...","doi":"10.17182/hepdata.104458.v3/t66","id":1583876,"location":"Figure 14c","messages":false,"name":"Obs limit (+1sig) on (W~, H~), tanb = 10, mu>0","processed_name":"Obslimit(+1sig)on(W~,H~),tanb=10,mu>0","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458913?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458914?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (W~, H~), tanb = 10, mu>0/csv","json":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (W~, H~), tanb = 10, mu>0/json","root":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (W~, H~), tanb = 10, mu>0/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (W~, H~), tanb = 10, mu>0/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (W~, H~), tanb = 10, mu>0/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (W~, H~), tanb = 10, mu>0/yoda1"},"description":"95% CL exclusion limits for the $(\\tilde{W},\\tilde{H})$ models. The limits are projected on to a two-dimensional plane of the physical...","doi":"10.17182/hepdata.104458.v3/t67","id":1583877,"location":"Figure 14c","messages":false,"name":"Obs limit (-1sig) on (W~, H~), tanb = 10, mu>0","processed_name":"Obslimit(-1sig)on(W~,H~),tanb=10,mu>0","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458916?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458917?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (H~, W~), tanb = 10, mu>0/csv","json":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (H~, W~), tanb = 10, mu>0/json","root":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (H~, W~), tanb = 10, mu>0/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (H~, W~), tanb = 10, mu>0/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (H~, W~), tanb = 10, mu>0/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (H~, W~), tanb = 10, mu>0/yoda1"},"description":"95% CL exclusion limits for the $(\\tilde{H},\\tilde{W})$ models. The limits are projected on to a two-dimensional plane of the physical...","doi":"10.17182/hepdata.104458.v3/t68","id":1583878,"location":"Figure 14d","messages":false,"name":"Exp limit on (H~, W~), tanb = 10, mu>0","processed_name":"Explimiton(H~,W~),tanb=10,mu>0","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458919?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458920?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (H~, W~), tanb = 10, mu>0/csv","json":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (H~, W~), tanb = 10, mu>0/json","root":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (H~, W~), tanb = 10, mu>0/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (H~, W~), tanb = 10, mu>0/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (H~, W~), tanb = 10, mu>0/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (H~, W~), tanb = 10, mu>0/yoda1"},"description":"95% CL exclusion limits for the $(\\tilde{H},\\tilde{W})$ models. The limits are projected on to a two-dimensional plane of the physical...","doi":"10.17182/hepdata.104458.v3/t69","id":1583879,"location":"Figure 14d","messages":false,"name":"Exp limit (+1sig) on (H~, W~), tanb = 10, mu>0","processed_name":"Explimit(+1sig)on(H~,W~),tanb=10,mu>0","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458922?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458923?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, W~), tanb = 10, mu>0/csv","json":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, W~), tanb = 10, mu>0/json","root":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, W~), tanb = 10, mu>0/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, W~), tanb = 10, mu>0/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, W~), tanb = 10, mu>0/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, W~), tanb = 10, mu>0/yoda1"},"description":"95% CL exclusion limits for the $(\\tilde{H},\\tilde{W})$ models. The limits are projected on to a two-dimensional plane of the physical...","doi":"10.17182/hepdata.104458.v3/t70","id":1583880,"location":"Figure 14d","messages":false,"name":"Obs limit on (H~, W~), tanb = 10, mu>0","processed_name":"Obslimiton(H~,W~),tanb=10,mu>0","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458925?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458926?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (H~, W~), tanb = 10, mu>0/csv","json":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (H~, W~), tanb = 10, mu>0/json","root":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (H~, W~), tanb = 10, mu>0/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (H~, W~), tanb = 10, mu>0/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (H~, W~), tanb = 10, mu>0/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (H~, W~), tanb = 10, mu>0/yoda1"},"description":"95% CL exclusion limits for the $(\\tilde{H},\\tilde{W})$ models. The limits are projected on to a two-dimensional plane of the physical...","doi":"10.17182/hepdata.104458.v3/t71","id":1583881,"location":"Figure 14d","messages":false,"name":"Obs limit (+1sig) on (H~, W~), tanb = 10, mu>0","processed_name":"Obslimit(+1sig)on(H~,W~),tanb=10,mu>0","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458928?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458929?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (H~, W~), tanb = 10, mu>0/csv","json":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (H~, W~), tanb = 10, mu>0/json","root":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (H~, W~), tanb = 10, mu>0/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (H~, W~), tanb = 10, mu>0/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (H~, W~), tanb = 10, mu>0/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (H~, W~), tanb = 10, mu>0/yoda1"},"description":"95% CL exclusion limits for the $(\\tilde{H},\\tilde{W})$ models. The limits are projected on to a two-dimensional plane of the physical...","doi":"10.17182/hepdata.104458.v3/t72","id":1583882,"location":"Figure 14d","messages":false,"name":"Obs limit (-1sig) on (H~, W~), tanb = 10, mu>0","processed_name":"Obslimit(-1sig)on(H~,W~),tanb=10,mu>0","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458931?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458932?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, H~), tanb = 10, M2 vs mu/csv","json":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, H~), tanb = 10, M2 vs mu/json","root":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, H~), tanb = 10, M2 vs mu/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, H~), tanb = 10, M2 vs mu/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, H~), tanb = 10, M2 vs mu/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, H~), tanb = 10, M2 vs mu/yoda1"},"description":"95% CL exclusion limits for the $(\\tilde{W},\\tilde{H})$ models. The limits are projected on to a two-dimensional plane as a function...","doi":"10.17182/hepdata.104458.v3/t73","id":1583883,"location":"Figure 14b","messages":false,"name":"Exp limit on (W~, H~), tanb = 10, M2 vs mu","processed_name":"Explimiton(W~,H~),tanb=10,M2vsmu","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458934?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458935?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (W~, H~), tanb = 10, M2 vs mu/csv","json":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (W~, H~), tanb = 10, M2 vs mu/json","root":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (W~, H~), tanb = 10, M2 vs mu/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (W~, H~), tanb = 10, M2 vs mu/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (W~, H~), tanb = 10, M2 vs mu/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (W~, H~), tanb = 10, M2 vs mu/yoda1"},"description":"95% CL exclusion limits for the $(\\tilde{W},\\tilde{H})$ models. The limits are projected on to a two-dimensional plane as a function...","doi":"10.17182/hepdata.104458.v3/t74","id":1583884,"location":"Figure 14a","messages":false,"name":"Exp limit (+1sig) on (W~, H~), tanb = 10, M2 vs mu","processed_name":"Explimit(+1sig)on(W~,H~),tanb=10,M2vsmu","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458937?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458938?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Exp limit (-1sig) on (W~, H~), tanb = 10, M2 vs mu/csv","json":"https://www.hepdata.net/download/table/ins1906174/Exp limit (-1sig) on (W~, H~), tanb = 10, M2 vs mu/json","root":"https://www.hepdata.net/download/table/ins1906174/Exp limit (-1sig) on (W~, H~), tanb = 10, M2 vs mu/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Exp limit (-1sig) on (W~, H~), tanb = 10, M2 vs mu/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Exp limit (-1sig) on (W~, H~), tanb = 10, M2 vs mu/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Exp limit (-1sig) on (W~, H~), tanb = 10, M2 vs mu/yoda1"},"description":"95% CL exclusion limits for the $(\\tilde{W},\\tilde{H})$ models. The limits are projected on to a two-dimensional plane as a function...","doi":"10.17182/hepdata.104458.v3/t75","id":1583885,"location":"Figure 14a","messages":false,"name":"Exp limit (-1sig) on (W~, H~), tanb = 10, M2 vs mu","processed_name":"Explimit(-1sig)on(W~,H~),tanb=10,M2vsmu","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458940?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458941?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, H~), tanb = 10, M2 vs mu/csv","json":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, H~), tanb = 10, M2 vs mu/json","root":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, H~), tanb = 10, M2 vs mu/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, H~), tanb = 10, M2 vs mu/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, H~), tanb = 10, M2 vs mu/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, H~), tanb = 10, M2 vs mu/yoda1"},"description":"95% CL exclusion limits for the $(\\tilde{W},\\tilde{H})$ models. The limits are projected on to a two-dimensional plane as a function...","doi":"10.17182/hepdata.104458.v3/t76","id":1583886,"location":"Figure 14b","messages":false,"name":"Obs limit on (W~, H~), tanb = 10, M2 vs mu","processed_name":"Obslimiton(W~,H~),tanb=10,M2vsmu","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458943?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458944?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (W~, H~), tanb = 10, M2 vs mu/csv","json":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (W~, H~), tanb = 10, M2 vs mu/json","root":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (W~, H~), tanb = 10, M2 vs mu/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (W~, H~), tanb = 10, M2 vs mu/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (W~, H~), tanb = 10, M2 vs mu/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (W~, H~), tanb = 10, M2 vs mu/yoda1"},"description":"95% CL exclusion limits for the $(\\tilde{W},\\tilde{H})$ models. The limits are projected on to a two-dimensional plane as a function...","doi":"10.17182/hepdata.104458.v3/t77","id":1583887,"location":"Figure 14a","messages":false,"name":"Obs limit (+1sig) on (W~, H~), tanb = 10, M2 vs mu","processed_name":"Obslimit(+1sig)on(W~,H~),tanb=10,M2vsmu","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458946?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458947?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (W~, H~), tanb = 10, M2 vs mu/csv","json":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (W~, H~), tanb = 10, M2 vs mu/json","root":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (W~, H~), tanb = 10, M2 vs mu/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (W~, H~), tanb = 10, M2 vs mu/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (W~, H~), tanb = 10, M2 vs mu/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (W~, H~), tanb = 10, M2 vs mu/yoda1"},"description":"95% CL exclusion limits for the $(\\tilde{W},\\tilde{H})$ models. The limits are projected on to a two-dimensional plane as a function...","doi":"10.17182/hepdata.104458.v3/t78","id":1583888,"location":"Figure 14a","messages":false,"name":"Obs limit (-1sig) on (W~, H~), tanb = 10, M2 vs mu","processed_name":"Obslimit(-1sig)on(W~,H~),tanb=10,M2vsmu","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458949?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458950?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (H~, W~), tanb = 10, M2 vs mu/csv","json":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (H~, W~), tanb = 10, M2 vs mu/json","root":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (H~, W~), tanb = 10, M2 vs mu/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (H~, W~), tanb = 10, M2 vs mu/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (H~, W~), tanb = 10, M2 vs mu/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (H~, W~), tanb = 10, M2 vs mu/yoda1"},"description":"95% CL exclusion limits for the $(\\tilde{H},\\tilde{W})$ models. The limits are projected on to a two-dimensional plane as a function...","doi":"10.17182/hepdata.104458.v3/t79","id":1583889,"location":"Figure 14b","messages":false,"name":"Exp limit on (H~, W~), tanb = 10, M2 vs mu","processed_name":"Explimiton(H~,W~),tanb=10,M2vsmu","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458952?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458953?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (H~, W~), tanb = 10, M2 vs mu/csv","json":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (H~, W~), tanb = 10, M2 vs mu/json","root":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (H~, W~), tanb = 10, M2 vs mu/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (H~, W~), tanb = 10, M2 vs mu/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (H~, W~), tanb = 10, M2 vs mu/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (H~, W~), tanb = 10, M2 vs mu/yoda1"},"description":"95% CL exclusion limits for the $(\\tilde{H},\\tilde{W})$ models. The limits are projected on to a two-dimensional plane as a function...","doi":"10.17182/hepdata.104458.v3/t80","id":1583890,"location":"Figure 14a","messages":false,"name":"Exp limit (+1sig) on (H~, W~), tanb = 10, M2 vs mu","processed_name":"Explimit(+1sig)on(H~,W~),tanb=10,M2vsmu","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458955?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458956?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, W~), tanb = 10, M2 vs mu/csv","json":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, W~), tanb = 10, M2 vs mu/json","root":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, W~), tanb = 10, M2 vs mu/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, W~), tanb = 10, M2 vs mu/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, W~), tanb = 10, M2 vs mu/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, W~), tanb = 10, M2 vs mu/yoda1"},"description":"95% CL exclusion limits for the $(\\tilde{H},\\tilde{W})$ models. The limits are projected on to a two-dimensional plane as a function...","doi":"10.17182/hepdata.104458.v3/t81","id":1583891,"location":"Figure 14b","messages":false,"name":"Obs limit on (H~, W~), tanb = 10, M2 vs mu","processed_name":"Obslimiton(H~,W~),tanb=10,M2vsmu","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458958?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458959?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (H~, W~), tanb = 10, M2 vs mu/csv","json":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (H~, W~), tanb = 10, M2 vs mu/json","root":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (H~, W~), tanb = 10, M2 vs mu/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (H~, W~), tanb = 10, M2 vs mu/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (H~, W~), tanb = 10, M2 vs mu/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (H~, W~), tanb = 10, M2 vs mu/yoda1"},"description":"95% CL exclusion limits for the $(\\tilde{H},\\tilde{W})$ models. The limits are projected on to a two-dimensional plane as a function...","doi":"10.17182/hepdata.104458.v3/t82","id":1583892,"location":"Figure 14a","messages":false,"name":"Obs limit (+1sig) on (H~, W~), tanb = 10, M2 vs mu","processed_name":"Obslimit(+1sig)on(H~,W~),tanb=10,M2vsmu","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458961?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458962?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (H~, W~), tanb = 10, M2 vs mu/csv","json":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (H~, W~), tanb = 10, M2 vs mu/json","root":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (H~, W~), tanb = 10, M2 vs mu/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (H~, W~), tanb = 10, M2 vs mu/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (H~, W~), tanb = 10, M2 vs mu/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (H~, W~), tanb = 10, M2 vs mu/yoda1"},"description":"95% CL exclusion limits for the $(\\tilde{H},\\tilde{W})$ models. The limits are projected on to a two-dimensional plane as a function...","doi":"10.17182/hepdata.104458.v3/t83","id":1583893,"location":"Figure 14a","messages":false,"name":"Obs limit (-1sig) on (H~, W~), tanb = 10, M2 vs mu","processed_name":"Obslimit(-1sig)on(H~,W~),tanb=10,M2vsmu","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458964?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458965?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (H~, G~)/csv","json":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (H~, G~)/json","root":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (H~, G~)/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (H~, G~)/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (H~, G~)/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (H~, G~)/yoda1"},"description":"Expected (dashed) and observed (solid red) 95% CL exclusion limit derived for the $(\\tilde{H},\\tilde{G})$ model, as a function of the...","doi":"10.17182/hepdata.104458.v3/t84","id":1583894,"location":"Figure 16","messages":false,"name":"Exp limit on (H~, G~)","processed_name":"Explimiton(H~,G~)","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458967?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458968?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (H~, G~)/csv","json":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (H~, G~)/json","root":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (H~, G~)/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (H~, G~)/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (H~, G~)/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (H~, G~)/yoda1"},"description":"Expected (dashed) and observed (solid red) 95% CL exclusion limit derived for the $(\\tilde{H},\\tilde{G})$ model, as a function of the...","doi":"10.17182/hepdata.104458.v3/t85","id":1583895,"location":"Figure 16","messages":false,"name":"Exp limit (+1sig) on (H~, G~)","processed_name":"Explimit(+1sig)on(H~,G~)","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458970?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458971?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Exp limit (-1sig) on (H~, G~)/csv","json":"https://www.hepdata.net/download/table/ins1906174/Exp limit (-1sig) on (H~, G~)/json","root":"https://www.hepdata.net/download/table/ins1906174/Exp limit (-1sig) on (H~, G~)/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Exp limit (-1sig) on (H~, G~)/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Exp limit (-1sig) on (H~, G~)/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Exp limit (-1sig) on (H~, G~)/yoda1"},"description":"Expected (dashed) and observed (solid red) 95% CL exclusion limit derived for the $(\\tilde{H},\\tilde{G})$ model, as a function of the...","doi":"10.17182/hepdata.104458.v3/t86","id":1583896,"location":"Figure 16","messages":false,"name":"Exp limit (-1sig) on (H~, G~)","processed_name":"Explimit(-1sig)on(H~,G~)","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458973?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458974?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, G~)/csv","json":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, G~)/json","root":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, G~)/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, G~)/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, G~)/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, G~)/yoda1"},"description":"Expected (dashed) and observed (solid red) 95% CL exclusion limit derived for the $(\\tilde{H},\\tilde{G})$ model, as a function of the...","doi":"10.17182/hepdata.104458.v3/t87","id":1583897,"location":"Figure 16","messages":false,"name":"Obs limit on (H~, G~)","processed_name":"Obslimiton(H~,G~)","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458976?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458977?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (H~, G~)/csv","json":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (H~, G~)/json","root":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (H~, G~)/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (H~, G~)/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (H~, G~)/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (H~, G~)/yoda1"},"description":"Expected (dashed) and observed (solid red) 95% CL exclusion limit derived for the $(\\tilde{H},\\tilde{G})$ model, as a function of the...","doi":"10.17182/hepdata.104458.v3/t88","id":1583898,"location":"Figure 16","messages":false,"name":"Obs limit (+1sig) on (H~, G~)","processed_name":"Obslimit(+1sig)on(H~,G~)","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458979?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458980?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (H~, G~)/csv","json":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (H~, G~)/json","root":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (H~, G~)/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (H~, G~)/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (H~, G~)/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (H~, G~)/yoda1"},"description":"Expected (dashed) and observed (solid red) 95% CL exclusion limit derived for the $(\\tilde{H},\\tilde{G})$ model, as a function of the...","doi":"10.17182/hepdata.104458.v3/t89","id":1583899,"location":"Figure 16","messages":false,"name":"Obs limit (-1sig) on (H~, G~)","processed_name":"Obslimit(-1sig)on(H~,G~)","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458982?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458983?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (H~, a~) B(N1->Za~) = 100%25/csv","json":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (H~, a~) B(N1->Za~) = 100%25/json","root":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (H~, a~) B(N1->Za~) = 100%25/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (H~, a~) B(N1->Za~) = 100%25/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (H~, a~) B(N1->Za~) = 100%25/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (H~, a~) B(N1->Za~) = 100%25/yoda1"},"description":"95% CL exclusion limits for the $(\\tilde{H},\\tilde{a})$ model as the function of axino mass ($m(\\tilde{a})$) and the lightest higgsino ($m(\\tilde{\\chi}_{1}^{0})$)....","doi":"10.17182/hepdata.104458.v3/t90","id":1583900,"location":"Figure 17b","messages":false,"name":"Exp limit on (H~, a~) B(N1->Za~) = 100%","processed_name":"Explimiton(H~,a~)B(N1->Za~)=100%","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458985?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458986?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (H~, a~) B(N1->Za~) = 100%25/csv","json":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (H~, a~) B(N1->Za~) = 100%25/json","root":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (H~, a~) B(N1->Za~) = 100%25/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (H~, a~) B(N1->Za~) = 100%25/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (H~, a~) B(N1->Za~) = 100%25/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (H~, a~) B(N1->Za~) = 100%25/yoda1"},"description":"95% CL exclusion limits for the $(\\tilde{H},\\tilde{a})$ model as the function of axino mass ($m(\\tilde{a})$) and the lightest higgsino ($m(\\tilde{\\chi}_{1}^{0})$)....","doi":"10.17182/hepdata.104458.v3/t91","id":1583901,"location":"Figure 17a","messages":false,"name":"Exp limit (+1sig) on (H~, a~) B(N1->Za~) = 100%","processed_name":"Explimit(+1sig)on(H~,a~)B(N1->Za~)=100%","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458988?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458989?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Exp limit (-1sig) on (H~, a~) B(N1->Za~) = 100%25/csv","json":"https://www.hepdata.net/download/table/ins1906174/Exp limit (-1sig) on (H~, a~) B(N1->Za~) = 100%25/json","root":"https://www.hepdata.net/download/table/ins1906174/Exp limit (-1sig) on (H~, a~) B(N1->Za~) = 100%25/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Exp limit (-1sig) on (H~, a~) B(N1->Za~) = 100%25/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Exp limit (-1sig) on (H~, a~) B(N1->Za~) = 100%25/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Exp limit (-1sig) on (H~, a~) B(N1->Za~) = 100%25/yoda1"},"description":"95% CL exclusion limits for the $(\\tilde{H},\\tilde{a})$ model as the function of axino mass ($m(\\tilde{a})$) and the lightest higgsino ($m(\\tilde{\\chi}_{1}^{0})$)....","doi":"10.17182/hepdata.104458.v3/t92","id":1583902,"location":"Figure 17a","messages":false,"name":"Exp limit (-1sig) on (H~, a~) B(N1->Za~) = 100%","processed_name":"Explimit(-1sig)on(H~,a~)B(N1->Za~)=100%","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458991?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458992?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, a~) B(N1->Za~) = 100%25/csv","json":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, a~) B(N1->Za~) = 100%25/json","root":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, a~) B(N1->Za~) = 100%25/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, a~) B(N1->Za~) = 100%25/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, a~) B(N1->Za~) = 100%25/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, a~) B(N1->Za~) = 100%25/yoda1"},"description":"95% CL exclusion limits for the $(\\tilde{H},\\tilde{a})$ model as the function of axino mass ($m(\\tilde{a})$) and the lightest higgsino ($m(\\tilde{\\chi}_{1}^{0})$)....","doi":"10.17182/hepdata.104458.v3/t93","id":1583903,"location":"Figure 17b","messages":false,"name":"Obs limit on (H~, a~) B(N1->Za~) = 100%","processed_name":"Obslimiton(H~,a~)B(N1->Za~)=100%","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458994?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458995?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (H~, a~) B(N1->Za~) = 100%25/csv","json":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (H~, a~) B(N1->Za~) = 100%25/json","root":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (H~, a~) B(N1->Za~) = 100%25/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (H~, a~) B(N1->Za~) = 100%25/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (H~, a~) B(N1->Za~) = 100%25/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (H~, a~) B(N1->Za~) = 100%25/yoda1"},"description":"95% CL exclusion limits for the $(\\tilde{H},\\tilde{a})$ model as the function of axino mass ($m(\\tilde{a})$) and the lightest higgsino ($m(\\tilde{\\chi}_{1}^{0})$)....","doi":"10.17182/hepdata.104458.v3/t94","id":1583904,"location":"Figure 17a","messages":false,"name":"Obs limit (+1sig) on (H~, a~) B(N1->Za~) = 100%","processed_name":"Obslimit(+1sig)on(H~,a~)B(N1->Za~)=100%","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458997?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458998?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (H~, a~) B(N1->Za~) = 100%25/csv","json":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (H~, a~) B(N1->Za~) = 100%25/json","root":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (H~, a~) B(N1->Za~) = 100%25/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (H~, a~) B(N1->Za~) = 100%25/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (H~, a~) B(N1->Za~) = 100%25/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (H~, a~) B(N1->Za~) = 100%25/yoda1"},"description":"95% CL exclusion limits for the $(\\tilde{H},\\tilde{a})$ model as the function of axino mass ($m(\\tilde{a})$) and the lightest higgsino ($m(\\tilde{\\chi}_{1}^{0})$)....","doi":"10.17182/hepdata.104458.v3/t95","id":1583905,"location":"Figure 17a","messages":false,"name":"Obs limit (-1sig) on (H~, a~) B(N1->Za~) = 100%","processed_name":"Obslimit(-1sig)on(H~,a~)B(N1->Za~)=100%","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459000?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459001?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (H~, a~) B(N1->Za~) = 75%25/csv","json":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (H~, a~) B(N1->Za~) = 75%25/json","root":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (H~, a~) B(N1->Za~) = 75%25/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (H~, a~) B(N1->Za~) = 75%25/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (H~, a~) B(N1->Za~) = 75%25/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (H~, a~) B(N1->Za~) = 75%25/yoda1"},"description":"95% CL exclusion limits for the $(\\tilde{H},\\tilde{a})$ model as the function of axino mass ($m(\\tilde{a})$) and the lightest higgsino ($m(\\tilde{\\chi}_{1}^{0})$)....","doi":"10.17182/hepdata.104458.v3/t96","id":1583906,"location":"Figure 17b","messages":false,"name":"Exp limit on (H~, a~) B(N1->Za~) = 75%","processed_name":"Explimiton(H~,a~)B(N1->Za~)=75%","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459003?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459004?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, a~) B(N1->Za~) = 75%25/csv","json":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, a~) B(N1->Za~) = 75%25/json","root":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, a~) B(N1->Za~) = 75%25/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, a~) B(N1->Za~) = 75%25/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, a~) B(N1->Za~) = 75%25/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, a~) B(N1->Za~) = 75%25/yoda1"},"description":"95% CL exclusion limits for the $(\\tilde{H},\\tilde{a})$ model as the function of axino mass ($m(\\tilde{a})$) and the lightest higgsino ($m(\\tilde{\\chi}_{1}^{0})$)....","doi":"10.17182/hepdata.104458.v3/t97","id":1583907,"location":"Figure 17b","messages":false,"name":"Obs limit on (H~, a~) B(N1->Za~) = 75%","processed_name":"Obslimiton(H~,a~)B(N1->Za~)=75%","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459006?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459007?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (H~, a~) B(N1->Za~) = 50%25/csv","json":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (H~, a~) B(N1->Za~) = 50%25/json","root":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (H~, a~) B(N1->Za~) = 50%25/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (H~, a~) B(N1->Za~) = 50%25/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (H~, a~) B(N1->Za~) = 50%25/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (H~, a~) B(N1->Za~) = 50%25/yoda1"},"description":"95% CL exclusion limits for the $(\\tilde{H},\\tilde{a})$ model as the function of axino mass ($m(\\tilde{a})$) and the lightest higgsino ($m(\\tilde{\\chi}_{1}^{0})$)....","doi":"10.17182/hepdata.104458.v3/t98","id":1583908,"location":"Figure 17b","messages":false,"name":"Exp limit on (H~, a~) B(N1->Za~) = 50%","processed_name":"Explimiton(H~,a~)B(N1->Za~)=50%","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459009?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459010?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, a~) B(N1->Za~) = 50%25/csv","json":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, a~) B(N1->Za~) = 50%25/json","root":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, a~) B(N1->Za~) = 50%25/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, a~) B(N1->Za~) = 50%25/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, a~) B(N1->Za~) = 50%25/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, a~) B(N1->Za~) = 50%25/yoda1"},"description":"95% CL exclusion limits for the $(\\tilde{H},\\tilde{a})$ model as the function of axino mass ($m(\\tilde{a})$) and the lightest higgsino ($m(\\tilde{\\chi}_{1}^{0})$)....","doi":"10.17182/hepdata.104458.v3/t99","id":1583909,"location":"Figure 17b","messages":false,"name":"Obs limit on (H~, a~) B(N1->Za~) = 50%","processed_name":"Obslimiton(H~,a~)B(N1->Za~)=50%","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459012?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459013?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, a~) B(N1->Za~) = 25%25/csv","json":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, a~) B(N1->Za~) = 25%25/json","root":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, a~) B(N1->Za~) = 25%25/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, a~) B(N1->Za~) = 25%25/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, a~) B(N1->Za~) = 25%25/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, a~) B(N1->Za~) = 25%25/yoda1"},"description":"95% CL exclusion limits for the $(\\tilde{H},\\tilde{a})$ model as the function of axino mass ($m(\\tilde{a})$) and the lightest higgsino ($m(\\tilde{\\chi}_{1}^{0})$)....","doi":"10.17182/hepdata.104458.v3/t100","id":1583910,"location":"Figure 17b","messages":false,"name":"Obs limit on (H~, a~) B(N1->Za~) = 25%","processed_name":"Obslimiton(H~,a~)B(N1->Za~)=25%","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459015?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459016?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/B(C2->W+N1,N2) in (W~, H~), tanb=10, mu>0/csv","json":"https://www.hepdata.net/download/table/ins1906174/B(C2->W+N1,N2) in (W~, H~), tanb=10, mu>0/json","root":"https://www.hepdata.net/download/table/ins1906174/B(C2->W+N1,N2) in (W~, H~), tanb=10, mu>0/root","yaml":"https://www.hepdata.net/download/table/ins1906174/B(C2->W+N1,N2) in (W~, H~), tanb=10, mu>0/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/B(C2->W+N1,N2) in (W~, H~), tanb=10, mu>0/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/B(C2->W+N1,N2) in (W~, H~), tanb=10, mu>0/yoda1"},"description":"The $\\tilde{\\chi}_{\\textrm{heavy}}$ branching ratios in the $(\\tilde{W},\\tilde{H})$ model ($\\tan\\beta=10, \\mu>0$). The branching ratios of wino-like chargino ($\\tilde{\\chi}_{2}^{\\pm}$) and wino-like neutralino...","doi":"10.17182/hepdata.104458.v3/t101","id":1583911,"location":"Figure 4a auxiliary material","messages":false,"name":"B(C2->W+N1,N2) in (W~, H~), tanb=10, mu>0","processed_name":"B(C2->W+N1,N2)in(W~,H~),tanb=10,mu>0","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459018?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459019?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/B(C2->Z+C1) in (W~, H~), tanb=10, mu>0/csv","json":"https://www.hepdata.net/download/table/ins1906174/B(C2->Z+C1) in (W~, H~), tanb=10, mu>0/json","root":"https://www.hepdata.net/download/table/ins1906174/B(C2->Z+C1) in (W~, H~), tanb=10, mu>0/root","yaml":"https://www.hepdata.net/download/table/ins1906174/B(C2->Z+C1) in (W~, H~), tanb=10, mu>0/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/B(C2->Z+C1) in (W~, H~), tanb=10, mu>0/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/B(C2->Z+C1) in (W~, H~), tanb=10, mu>0/yoda1"},"description":"The $\\tilde{\\chi}_{\\textrm{heavy}}$ branching ratios in the $(\\tilde{W},\\tilde{H})$ model ($\\tan\\beta=10, \\mu>0$). The branching ratios of wino-like chargino ($\\tilde{\\chi}_{2}^{\\pm}$) and wino-like neutralino...","doi":"10.17182/hepdata.104458.v3/t102","id":1583912,"location":"Figure 4c auxiliary material","messages":false,"name":"B(C2->Z+C1) in (W~, H~), tanb=10, mu>0","processed_name":"B(C2->Z+C1)in(W~,H~),tanb=10,mu>0","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459021?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459022?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/B(C2->h+C1) in (W~, H~), tanb=10, mu>0/csv","json":"https://www.hepdata.net/download/table/ins1906174/B(C2->h+C1) in (W~, H~), tanb=10, mu>0/json","root":"https://www.hepdata.net/download/table/ins1906174/B(C2->h+C1) in (W~, H~), tanb=10, mu>0/root","yaml":"https://www.hepdata.net/download/table/ins1906174/B(C2->h+C1) in (W~, H~), tanb=10, mu>0/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/B(C2->h+C1) in (W~, H~), tanb=10, mu>0/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/B(C2->h+C1) in (W~, H~), tanb=10, mu>0/yoda1"},"description":"The $\\tilde{\\chi}_{\\textrm{heavy}}$ branching ratios in the $(\\tilde{W},\\tilde{H})$ model ($\\tan\\beta=10, \\mu>0$). The branching ratios of wino-like chargino ($\\tilde{\\chi}_{2}^{\\pm}$) and wino-like neutralino...","doi":"10.17182/hepdata.104458.v3/t103","id":1583913,"location":"Figure 4e auxiliary material","messages":false,"name":"B(C2->h+C1) in (W~, H~), tanb=10, mu>0","processed_name":"B(C2->h+C1)in(W~,H~),tanb=10,mu>0","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459024?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459025?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/B(N3->W+C1) in (W~, H~), tanb=10, mu>0/csv","json":"https://www.hepdata.net/download/table/ins1906174/B(N3->W+C1) in (W~, H~), tanb=10, mu>0/json","root":"https://www.hepdata.net/download/table/ins1906174/B(N3->W+C1) in (W~, H~), tanb=10, mu>0/root","yaml":"https://www.hepdata.net/download/table/ins1906174/B(N3->W+C1) in (W~, H~), tanb=10, mu>0/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/B(N3->W+C1) in (W~, H~), tanb=10, mu>0/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/B(N3->W+C1) in (W~, H~), tanb=10, mu>0/yoda1"},"description":"The $\\tilde{\\chi}_{\\textrm{heavy}}$ branching ratios in the $(\\tilde{W},\\tilde{H})$ model ($\\tan\\beta=10, \\mu>0$). The branching ratios of wino-like chargino ($\\tilde{\\chi}_{2}^{\\pm}$) and wino-like neutralino...","doi":"10.17182/hepdata.104458.v3/t104","id":1583914,"location":"Figure 4b auxiliary material","messages":false,"name":"B(N3->W+C1) in (W~, H~), tanb=10, mu>0","processed_name":"B(N3->W+C1)in(W~,H~),tanb=10,mu>0","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459027?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459028?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/B(N3->Z+N1,N2) in (W~, H~), tanb=10, mu>0/csv","json":"https://www.hepdata.net/download/table/ins1906174/B(N3->Z+N1,N2) in (W~, H~), tanb=10, mu>0/json","root":"https://www.hepdata.net/download/table/ins1906174/B(N3->Z+N1,N2) in (W~, H~), tanb=10, mu>0/root","yaml":"https://www.hepdata.net/download/table/ins1906174/B(N3->Z+N1,N2) in (W~, H~), tanb=10, mu>0/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/B(N3->Z+N1,N2) in (W~, H~), tanb=10, mu>0/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/B(N3->Z+N1,N2) in (W~, H~), tanb=10, mu>0/yoda1"},"description":"The $\\tilde{\\chi}_{\\textrm{heavy}}$ branching ratios in the $(\\tilde{W},\\tilde{H})$ model ($\\tan\\beta=10, \\mu>0$). The branching ratios of wino-like chargino ($\\tilde{\\chi}_{2}^{\\pm}$) and wino-like neutralino...","doi":"10.17182/hepdata.104458.v3/t105","id":1583915,"location":"Figure 4d auxiliary material","messages":false,"name":"B(N3->Z+N1,N2) in (W~, H~), tanb=10, mu>0","processed_name":"B(N3->Z+N1,N2)in(W~,H~),tanb=10,mu>0","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459030?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459031?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/B(N3->h+N1,N2) in (W~, H~), tanb=10, mu>0/csv","json":"https://www.hepdata.net/download/table/ins1906174/B(N3->h+N1,N2) in (W~, H~), tanb=10, mu>0/json","root":"https://www.hepdata.net/download/table/ins1906174/B(N3->h+N1,N2) in (W~, H~), tanb=10, mu>0/root","yaml":"https://www.hepdata.net/download/table/ins1906174/B(N3->h+N1,N2) in (W~, H~), tanb=10, mu>0/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/B(N3->h+N1,N2) in (W~, H~), tanb=10, mu>0/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/B(N3->h+N1,N2) in (W~, H~), tanb=10, mu>0/yoda1"},"description":"The $\\tilde{\\chi}_{\\textrm{heavy}}$ branching ratios in the $(\\tilde{W},\\tilde{H})$ model ($\\tan\\beta=10, \\mu>0$). The branching ratios of wino-like chargino ($\\tilde{\\chi}_{2}^{\\pm}$) and wino-like neutralino...","doi":"10.17182/hepdata.104458.v3/t106","id":1583916,"location":"Figure 4f auxiliary material","messages":false,"name":"B(N3->h+N1,N2) in (W~, H~), tanb=10, mu>0","processed_name":"B(N3->h+N1,N2)in(W~,H~),tanb=10,mu>0","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459033?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459034?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/B(C2->W+N1) in (H~, W~), tanb=10, mu>0/csv","json":"https://www.hepdata.net/download/table/ins1906174/B(C2->W+N1) in (H~, W~), tanb=10, mu>0/json","root":"https://www.hepdata.net/download/table/ins1906174/B(C2->W+N1) in (H~, W~), tanb=10, mu>0/root","yaml":"https://www.hepdata.net/download/table/ins1906174/B(C2->W+N1) in (H~, W~), tanb=10, mu>0/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/B(C2->W+N1) in (H~, W~), tanb=10, mu>0/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/B(C2->W+N1) in (H~, W~), tanb=10, mu>0/yoda1"},"description":"The $\\tilde{\\chi}_{\\textrm{heavy}}$ branching ratios in the $(\\tilde{H},\\tilde{W})$ model ($\\tan\\beta=10, \\mu>0$). The branching ratios of higgsino-like chargino ($\\tilde{\\chi}_{2}^{\\pm}$) and higgsino-like neutralinos...","doi":"10.17182/hepdata.104458.v3/t107","id":1583917,"location":"Figure 5a auxiliary material","messages":false,"name":"B(C2->W+N1) in (H~, W~), tanb=10, mu>0","processed_name":"B(C2->W+N1)in(H~,W~),tanb=10,mu>0","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459036?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459037?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/B(C2->Z+C1) in (H~, W~), tanb=10, mu>0/csv","json":"https://www.hepdata.net/download/table/ins1906174/B(C2->Z+C1) in (H~, W~), tanb=10, mu>0/json","root":"https://www.hepdata.net/download/table/ins1906174/B(C2->Z+C1) in (H~, W~), tanb=10, mu>0/root","yaml":"https://www.hepdata.net/download/table/ins1906174/B(C2->Z+C1) in (H~, W~), tanb=10, mu>0/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/B(C2->Z+C1) in (H~, W~), tanb=10, mu>0/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/B(C2->Z+C1) in (H~, W~), tanb=10, mu>0/yoda1"},"description":"The $\\tilde{\\chi}_{\\textrm{heavy}}$ branching ratios in the $(\\tilde{H},\\tilde{W})$ model ($\\tan\\beta=10, \\mu>0$). The branching ratios of higgsino-like chargino ($\\tilde{\\chi}_{2}^{\\pm}$) and higgsino-like neutralinos...","doi":"10.17182/hepdata.104458.v3/t108","id":1583918,"location":"Figure 5b auxiliary material","messages":false,"name":"B(C2->Z+C1) in (H~, W~), tanb=10, mu>0","processed_name":"B(C2->Z+C1)in(H~,W~),tanb=10,mu>0","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459039?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459040?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/B(C2->h+C1) in (H~, W~), tanb=10, mu>0/csv","json":"https://www.hepdata.net/download/table/ins1906174/B(C2->h+C1) in (H~, W~), tanb=10, mu>0/json","root":"https://www.hepdata.net/download/table/ins1906174/B(C2->h+C1) in (H~, W~), tanb=10, mu>0/root","yaml":"https://www.hepdata.net/download/table/ins1906174/B(C2->h+C1) in (H~, W~), tanb=10, mu>0/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/B(C2->h+C1) in (H~, W~), tanb=10, mu>0/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/B(C2->h+C1) in (H~, W~), tanb=10, mu>0/yoda1"},"description":"The $\\tilde{\\chi}_{\\textrm{heavy}}$ branching ratios in the $(\\tilde{H},\\tilde{W})$ model ($\\tan\\beta=10, \\mu>0$). The branching ratios of higgsino-like chargino ($\\tilde{\\chi}_{2}^{\\pm}$) and higgsino-like neutralinos...","doi":"10.17182/hepdata.104458.v3/t109","id":1583919,"location":"Figure 5c auxiliary material","messages":false,"name":"B(C2->h+C1) in (H~, W~), tanb=10, mu>0","processed_name":"B(C2->h+C1)in(H~,W~),tanb=10,mu>0","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459042?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459043?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/B(N2->W+C1) in (H~, W~), tanb=10, mu>0/csv","json":"https://www.hepdata.net/download/table/ins1906174/B(N2->W+C1) in (H~, W~), tanb=10, mu>0/json","root":"https://www.hepdata.net/download/table/ins1906174/B(N2->W+C1) in (H~, W~), tanb=10, mu>0/root","yaml":"https://www.hepdata.net/download/table/ins1906174/B(N2->W+C1) in (H~, W~), tanb=10, mu>0/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/B(N2->W+C1) in (H~, W~), tanb=10, mu>0/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/B(N2->W+C1) in (H~, W~), tanb=10, mu>0/yoda1"},"description":"The $\\tilde{\\chi}_{\\textrm{heavy}}$ branching ratios in the $(\\tilde{H},\\tilde{W})$ model ($\\tan\\beta=10, \\mu>0$). The branching ratios of higgsino-like chargino ($\\tilde{\\chi}_{2}^{\\pm}$) and higgsino-like neutralinos...","doi":"10.17182/hepdata.104458.v3/t110","id":1583920,"location":"Figure 5d auxiliary material","messages":false,"name":"B(N2->W+C1) in (H~, W~), tanb=10, mu>0","processed_name":"B(N2->W+C1)in(H~,W~),tanb=10,mu>0","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459045?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459046?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/B(N2->Z+N1) in (H~, W~), tanb=10, mu>0/csv","json":"https://www.hepdata.net/download/table/ins1906174/B(N2->Z+N1) in (H~, W~), tanb=10, mu>0/json","root":"https://www.hepdata.net/download/table/ins1906174/B(N2->Z+N1) in (H~, W~), tanb=10, mu>0/root","yaml":"https://www.hepdata.net/download/table/ins1906174/B(N2->Z+N1) in (H~, W~), tanb=10, mu>0/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/B(N2->Z+N1) in (H~, W~), tanb=10, mu>0/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/B(N2->Z+N1) in (H~, W~), tanb=10, mu>0/yoda1"},"description":"The $\\tilde{\\chi}_{\\textrm{heavy}}$ branching ratios in the $(\\tilde{H},\\tilde{W})$ model ($\\tan\\beta=10, \\mu>0$). The branching ratios of higgsino-like chargino ($\\tilde{\\chi}_{2}^{\\pm}$) and higgsino-like neutralinos...","doi":"10.17182/hepdata.104458.v3/t111","id":1583921,"location":"Figure 5e auxiliary material","messages":false,"name":"B(N2->Z+N1) in (H~, W~), tanb=10, mu>0","processed_name":"B(N2->Z+N1)in(H~,W~),tanb=10,mu>0","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459048?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459049?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/B(N2->h+N1) in (H~, W~), tanb=10, mu>0/csv","json":"https://www.hepdata.net/download/table/ins1906174/B(N2->h+N1) in (H~, W~), tanb=10, mu>0/json","root":"https://www.hepdata.net/download/table/ins1906174/B(N2->h+N1) in (H~, W~), tanb=10, mu>0/root","yaml":"https://www.hepdata.net/download/table/ins1906174/B(N2->h+N1) in (H~, W~), tanb=10, mu>0/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/B(N2->h+N1) in (H~, W~), tanb=10, mu>0/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/B(N2->h+N1) in (H~, W~), tanb=10, mu>0/yoda1"},"description":"The $\\tilde{\\chi}_{\\textrm{heavy}}$ branching ratios in the $(\\tilde{H},\\tilde{W})$ model ($\\tan\\beta=10, \\mu>0$). The branching ratios of higgsino-like chargino ($\\tilde{\\chi}_{2}^{\\pm}$) and higgsino-like neutralinos...","doi":"10.17182/hepdata.104458.v3/t112","id":1583922,"location":"Figure 5f auxiliary material","messages":false,"name":"B(N2->h+N1) in (H~, W~), tanb=10, mu>0","processed_name":"B(N2->h+N1)in(H~,W~),tanb=10,mu>0","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459051?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459052?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/B(N3->W+C1) in (H~, W~), tanb=10, mu>0/csv","json":"https://www.hepdata.net/download/table/ins1906174/B(N3->W+C1) in (H~, W~), tanb=10, mu>0/json","root":"https://www.hepdata.net/download/table/ins1906174/B(N3->W+C1) in (H~, W~), tanb=10, mu>0/root","yaml":"https://www.hepdata.net/download/table/ins1906174/B(N3->W+C1) in (H~, W~), tanb=10, mu>0/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/B(N3->W+C1) in (H~, W~), tanb=10, mu>0/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/B(N3->W+C1) in (H~, W~), tanb=10, mu>0/yoda1"},"description":"The $\\tilde{\\chi}_{\\textrm{heavy}}$ branching ratios in the $(\\tilde{H},\\tilde{W})$ model ($\\tan\\beta=10, \\mu>0$). The branching ratios of higgsino-like chargino ($\\tilde{\\chi}_{2}^{\\pm}$) and higgsino-like neutralinos...","doi":"10.17182/hepdata.104458.v3/t113","id":1583923,"location":"Figure 5g auxiliary material","messages":false,"name":"B(N3->W+C1) in (H~, W~), tanb=10, mu>0","processed_name":"B(N3->W+C1)in(H~,W~),tanb=10,mu>0","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459054?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459055?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/B(N3->Z+N1) in (H~, W~), tanb=10, mu>0/csv","json":"https://www.hepdata.net/download/table/ins1906174/B(N3->Z+N1) in (H~, W~), tanb=10, mu>0/json","root":"https://www.hepdata.net/download/table/ins1906174/B(N3->Z+N1) in (H~, W~), tanb=10, mu>0/root","yaml":"https://www.hepdata.net/download/table/ins1906174/B(N3->Z+N1) in (H~, W~), tanb=10, mu>0/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/B(N3->Z+N1) in (H~, W~), tanb=10, mu>0/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/B(N3->Z+N1) in (H~, W~), tanb=10, mu>0/yoda1"},"description":"The $\\tilde{\\chi}_{\\textrm{heavy}}$ branching ratios in the $(\\tilde{H},\\tilde{W})$ model ($\\tan\\beta=10, \\mu>0$). The branching ratios of higgsino-like chargino ($\\tilde{\\chi}_{2}^{\\pm}$) and higgsino-like neutralinos...","doi":"10.17182/hepdata.104458.v3/t114","id":1583924,"location":"Figure 5h auxiliary material","messages":false,"name":"B(N3->Z+N1) in (H~, W~), tanb=10, mu>0","processed_name":"B(N3->Z+N1)in(H~,W~),tanb=10,mu>0","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459057?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459058?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/B(N3->h+N1) in (H~, W~), tanb=10, mu>0/csv","json":"https://www.hepdata.net/download/table/ins1906174/B(N3->h+N1) in (H~, W~), tanb=10, mu>0/json","root":"https://www.hepdata.net/download/table/ins1906174/B(N3->h+N1) in (H~, W~), tanb=10, mu>0/root","yaml":"https://www.hepdata.net/download/table/ins1906174/B(N3->h+N1) in (H~, W~), tanb=10, mu>0/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/B(N3->h+N1) in (H~, W~), tanb=10, mu>0/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/B(N3->h+N1) in (H~, W~), tanb=10, mu>0/yoda1"},"description":"The $\\tilde{\\chi}_{\\textrm{heavy}}$ branching ratios in the $(\\tilde{H},\\tilde{W})$ model ($\\tan\\beta=10, \\mu>0$). The branching ratios of higgsino-like chargino ($\\tilde{\\chi}_{2}^{\\pm}$) and higgsino-like neutralinos...","doi":"10.17182/hepdata.104458.v3/t115","id":1583925,"location":"Figure 5i auxiliary material","messages":false,"name":"B(N3->h+N1) in (H~, W~), tanb=10, mu>0","processed_name":"B(N3->h+N1)in(H~,W~),tanb=10,mu>0","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459060?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459061?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Expected cross-section upper limit on C1C1-WW/csv","json":"https://www.hepdata.net/download/table/ins1906174/Expected cross-section upper limit on C1C1-WW/json","root":"https://www.hepdata.net/download/table/ins1906174/Expected cross-section upper limit on C1C1-WW/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Expected cross-section upper limit on C1C1-WW/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Expected cross-section upper limit on C1C1-WW/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Expected cross-section upper limit on C1C1-WW/yoda1"},"description":"Expected (dashed) and observed (solid) 95% CL exclusion limits on $(\\tilde{W},~\\tilde{B})$-SIM model (C1C1-WW). The black numbers represents the expected cross-section...","doi":"10.17182/hepdata.104458.v3/t116","id":1583926,"location":"Figure 7a auxiliary material","messages":false,"name":"Expected cross-section upper limit on C1C1-WW","processed_name":"Expectedcross-sectionupperlimitonC1C1-WW","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459063?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459064?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Expected cross-section upper limit on C1N2-WZ/csv","json":"https://www.hepdata.net/download/table/ins1906174/Expected cross-section upper limit on C1N2-WZ/json","root":"https://www.hepdata.net/download/table/ins1906174/Expected cross-section upper limit on C1N2-WZ/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Expected cross-section upper limit on C1N2-WZ/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Expected cross-section upper limit on C1N2-WZ/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Expected cross-section upper limit on C1N2-WZ/yoda1"},"description":"Expected (dashed) and observed (solid) 95% CL exclusion limits on $(\\tilde{W},~\\tilde{B})$-SIM model (C1N2-WZ). The black numbers represents the expected cross-section...","doi":"10.17182/hepdata.104458.v3/t117","id":1583927,"location":"Figure 7b auxiliary material","messages":false,"name":"Expected cross-section upper limit on C1N2-WZ","processed_name":"Expectedcross-sectionupperlimitonC1N2-WZ","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459066?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459067?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Expected cross-section upper limit on C1N2-Wh/csv","json":"https://www.hepdata.net/download/table/ins1906174/Expected cross-section upper limit on C1N2-Wh/json","root":"https://www.hepdata.net/download/table/ins1906174/Expected cross-section upper limit on C1N2-Wh/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Expected cross-section upper limit on C1N2-Wh/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Expected cross-section upper limit on C1N2-Wh/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Expected cross-section upper limit on C1N2-Wh/yoda1"},"description":"Expected (dashed) and observed (solid) 95% CL exclusion limits on $(\\tilde{W},~\\tilde{B})$-SIM model (C1N2-Wh). The black numbers represents the expected cross-section...","doi":"10.17182/hepdata.104458.v3/t118","id":1583928,"location":"Figure 7c auxiliary material","messages":false,"name":"Expected cross-section upper limit on C1N2-Wh","processed_name":"Expectedcross-sectionupperlimitonC1N2-Wh","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459069?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459070?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Expected cross-section upper limit on (H~, G~)/csv","json":"https://www.hepdata.net/download/table/ins1906174/Expected cross-section upper limit on (H~, G~)/json","root":"https://www.hepdata.net/download/table/ins1906174/Expected cross-section upper limit on (H~, G~)/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Expected cross-section upper limit on (H~, G~)/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Expected cross-section upper limit on (H~, G~)/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Expected cross-section upper limit on (H~, G~)/yoda1"},"description":"Expected (dashed) and observed (solid) 95% CL exclusion limits on $(\\tilde{H},\\tilde{G})$ models. The black numbers represents the expected cross-section upper-limits.","doi":"10.17182/hepdata.104458.v3/t119","id":1583929,"location":"Figure 7d auxiliary material","messages":false,"name":"Expected cross-section upper limit on (H~, G~)","processed_name":"Expectedcross-sectionupperlimiton(H~,G~)","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459072?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459073?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Observed cross-section upper limit on C1C1-WW/csv","json":"https://www.hepdata.net/download/table/ins1906174/Observed cross-section upper limit on C1C1-WW/json","root":"https://www.hepdata.net/download/table/ins1906174/Observed cross-section upper limit on C1C1-WW/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Observed cross-section upper limit on C1C1-WW/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Observed cross-section upper limit on C1C1-WW/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Observed cross-section upper limit on C1C1-WW/yoda1"},"description":"Expected (dashed) and observed (solid) 95% CL exclusion limits on $(\\tilde{W},~\\tilde{B})$-SIM model (C1C1-WW). The black numbers represents the observed cross-section...","doi":"10.17182/hepdata.104458.v3/t120","id":1583930,"location":"Figure 8a auxiliary material","messages":false,"name":"Observed cross-section upper limit on C1C1-WW","processed_name":"Observedcross-sectionupperlimitonC1C1-WW","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459075?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459076?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Observed cross-section upper limit on C1N2-WZ/csv","json":"https://www.hepdata.net/download/table/ins1906174/Observed cross-section upper limit on C1N2-WZ/json","root":"https://www.hepdata.net/download/table/ins1906174/Observed cross-section upper limit on C1N2-WZ/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Observed cross-section upper limit on C1N2-WZ/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Observed cross-section upper limit on C1N2-WZ/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Observed cross-section upper limit on C1N2-WZ/yoda1"},"description":"Expected (dashed) and observed (solid) 95% CL exclusion limits on $(\\tilde{W},~\\tilde{B})$-SIM model (C1N2-WZ). The black numbers represents the observed cross-section...","doi":"10.17182/hepdata.104458.v3/t121","id":1583931,"location":"Figure 8b auxiliary material","messages":false,"name":"Observed cross-section upper limit on C1N2-WZ","processed_name":"Observedcross-sectionupperlimitonC1N2-WZ","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459078?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459079?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Observed cross-section upper limit on C1N2-Wh/csv","json":"https://www.hepdata.net/download/table/ins1906174/Observed cross-section upper limit on C1N2-Wh/json","root":"https://www.hepdata.net/download/table/ins1906174/Observed cross-section upper limit on C1N2-Wh/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Observed cross-section upper limit on C1N2-Wh/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Observed cross-section upper limit on C1N2-Wh/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Observed cross-section upper limit on C1N2-Wh/yoda1"},"description":"Expected (dashed) and observed (solid) 95% CL exclusion limits on $(\\tilde{W},~\\tilde{B})$-SIM model (C1N2-Wh). The black numbers represents the observed cross-section...","doi":"10.17182/hepdata.104458.v3/t122","id":1583932,"location":"Figure 8c auxiliary material","messages":false,"name":"Observed cross-section upper limit on C1N2-Wh","processed_name":"Observedcross-sectionupperlimitonC1N2-Wh","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459081?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459082?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Observed cross-section upper limit on (H~, G~)/csv","json":"https://www.hepdata.net/download/table/ins1906174/Observed cross-section upper limit on (H~, G~)/json","root":"https://www.hepdata.net/download/table/ins1906174/Observed cross-section upper limit on (H~, G~)/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Observed cross-section upper limit on (H~, G~)/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Observed cross-section upper limit on (H~, G~)/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Observed cross-section upper limit on (H~, G~)/yoda1"},"description":"Expected (dashed) and observed (solid) 95% CL exclusion limits on $(\\tilde{H},\\tilde{G})$ models. The black numbers represents the observed cross-section upper-limits.","doi":"10.17182/hepdata.104458.v3/t123","id":1583933,"location":"Figure 8d auxiliary material","messages":false,"name":"Observed cross-section upper limit on (H~, G~)","processed_name":"Observedcross-sectionupperlimiton(H~,G~)","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459084?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459085?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Acceptance of C1C1-WW signals by SR-4Q-VV/csv","json":"https://www.hepdata.net/download/table/ins1906174/Acceptance of C1C1-WW signals by SR-4Q-VV/json","root":"https://www.hepdata.net/download/table/ins1906174/Acceptance of C1C1-WW signals by SR-4Q-VV/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Acceptance of C1C1-WW signals by SR-4Q-VV/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Acceptance of C1C1-WW signals by SR-4Q-VV/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Acceptance of C1C1-WW signals by SR-4Q-VV/yoda1"},"description":"Signal acceptance of $(\\tilde{W},\\tilde{B})$ simplified models (C1C1-WW) by their most relevant SRs, evaluated using MC simulation. The acceptance is given...","doi":"10.17182/hepdata.104458.v3/t124","id":1583934,"location":"Figure 9a auxiliary material","messages":false,"name":"Acceptance of C1C1-WW signals by SR-4Q-VV","processed_name":"AcceptanceofC1C1-WWsignalsbySR-4Q-VV","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459087?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459088?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Acceptance of C1N2-WZ signals by SR-4Q-VV/csv","json":"https://www.hepdata.net/download/table/ins1906174/Acceptance of C1N2-WZ signals by SR-4Q-VV/json","root":"https://www.hepdata.net/download/table/ins1906174/Acceptance of C1N2-WZ signals by SR-4Q-VV/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Acceptance of C1N2-WZ signals by SR-4Q-VV/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Acceptance of C1N2-WZ signals by SR-4Q-VV/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Acceptance of C1N2-WZ signals by SR-4Q-VV/yoda1"},"description":"Signal acceptance of $(\\tilde{W},\\tilde{B})$ simplified models (C1N2-WZ) by their most relevant SRs, evaluated using MC simulation. The acceptance is given...","doi":"10.17182/hepdata.104458.v3/t125","id":1583935,"location":"Figure 9b auxiliary material","messages":false,"name":"Acceptance of C1N2-WZ signals by SR-4Q-VV","processed_name":"AcceptanceofC1N2-WZsignalsbySR-4Q-VV","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459090?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459091?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Acceptance of C1N2-WZ signals by SR-2B2Q-VZ/csv","json":"https://www.hepdata.net/download/table/ins1906174/Acceptance of C1N2-WZ signals by SR-2B2Q-VZ/json","root":"https://www.hepdata.net/download/table/ins1906174/Acceptance of C1N2-WZ signals by SR-2B2Q-VZ/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Acceptance of C1N2-WZ signals by SR-2B2Q-VZ/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Acceptance of C1N2-WZ signals by SR-2B2Q-VZ/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Acceptance of C1N2-WZ signals by SR-2B2Q-VZ/yoda1"},"description":"Signal acceptance of $(\\tilde{W},\\tilde{B})$ simplified models (C1N2-WZ) by their most relevant SRs, evaluated using MC simulation. The acceptance is given...","doi":"10.17182/hepdata.104458.v3/t126","id":1583936,"location":"Figure 9c auxiliary material","messages":false,"name":"Acceptance of C1N2-WZ signals by SR-2B2Q-VZ","processed_name":"AcceptanceofC1N2-WZsignalsbySR-2B2Q-VZ","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459093?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459094?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Acceptance of C1N2-Wh signals by SR-2B2Q-Vh/csv","json":"https://www.hepdata.net/download/table/ins1906174/Acceptance of C1N2-Wh signals by SR-2B2Q-Vh/json","root":"https://www.hepdata.net/download/table/ins1906174/Acceptance of C1N2-Wh signals by SR-2B2Q-Vh/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Acceptance of C1N2-Wh signals by SR-2B2Q-Vh/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Acceptance of C1N2-Wh signals by SR-2B2Q-Vh/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Acceptance of C1N2-Wh signals by SR-2B2Q-Vh/yoda1"},"description":"Signal acceptance of $(\\tilde{W},\\tilde{B})$ simplified models (C1N2-Wh) by their most relevant SRs, evaluated using MC simulation. The acceptance is given...","doi":"10.17182/hepdata.104458.v3/t127","id":1583937,"location":"Figure 9d auxiliary material","messages":false,"name":"Acceptance of C1N2-Wh signals by SR-2B2Q-Vh","processed_name":"AcceptanceofC1N2-WhsignalsbySR-2B2Q-Vh","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459096?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459097?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Acceptance of N2N3-ZZ signals by SR-4Q-VV/csv","json":"https://www.hepdata.net/download/table/ins1906174/Acceptance of N2N3-ZZ signals by SR-4Q-VV/json","root":"https://www.hepdata.net/download/table/ins1906174/Acceptance of N2N3-ZZ signals by SR-4Q-VV/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Acceptance of N2N3-ZZ signals by SR-4Q-VV/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Acceptance of N2N3-ZZ signals by SR-4Q-VV/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Acceptance of N2N3-ZZ signals by SR-4Q-VV/yoda1"},"description":"Signal acceptance of $(\\tilde{H},\\tilde{B})$ simplified models (N2N3-ZZ) by their most relevant SRs, evaluated using MC simulation. The acceptance is given...","doi":"10.17182/hepdata.104458.v3/t128","id":1583938,"location":"Figure 10a auxiliary material","messages":false,"name":"Acceptance of N2N3-ZZ signals by SR-4Q-VV","processed_name":"AcceptanceofN2N3-ZZsignalsbySR-4Q-VV","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459099?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459100?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Acceptance of N2N3-ZZ signals by SR-2B2Q-VZ/csv","json":"https://www.hepdata.net/download/table/ins1906174/Acceptance of N2N3-ZZ signals by SR-2B2Q-VZ/json","root":"https://www.hepdata.net/download/table/ins1906174/Acceptance of N2N3-ZZ signals by SR-2B2Q-VZ/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Acceptance of N2N3-ZZ signals by SR-2B2Q-VZ/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Acceptance of N2N3-ZZ signals by SR-2B2Q-VZ/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Acceptance of N2N3-ZZ signals by SR-2B2Q-VZ/yoda1"},"description":"Signal acceptance of $(\\tilde{H},\\tilde{B})$ simplified models (N2N3-ZZ) by their most relevant SRs, evaluated using MC simulation. The acceptance is given...","doi":"10.17182/hepdata.104458.v3/t129","id":1583939,"location":"Figure 10b auxiliary material","messages":false,"name":"Acceptance of N2N3-ZZ signals by SR-2B2Q-VZ","processed_name":"AcceptanceofN2N3-ZZsignalsbySR-2B2Q-VZ","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459102?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459103?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Acceptance of N2N3-Zh signals by SR-2B2Q-Vh/csv","json":"https://www.hepdata.net/download/table/ins1906174/Acceptance of N2N3-Zh signals by SR-2B2Q-Vh/json","root":"https://www.hepdata.net/download/table/ins1906174/Acceptance of N2N3-Zh signals by SR-2B2Q-Vh/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Acceptance of N2N3-Zh signals by SR-2B2Q-Vh/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Acceptance of N2N3-Zh signals by SR-2B2Q-Vh/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Acceptance of N2N3-Zh signals by SR-2B2Q-Vh/yoda1"},"description":"Signal acceptance of $(\\tilde{H},\\tilde{B})$ simplified models (N2N3-Zh) by their most relevant SRs, evaluated using MC simulation. The acceptance is given...","doi":"10.17182/hepdata.104458.v3/t130","id":1583940,"location":"Figure 10c auxiliary material","messages":false,"name":"Acceptance of N2N3-Zh signals by SR-2B2Q-Vh","processed_name":"AcceptanceofN2N3-ZhsignalsbySR-2B2Q-Vh","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459105?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459106?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Acceptance of N2N3-hh signals by SR-2B2Q-Vh/csv","json":"https://www.hepdata.net/download/table/ins1906174/Acceptance of N2N3-hh signals by SR-2B2Q-Vh/json","root":"https://www.hepdata.net/download/table/ins1906174/Acceptance of N2N3-hh signals by SR-2B2Q-Vh/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Acceptance of N2N3-hh signals by SR-2B2Q-Vh/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Acceptance of N2N3-hh signals by SR-2B2Q-Vh/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Acceptance of N2N3-hh signals by SR-2B2Q-Vh/yoda1"},"description":"Signal acceptance of $(\\tilde{H},\\tilde{B})$ simplified models (N2N3-hh) by their most relevant SRs, evaluated using MC simulation. The acceptance is given...","doi":"10.17182/hepdata.104458.v3/t131","id":1583941,"location":"Figure 10d auxiliary material","messages":false,"name":"Acceptance of N2N3-hh signals by SR-2B2Q-Vh","processed_name":"AcceptanceofN2N3-hhsignalsbySR-2B2Q-Vh","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459108?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459109?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Acceptance of (H~, G~) signals by SR-4Q-VV/csv","json":"https://www.hepdata.net/download/table/ins1906174/Acceptance of (H~, G~) signals by SR-4Q-VV/json","root":"https://www.hepdata.net/download/table/ins1906174/Acceptance of (H~, G~) signals by SR-4Q-VV/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Acceptance of (H~, G~) signals by SR-4Q-VV/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Acceptance of (H~, G~) signals by SR-4Q-VV/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Acceptance of (H~, G~) signals by SR-4Q-VV/yoda1"},"description":"Signal acceptance of the $(\\tilde{H},\\tilde{G})$ model by SR-4Q-VV, evaluated using MC simulation. The acceptance is given by the ratio of...","doi":"10.17182/hepdata.104458.v3/t132","id":1583942,"location":"Figure 11a auxiliary material","messages":false,"name":"Acceptance of (H~, G~) signals by SR-4Q-VV","processed_name":"Acceptanceof(H~,G~)signalsbySR-4Q-VV","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459111?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459112?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Acceptance of (H~, G~) signals by SR-2B2Q-VZ/csv","json":"https://www.hepdata.net/download/table/ins1906174/Acceptance of (H~, G~) signals by SR-2B2Q-VZ/json","root":"https://www.hepdata.net/download/table/ins1906174/Acceptance of (H~, G~) signals by SR-2B2Q-VZ/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Acceptance of (H~, G~) signals by SR-2B2Q-VZ/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Acceptance of (H~, G~) signals by SR-2B2Q-VZ/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Acceptance of (H~, G~) signals by SR-2B2Q-VZ/yoda1"},"description":"Signal acceptance of the $(\\tilde{H},\\tilde{G})$ model by SR-2B2Q-VZ, evaluated using MC simulation. The acceptance is given by the ratio of...","doi":"10.17182/hepdata.104458.v3/t133","id":1583943,"location":"Figure 11b auxiliary material","messages":false,"name":"Acceptance of (H~, G~) signals by SR-2B2Q-VZ","processed_name":"Acceptanceof(H~,G~)signalsbySR-2B2Q-VZ","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459114?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459115?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Acceptance of (H~, G~) signals by SR-2B2Q-Vh/csv","json":"https://www.hepdata.net/download/table/ins1906174/Acceptance of (H~, G~) signals by SR-2B2Q-Vh/json","root":"https://www.hepdata.net/download/table/ins1906174/Acceptance of (H~, G~) signals by SR-2B2Q-Vh/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Acceptance of (H~, G~) signals by SR-2B2Q-Vh/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Acceptance of (H~, G~) signals by SR-2B2Q-Vh/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Acceptance of (H~, G~) signals by SR-2B2Q-Vh/yoda1"},"description":"Signal acceptance of the $(\\tilde{H},\\tilde{G})$ model by SR-2B2Q-Vh, evaluated using MC simulation. The acceptance is given by the ratio of...","doi":"10.17182/hepdata.104458.v3/t134","id":1583944,"location":"Figure 11c auxiliary material","messages":false,"name":"Acceptance of (H~, G~) signals by SR-2B2Q-Vh","processed_name":"Acceptanceof(H~,G~)signalsbySR-2B2Q-Vh","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459117?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459118?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Efficiency of C1C1-WW signals by SR-4Q-VV/csv","json":"https://www.hepdata.net/download/table/ins1906174/Efficiency of C1C1-WW signals by SR-4Q-VV/json","root":"https://www.hepdata.net/download/table/ins1906174/Efficiency of C1C1-WW signals by SR-4Q-VV/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Efficiency of C1C1-WW signals by SR-4Q-VV/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Efficiency of C1C1-WW signals by SR-4Q-VV/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Efficiency of C1C1-WW signals by SR-4Q-VV/yoda1"},"description":"Efficiency for $(\\tilde{W},\\tilde{B})$ simplified models (C1C1-WW) in their most relevant SRs. The efficiency in a given SR is defined by...","doi":"10.17182/hepdata.104458.v3/t135","id":1583945,"location":"Figure 12a auxiliary material","messages":false,"name":"Efficiency of C1C1-WW signals by SR-4Q-VV","processed_name":"EfficiencyofC1C1-WWsignalsbySR-4Q-VV","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459120?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459121?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Efficiency of C1N2-WZ signals by SR-4Q-VV/csv","json":"https://www.hepdata.net/download/table/ins1906174/Efficiency of C1N2-WZ signals by SR-4Q-VV/json","root":"https://www.hepdata.net/download/table/ins1906174/Efficiency of C1N2-WZ signals by SR-4Q-VV/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Efficiency of C1N2-WZ signals by SR-4Q-VV/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Efficiency of C1N2-WZ signals by SR-4Q-VV/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Efficiency of C1N2-WZ signals by SR-4Q-VV/yoda1"},"description":"Efficiency for $(\\tilde{W},\\tilde{B})$ simplified models (C1N2-WZ) in their most relevant SRs. The efficiency in a given SR is defined by...","doi":"10.17182/hepdata.104458.v3/t136","id":1583946,"location":"Figure 12b auxiliary material","messages":false,"name":"Efficiency of C1N2-WZ signals by SR-4Q-VV","processed_name":"EfficiencyofC1N2-WZsignalsbySR-4Q-VV","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459123?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459124?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Efficiency of C1N2-WZ signals by SR-2B2Q-VZ/csv","json":"https://www.hepdata.net/download/table/ins1906174/Efficiency of C1N2-WZ signals by SR-2B2Q-VZ/json","root":"https://www.hepdata.net/download/table/ins1906174/Efficiency of C1N2-WZ signals by SR-2B2Q-VZ/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Efficiency of C1N2-WZ signals by SR-2B2Q-VZ/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Efficiency of C1N2-WZ signals by SR-2B2Q-VZ/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Efficiency of C1N2-WZ signals by SR-2B2Q-VZ/yoda1"},"description":"Efficiency for $(\\tilde{W},\\tilde{B})$ simplified models (C1N2-WZ) in their most relevant SRs. The efficiency in a given SR is defined by...","doi":"10.17182/hepdata.104458.v3/t137","id":1583947,"location":"Figure 12c auxiliary material","messages":false,"name":"Efficiency of C1N2-WZ signals by SR-2B2Q-VZ","processed_name":"EfficiencyofC1N2-WZsignalsbySR-2B2Q-VZ","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459126?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459127?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Efficiency of C1N2-Wh signals by SR-2B2Q-Vh/csv","json":"https://www.hepdata.net/download/table/ins1906174/Efficiency of C1N2-Wh signals by SR-2B2Q-Vh/json","root":"https://www.hepdata.net/download/table/ins1906174/Efficiency of C1N2-Wh signals by SR-2B2Q-Vh/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Efficiency of C1N2-Wh signals by SR-2B2Q-Vh/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Efficiency of C1N2-Wh signals by SR-2B2Q-Vh/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Efficiency of C1N2-Wh signals by SR-2B2Q-Vh/yoda1"},"description":"Efficiency for $(\\tilde{W},\\tilde{B})$ simplified models (C1N2-Wh) in their most relevant SRs. The efficiency in a given SR is defined by...","doi":"10.17182/hepdata.104458.v3/t138","id":1583948,"location":"Figure 12d auxiliary material","messages":false,"name":"Efficiency of C1N2-Wh signals by SR-2B2Q-Vh","processed_name":"EfficiencyofC1N2-WhsignalsbySR-2B2Q-Vh","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459129?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459130?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Efficiency of N2N3-ZZ signals by SR-4Q-VV/csv","json":"https://www.hepdata.net/download/table/ins1906174/Efficiency of N2N3-ZZ signals by SR-4Q-VV/json","root":"https://www.hepdata.net/download/table/ins1906174/Efficiency of N2N3-ZZ signals by SR-4Q-VV/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Efficiency of N2N3-ZZ signals by SR-4Q-VV/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Efficiency of N2N3-ZZ signals by SR-4Q-VV/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Efficiency of N2N3-ZZ signals by SR-4Q-VV/yoda1"},"description":"Efficiency for $(\\tilde{H},\\tilde{B})$ simplified models (N2N3-ZZ) in their most relevant SRs. The efficiency in a given SR is defined by...","doi":"10.17182/hepdata.104458.v3/t139","id":1583949,"location":"Figure 13a auxiliary material","messages":false,"name":"Efficiency of N2N3-ZZ signals by SR-4Q-VV","processed_name":"EfficiencyofN2N3-ZZsignalsbySR-4Q-VV","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459132?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459133?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Efficiency of N2N3-ZZ signals by SR-2B2Q-VZ/csv","json":"https://www.hepdata.net/download/table/ins1906174/Efficiency of N2N3-ZZ signals by SR-2B2Q-VZ/json","root":"https://www.hepdata.net/download/table/ins1906174/Efficiency of N2N3-ZZ signals by SR-2B2Q-VZ/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Efficiency of N2N3-ZZ signals by SR-2B2Q-VZ/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Efficiency of N2N3-ZZ signals by SR-2B2Q-VZ/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Efficiency of N2N3-ZZ signals by SR-2B2Q-VZ/yoda1"},"description":"Efficiency for $(\\tilde{H},\\tilde{B})$ simplified models (N2N3-ZZ) in their most relevant SRs. The efficiency in a given SR is defined by...","doi":"10.17182/hepdata.104458.v3/t140","id":1583950,"location":"Figure 13b auxiliary material","messages":false,"name":"Efficiency of N2N3-ZZ signals by SR-2B2Q-VZ","processed_name":"EfficiencyofN2N3-ZZsignalsbySR-2B2Q-VZ","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459135?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459136?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Efficiency of N2N3-Zh signals by SR-2B2Q-Vh/csv","json":"https://www.hepdata.net/download/table/ins1906174/Efficiency of N2N3-Zh signals by SR-2B2Q-Vh/json","root":"https://www.hepdata.net/download/table/ins1906174/Efficiency of N2N3-Zh signals by SR-2B2Q-Vh/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Efficiency of N2N3-Zh signals by SR-2B2Q-Vh/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Efficiency of N2N3-Zh signals by SR-2B2Q-Vh/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Efficiency of N2N3-Zh signals by SR-2B2Q-Vh/yoda1"},"description":"Efficiency for $(\\tilde{H},\\tilde{B})$ simplified models (N2N3-Zh) in their most relevant SRs. The efficiency in a given SR is defined by...","doi":"10.17182/hepdata.104458.v3/t141","id":1583951,"location":"Figure 13c auxiliary material","messages":false,"name":"Efficiency of N2N3-Zh signals by SR-2B2Q-Vh","processed_name":"EfficiencyofN2N3-ZhsignalsbySR-2B2Q-Vh","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459138?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459139?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Efficiency of N2N3-hh signals by SR-2B2Q-Vh/csv","json":"https://www.hepdata.net/download/table/ins1906174/Efficiency of N2N3-hh signals by SR-2B2Q-Vh/json","root":"https://www.hepdata.net/download/table/ins1906174/Efficiency of N2N3-hh signals by SR-2B2Q-Vh/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Efficiency of N2N3-hh signals by SR-2B2Q-Vh/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Efficiency of N2N3-hh signals by SR-2B2Q-Vh/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Efficiency of N2N3-hh signals by SR-2B2Q-Vh/yoda1"},"description":"Efficiency for $(\\tilde{H},\\tilde{B})$ simplified models (N2N3-hh) in their most relevant SRs. The efficiency in a given SR is defined by...","doi":"10.17182/hepdata.104458.v3/t142","id":1583952,"location":"Figure 13d auxiliary material","messages":false,"name":"Efficiency of N2N3-hh signals by SR-2B2Q-Vh","processed_name":"EfficiencyofN2N3-hhsignalsbySR-2B2Q-Vh","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459141?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459142?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Efficiency of (H~, G~) signals by SR-4Q-VV/csv","json":"https://www.hepdata.net/download/table/ins1906174/Efficiency of (H~, G~) signals by SR-4Q-VV/json","root":"https://www.hepdata.net/download/table/ins1906174/Efficiency of (H~, G~) signals by SR-4Q-VV/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Efficiency of (H~, G~) signals by SR-4Q-VV/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Efficiency of (H~, G~) signals by SR-4Q-VV/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Efficiency of (H~, G~) signals by SR-4Q-VV/yoda1"},"description":"Efficiency for $(\\tilde{H},\\tilde{G})$ in SR-4Q-VV. The efficiency in a given SR is defined by the ratio of weighted events selected...","doi":"10.17182/hepdata.104458.v3/t143","id":1583953,"location":"Figure 14a auxiliary material","messages":false,"name":"Efficiency of (H~, G~) signals by SR-4Q-VV","processed_name":"Efficiencyof(H~,G~)signalsbySR-4Q-VV","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459144?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459145?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Efficiency of (H~, G~) signals by SR-2B2Q-VZ/csv","json":"https://www.hepdata.net/download/table/ins1906174/Efficiency of (H~, G~) signals by SR-2B2Q-VZ/json","root":"https://www.hepdata.net/download/table/ins1906174/Efficiency of (H~, G~) signals by SR-2B2Q-VZ/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Efficiency of (H~, G~) signals by SR-2B2Q-VZ/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Efficiency of (H~, G~) signals by SR-2B2Q-VZ/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Efficiency of (H~, G~) signals by SR-2B2Q-VZ/yoda1"},"description":"Efficiency for $(\\tilde{H},\\tilde{G})$ in SR-2B2Q-VZ. The efficiency in a given SR is defined by the ratio of weighted events selected...","doi":"10.17182/hepdata.104458.v3/t144","id":1583954,"location":"Figure 14b auxiliary material","messages":false,"name":"Efficiency of (H~, G~) signals by SR-2B2Q-VZ","processed_name":"Efficiencyof(H~,G~)signalsbySR-2B2Q-VZ","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459147?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459148?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Efficiency of (H~, G~) signals by SR-2B2Q-Vh/csv","json":"https://www.hepdata.net/download/table/ins1906174/Efficiency of (H~, G~) signals by SR-2B2Q-Vh/json","root":"https://www.hepdata.net/download/table/ins1906174/Efficiency of (H~, G~) signals by SR-2B2Q-Vh/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Efficiency of (H~, G~) signals by SR-2B2Q-Vh/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Efficiency of (H~, G~) signals by SR-2B2Q-Vh/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Efficiency of (H~, G~) signals by SR-2B2Q-Vh/yoda1"},"description":"Efficiency for $(\\tilde{H},\\tilde{G})$ in SR-2B2Q-Vh. The efficiency in a given SR is defined by the ratio of weighted events selected...","doi":"10.17182/hepdata.104458.v3/t145","id":1583955,"location":"Figure 14c auxiliary material","messages":false,"name":"Efficiency of (H~, G~) signals by SR-2B2Q-Vh","processed_name":"Efficiencyof(H~,G~)signalsbySR-2B2Q-Vh","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459150?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459151?landing_page=true"}]}],"mode":"record","participant_count":3,"recid":104458,"record":{"data_keywords":{"cmenergies":[{"gte":13000.0,"lte":13000.0}],"observables":["m_MMC"],"phrases":["up-type quark coupling parameter","A Production","Higgs","Proton-Proton Scattering","2HDM","flavour-aligned 2HDM","Tau"]},"abstract":"A search for charginos and neutralinos at the Large Hadron Collider is reported using fully hadronic final states and missing transverse momentum. Pair-produced charginos or neutralinos are explored, each decaying into a high-$p_{\\text{T}}$ Standard Model weak boson. Fully-hadronic final states are studied to exploit the advantage of the large branching ratio, and the efficient background rejection by identifying the high-$p_{\\text{T}}$ bosons using large-radius jets and jet substructure information. An integrated luminosity of 139 fb$^{-1}$ of proton-proton collision data collected by the ATLAS detector at a center-of-mass energy of 13 TeV is used. No significant excess is found beyond the Standard Model expectation. The 95% confidence level exclusion limits are set on wino or higgsino production with varying assumptions in the decay branching ratios and the type of the lightest supersymmetric particle. A wino (higgsino) mass up to 1060 (900) GeV is excluded when the lightest SUSY particle mass is below 400 (240) GeV and the mass splitting is larger than 400 (450) GeV. The sensitivity to high-mass wino and higgsino is significantly extended compared with the previous LHC searches using the other final states.","access_urls":{"links":{"csv":"https://www.hepdata.net/download/submission/ins1906174/3/csv","json":"https://www.hepdata.net/download/submission/ins1906174/3/json","root":"https://www.hepdata.net/download/submission/ins1906174/3/root","yaml":"https://www.hepdata.net/download/submission/ins1906174/3/yaml","yoda":"https://www.hepdata.net/download/submission/ins1906174/3/yoda"}},"analyses":[{"analysis":"https://www.hepdata.net/record/resource/3458718?landing_page=true","filename":"FullLikelihood_forHEPData.tar","type":"HistFactory"},{"analysis":"https://smodels.github.io/docs/ListOfAnalyses#ATLAS-SUSY-2018-41","type":"SModelS"}],"arxiv_id":"arXiv:2108.07586","collaborations":["ATLAS"],"control_number":"104458","creation_date":"2021-08-17","data_abstract":"","doc_type":"publication","doi":"10.1103/PhysRevD.104.112010","first_author":{"affiliation":"Marseille, CPPM","full_name":"Aad, Georges"},"hepdata_doi":"10.17182/hepdata.104458.v3","id":104458,"inspire_id":"1906174","journal_info":"Phys.Rev.D 104 (2021) 112010","keywords":[{"schema":"INSPIRE","value":"p p: colliding beams"},{"schema":"INSPIRE","value":"transverse momentum: missing-energy"},{"schema":"INSPIRE","value":"p p: scattering"},{"schema":"INSPIRE","value":"final state: hadronic"},{"schema":"INSPIRE","value":"final state: ((n)jet)"},{"schema":"INSPIRE","value":"neutralino: pair production"},{"schema":"INSPIRE","value":"chargino: pair production"},{"schema":"INSPIRE","value":"sparticle: branching ratio"},{"schema":"INSPIRE","value":"CERN LHC Coll"},{"schema":"INSPIRE","value":"ATLAS"},{"schema":"INSPIRE","value":"sparticle: pair production"},{"schema":"INSPIRE","value":"new physics: search for"},{"schema":"INSPIRE","value":"sensitivity"},{"schema":"INSPIRE","value":"vector boson: hadronic decay"},{"schema":"INSPIRE","value":"mass difference"},{"schema":"INSPIRE","value":"supersymmetry"},{"schema":"INSPIRE","value":"background"},{"schema":"INSPIRE","value":"structure"},{"schema":"INSPIRE","value":"track data analysis: jet"},{"schema":"INSPIRE","value":"channel cross section: upper limit"},{"schema":"INSPIRE","value":"chargino: mass: lower limit"},{"schema":"INSPIRE","value":"neutralino: mass: lower limit"},{"schema":"INSPIRE","value":"Higgsino: mass"},{"schema":"INSPIRE","value":"experimental results"},{"schema":"INSPIRE","value":"13000 GeV-cms"},{"schema":"PDG","value":"S046PHA"},{"schema":"PDG","value":"S046WNO"}],"last_updated":"Mon, 13 Nov 2023 13:29:57 GMT","parent_child_join":{"name":"parent_publication"},"publication_date":"2021-11-01T00:00:00","recid":104458,"resources":[{"description":"Webpage with all figures and tables","type":"html","url":"https://atlas.web.cern.ch/Atlas/GROUPS/PHYSICS/PAPERS/SUSY-2018-41/"},{"description":"Analysis code at truth label using SimpleAnalysis framework without boson tagging efficiency due to lack of jet substructure variables","type":"C++","url":"https://www.hepdata.net/record/resource/3458710?landing_page=true"},{"description":"SHLA file for $(\\tilde{W},~\\tilde{B})$-SIM model (C1C1-WW)","type":"SUSY Les Houches Accord","url":"https://www.hepdata.net/record/resource/3458711?landing_page=true"},{"description":"SHLA file for $(\\tilde{W},~\\tilde{B})$-SIM model (C1N2-WZ)","type":"SUSY Les Houches Accord","url":"https://www.hepdata.net/record/resource/3458712?landing_page=true"},{"description":"SHLA file for $(\\tilde{W},~\\tilde{B})$-SIM model (C1N2-Wh)","type":"SUSY Les Houches Accord","url":"https://www.hepdata.net/record/resource/3458713?landing_page=true"},{"description":"SHLA file for GGM-Higgsino model","type":"SUSY Les Houches Accord","url":"https://www.hepdata.net/record/resource/3458714?landing_page=true"},{"description":"SHLA file for N2N3-ZZ hinoBino simplified model","type":"SUSY Les Houches Accord","url":"https://www.hepdata.net/record/resource/3458715?landing_page=true"},{"description":"SHLA file for N2N3-Zh hinoBino simplified model","type":"SUSY Les Houches Accord","url":"https://www.hepdata.net/record/resource/3458716?landing_page=true"},{"description":"SHLA file for N2N3-hh hinoBino simplified model","type":"SUSY Les Houches Accord","url":"https://www.hepdata.net/record/resource/3458717?landing_page=true"},{"description":"HistFactory likelihoods JSON files","type":"HistFactory","url":"https://www.hepdata.net/record/resource/3458718?landing_page=true"},{"description":null,"type":"SModelS","url":"https://smodels.github.io/docs/ListOfAnalyses#ATLAS-SUSY-2018-41"}],"subject_area":["hep-ex"],"resources": [ +{"access_count":{"sum":13375},"additional_resources":true,"breadcrumb_text":"Aad, Georges et al.","coordinator":40,"data_tables":[{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Table of contents/csv","json":"https://www.hepdata.net/download/table/ins1906174/Table of contents/json","root":"https://www.hepdata.net/download/table/ins1906174/Table of contents/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Table of contents/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Table of contents/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Table of contents/yoda1"},"description":"- - - - - - - - Overview of HEPData Record - - - - - - - -...","doi":"10.17182/hepdata.104458.v3/t1","id":1583811,"location":null,"messages":false,"name":"Table of contents","processed_name":"Tableofcontents","resources":[]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Cut flows for the representative signals/csv","json":"https://www.hepdata.net/download/table/ins1906174/Cut flows for the representative signals/json","root":"https://www.hepdata.net/download/table/ins1906174/Cut flows for the representative signals/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Cut flows for the representative signals/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Cut flows for the representative signals/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Cut flows for the representative signals/yoda1"},"description":"Cut flows of some representative signals up to SR-4Q-VV, SR-2B2Q-VZ, and SR-2B2Q-Vh. One signal point from the $(\\tilde{W},~\\tilde{B})$ simplified models...","doi":"10.17182/hepdata.104458.v3/t2","id":1583812,"location":"Table 1 auxiliary material","messages":false,"name":"Cut flows for the representative signals","processed_name":"Cutflowsfortherepresentativesignals","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458721?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458722?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/$W/Z%5Crightarrow qq$ tagging efficiency/csv","json":"https://www.hepdata.net/download/table/ins1906174/$W/Z%5Crightarrow qq$ tagging efficiency/json","root":"https://www.hepdata.net/download/table/ins1906174/$W/Z%5Crightarrow qq$ tagging efficiency/root","yaml":"https://www.hepdata.net/download/table/ins1906174/$W/Z%5Crightarrow qq$ tagging efficiency/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/$W/Z%5Crightarrow qq$ tagging efficiency/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/$W/Z%5Crightarrow qq$ tagging efficiency/yoda1"},"description":"The boson-tagging efficiency for jets arising from $W/Z$ bosons decaying into $q\\bar{q}$ (signal jets) are shown. The signal jet efficiency...","doi":"10.17182/hepdata.104458.v3/t3","id":1583813,"location":"Figure 4a","messages":false,"name":"$W/Z\\rightarrow qq$ tagging efficiency","processed_name":"$W/Z\\rightarrowqq$taggingefficiency","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458724?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458725?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/$W/Z%5Crightarrow qq$ tagging rejection/csv","json":"https://www.hepdata.net/download/table/ins1906174/$W/Z%5Crightarrow qq$ tagging rejection/json","root":"https://www.hepdata.net/download/table/ins1906174/$W/Z%5Crightarrow qq$ tagging rejection/root","yaml":"https://www.hepdata.net/download/table/ins1906174/$W/Z%5Crightarrow qq$ tagging rejection/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/$W/Z%5Crightarrow qq$ tagging rejection/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/$W/Z%5Crightarrow qq$ tagging rejection/yoda1"},"description":"The rejection factor (inverse of the efficiency) for jets that have the other origins (background jets) are shown. The background...","doi":"10.17182/hepdata.104458.v3/t4","id":1583814,"location":"Figure 4b","messages":false,"name":"$W/Z\\rightarrow qq$ tagging rejection","processed_name":"$W/Z\\rightarrowqq$taggingrejection","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458727?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458728?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/$Z/h %5Crightarrow bb$ tagging efficiency/csv","json":"https://www.hepdata.net/download/table/ins1906174/$Z/h %5Crightarrow bb$ tagging efficiency/json","root":"https://www.hepdata.net/download/table/ins1906174/$Z/h %5Crightarrow bb$ tagging efficiency/root","yaml":"https://www.hepdata.net/download/table/ins1906174/$Z/h %5Crightarrow bb$ tagging efficiency/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/$Z/h %5Crightarrow bb$ tagging efficiency/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/$Z/h %5Crightarrow bb$ tagging efficiency/yoda1"},"description":"The boson-tagging efficiency for jets arising from $Z/h$ bosons decaying into $b\\bar{b}$ (signal jets). The signal jet efficiency of $Z_{bb}$/$h_{bb}$-tagging...","doi":"10.17182/hepdata.104458.v3/t5","id":1583815,"location":"Figure 4c","messages":false,"name":"$Z/h \\rightarrow bb$ tagging efficiency","processed_name":"$Z/h\\rightarrowbb$taggingefficiency","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458730?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458731?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/$Z/h %5Crightarrow bb$ tagging rejection/csv","json":"https://www.hepdata.net/download/table/ins1906174/$Z/h %5Crightarrow bb$ tagging rejection/json","root":"https://www.hepdata.net/download/table/ins1906174/$Z/h %5Crightarrow bb$ tagging rejection/root","yaml":"https://www.hepdata.net/download/table/ins1906174/$Z/h %5Crightarrow bb$ tagging rejection/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/$Z/h %5Crightarrow bb$ tagging rejection/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/$Z/h %5Crightarrow bb$ tagging rejection/yoda1"},"description":"The rejection factor (inverse of the efficiency) for jets that have the other origins (background jets) are shown. The background...","doi":"10.17182/hepdata.104458.v3/t6","id":1583816,"location":"Figure 4d","messages":false,"name":"$Z/h \\rightarrow bb$ tagging rejection","processed_name":"$Z/h\\rightarrowbb$taggingrejection","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458733?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458734?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/$W%5Crightarrow qq$ tagging efficiency (vs official WP)/csv","json":"https://www.hepdata.net/download/table/ins1906174/$W%5Crightarrow qq$ tagging efficiency (vs official WP)/json","root":"https://www.hepdata.net/download/table/ins1906174/$W%5Crightarrow qq$ tagging efficiency (vs official WP)/root","yaml":"https://www.hepdata.net/download/table/ins1906174/$W%5Crightarrow qq$ tagging efficiency (vs official WP)/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/$W%5Crightarrow qq$ tagging efficiency (vs official WP)/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/$W%5Crightarrow qq$ tagging efficiency (vs official WP)/yoda1"},"description":"The signal jet efficiency and background jet rejection for the $W_{qq}$-/$Z_{qq}$-tagging working point used in the analysis in comparison with...","doi":"10.17182/hepdata.104458.v3/t7","id":1583817,"location":"Figure 1a auxiliary material","messages":false,"name":"$W\\rightarrow qq$ tagging efficiency (vs official WP)","processed_name":"$W\\rightarrowqq$taggingefficiency(vsofficialWP)","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458736?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458737?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/$W%5Crightarrow qq$ tagging rejection (vs official WP)/csv","json":"https://www.hepdata.net/download/table/ins1906174/$W%5Crightarrow qq$ tagging rejection (vs official WP)/json","root":"https://www.hepdata.net/download/table/ins1906174/$W%5Crightarrow qq$ tagging rejection (vs official WP)/root","yaml":"https://www.hepdata.net/download/table/ins1906174/$W%5Crightarrow qq$ tagging rejection (vs official WP)/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/$W%5Crightarrow qq$ tagging rejection (vs official WP)/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/$W%5Crightarrow qq$ tagging rejection (vs official WP)/yoda1"},"description":"The signal jet efficiency and background jet rejection for the $W_{qq}$-/$Z_{qq}$-tagging working point used in the analysis in comparison with...","doi":"10.17182/hepdata.104458.v3/t8","id":1583818,"location":"Figure 1c auxiliary material","messages":false,"name":"$W\\rightarrow qq$ tagging rejection (vs official WP)","processed_name":"$W\\rightarrowqq$taggingrejection(vsofficialWP)","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458739?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458740?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/$Z%5Crightarrow qq$ tagging efficiency (vs official WP)/csv","json":"https://www.hepdata.net/download/table/ins1906174/$Z%5Crightarrow qq$ tagging efficiency (vs official WP)/json","root":"https://www.hepdata.net/download/table/ins1906174/$Z%5Crightarrow qq$ tagging efficiency (vs official WP)/root","yaml":"https://www.hepdata.net/download/table/ins1906174/$Z%5Crightarrow qq$ tagging efficiency (vs official WP)/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/$Z%5Crightarrow qq$ tagging efficiency (vs official WP)/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/$Z%5Crightarrow qq$ tagging efficiency (vs official WP)/yoda1"},"description":"The signal jet efficiency and background jet rejection for the $W_{qq}$-/$Z_{qq}$-tagging working point used in the analysis in comparison with...","doi":"10.17182/hepdata.104458.v3/t9","id":1583819,"location":"Figure 1b auxiliary material","messages":false,"name":"$Z\\rightarrow qq$ tagging efficiency (vs official WP)","processed_name":"$Z\\rightarrowqq$taggingefficiency(vsofficialWP)","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458742?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458743?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/$Z%5Crightarrow qq$ tagging rejection (vs official WP)/csv","json":"https://www.hepdata.net/download/table/ins1906174/$Z%5Crightarrow qq$ tagging rejection (vs official WP)/json","root":"https://www.hepdata.net/download/table/ins1906174/$Z%5Crightarrow qq$ tagging rejection (vs official WP)/root","yaml":"https://www.hepdata.net/download/table/ins1906174/$Z%5Crightarrow qq$ tagging rejection (vs official WP)/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/$Z%5Crightarrow qq$ tagging rejection (vs official WP)/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/$Z%5Crightarrow qq$ tagging rejection (vs official WP)/yoda1"},"description":"The signal jet efficiency and background jet rejection for the $W_{qq}$-/$Z_{qq}$-tagging working point used in the analysis in comparison with...","doi":"10.17182/hepdata.104458.v3/t10","id":1583820,"location":"Figure 1d auxiliary material","messages":false,"name":"$Z\\rightarrow qq$ tagging rejection (vs official WP)","processed_name":"$Z\\rightarrowqq$taggingrejection(vsofficialWP)","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458745?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458746?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Total systematic uncertainties/csv","json":"https://www.hepdata.net/download/table/ins1906174/Total systematic uncertainties/json","root":"https://www.hepdata.net/download/table/ins1906174/Total systematic uncertainties/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Total systematic uncertainties/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Total systematic uncertainties/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Total systematic uncertainties/yoda1"},"description":"The total post-fit uncertainty in each of the SRs and VRs.","doi":"10.17182/hepdata.104458.v3/t11","id":1583821,"location":"Figure 9","messages":false,"name":"Total systematic uncertainties","processed_name":"Totalsystematicuncertainties","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458748?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458749?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Data yields and background expectation in the SRs/csv","json":"https://www.hepdata.net/download/table/ins1906174/Data yields and background expectation in the SRs/json","root":"https://www.hepdata.net/download/table/ins1906174/Data yields and background expectation in the SRs/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Data yields and background expectation in the SRs/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Data yields and background expectation in the SRs/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Data yields and background expectation in the SRs/yoda1"},"description":"Summary of the observed data and predicted SM background in all SRs. The background prediction in SR-4Q (SR-2B2Q) is obtained...","doi":"10.17182/hepdata.104458.v3/t12","id":1583822,"location":"Figure 10","messages":false,"name":"Data yields and background expectation in the SRs","processed_name":"DatayieldsandbackgroundexpectationintheSRs","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458751?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458752?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Data yields and background breakdown in SR/csv","json":"https://www.hepdata.net/download/table/ins1906174/Data yields and background breakdown in SR/json","root":"https://www.hepdata.net/download/table/ins1906174/Data yields and background breakdown in SR/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Data yields and background breakdown in SR/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Data yields and background breakdown in SR/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Data yields and background breakdown in SR/yoda1"},"description":"Number of observed data events and the SM backgrounds in the SRs and the CR0L bins. The SM backgrounds are...","doi":"10.17182/hepdata.104458.v3/t13","id":1583823,"location":"Table 5","messages":false,"name":"Data yields and background breakdown in SR","processed_name":"DatayieldsandbackgroundbreakdowninSR","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458754?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458755?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Data yields and background breakdown in CR/VR 1L(1Y)/csv","json":"https://www.hepdata.net/download/table/ins1906174/Data yields and background breakdown in CR/VR 1L(1Y)/json","root":"https://www.hepdata.net/download/table/ins1906174/Data yields and background breakdown in CR/VR 1L(1Y)/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Data yields and background breakdown in CR/VR 1L(1Y)/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Data yields and background breakdown in CR/VR 1L(1Y)/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Data yields and background breakdown in CR/VR 1L(1Y)/yoda1"},"description":"Number of observed data events and the post-fit SM background prediction in the VR1L(1Y) bins and the corresponding CR1L(1Y) bins....","doi":"10.17182/hepdata.104458.v3/t14","id":1583824,"location":"Table 4","messages":false,"name":"Data yields and background breakdown in CR/VR 1L(1Y)","processed_name":"DatayieldsandbackgroundbreakdowninCR/VR1L(1Y)","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458757?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458758?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Effective mass distribution in SR-4Q-VV/csv","json":"https://www.hepdata.net/download/table/ins1906174/Effective mass distribution in SR-4Q-VV/json","root":"https://www.hepdata.net/download/table/ins1906174/Effective mass distribution in SR-4Q-VV/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Effective mass distribution in SR-4Q-VV/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Effective mass distribution in SR-4Q-VV/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Effective mass distribution in SR-4Q-VV/yoda1"},"description":"$m_{\\textrm{eff}}$ distribution in SR-4Q-VV. The post-fit SM background expectation using the background-only fit is shown in a histogram stack. Distributions...","doi":"10.17182/hepdata.104458.v3/t15","id":1583825,"location":"Figure 11a","messages":false,"name":"Effective mass distribution in SR-4Q-VV","processed_name":"EffectivemassdistributioninSR-4Q-VV","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458760?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458761?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Leading large-$R$ jet mass distribution in SR-4Q-VV/csv","json":"https://www.hepdata.net/download/table/ins1906174/Leading large-$R$ jet mass distribution in SR-4Q-VV/json","root":"https://www.hepdata.net/download/table/ins1906174/Leading large-$R$ jet mass distribution in SR-4Q-VV/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Leading large-$R$ jet mass distribution in SR-4Q-VV/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Leading large-$R$ jet mass distribution in SR-4Q-VV/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Leading large-$R$ jet mass distribution in SR-4Q-VV/yoda1"},"description":"Distribution of $m(J_{1})$ in SR-4Q-VV. The post-fit SM background expectation using the background-only fit is shown in a histogram stack....","doi":"10.17182/hepdata.104458.v3/t16","id":1583826,"location":"Figure 2a auxiliary material","messages":false,"name":"Leading large-$R$ jet mass distribution in SR-4Q-VV","processed_name":"Leadinglarge-$R$jetmassdistributioninSR-4Q-VV","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458763?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458764?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Leading large-$R$ jet $D_{2}$ distribution in SR-4Q-VV/csv","json":"https://www.hepdata.net/download/table/ins1906174/Leading large-$R$ jet $D_{2}$ distribution in SR-4Q-VV/json","root":"https://www.hepdata.net/download/table/ins1906174/Leading large-$R$ jet $D_{2}$ distribution in SR-4Q-VV/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Leading large-$R$ jet $D_{2}$ distribution in SR-4Q-VV/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Leading large-$R$ jet $D_{2}$ distribution in SR-4Q-VV/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Leading large-$R$ jet $D_{2}$ distribution in SR-4Q-VV/yoda1"},"description":"Distribution of $D_2(J_{1})$ in SR-4Q-VV. For $D_2$, the cut value applied for $V_{qq}$-tagging ($D_{2,\\text{cut}}$) is subtracted as the off-set so...","doi":"10.17182/hepdata.104458.v3/t17","id":1583827,"location":"Figure 2b auxiliary material","messages":false,"name":"Leading large-$R$ jet $D_{2}$ distribution in SR-4Q-VV","processed_name":"Leadinglarge-$R$jet$D_{2}$distributioninSR-4Q-VV","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458766?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458767?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Sub-leading large-$R$ jet mass distribution in SR-4Q-VV/csv","json":"https://www.hepdata.net/download/table/ins1906174/Sub-leading large-$R$ jet mass distribution in SR-4Q-VV/json","root":"https://www.hepdata.net/download/table/ins1906174/Sub-leading large-$R$ jet mass distribution in SR-4Q-VV/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Sub-leading large-$R$ jet mass distribution in SR-4Q-VV/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Sub-leading large-$R$ jet mass distribution in SR-4Q-VV/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Sub-leading large-$R$ jet mass distribution in SR-4Q-VV/yoda1"},"description":"Distribution of $m(J_{2})$ in SR-4Q-VV. The post-fit SM background expectation using the background-only fit is shown in a histogram stack....","doi":"10.17182/hepdata.104458.v3/t18","id":1583828,"location":"Figure 2c auxiliary material","messages":false,"name":"Sub-leading large-$R$ jet mass distribution in SR-4Q-VV","processed_name":"Sub-leadinglarge-$R$jetmassdistributioninSR-4Q-VV","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458769?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458770?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Sub-leading large-$R$ jet $D_{2}$ distribution in SR-4Q-VV/csv","json":"https://www.hepdata.net/download/table/ins1906174/Sub-leading large-$R$ jet $D_{2}$ distribution in SR-4Q-VV/json","root":"https://www.hepdata.net/download/table/ins1906174/Sub-leading large-$R$ jet $D_{2}$ distribution in SR-4Q-VV/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Sub-leading large-$R$ jet $D_{2}$ distribution in SR-4Q-VV/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Sub-leading large-$R$ jet $D_{2}$ distribution in SR-4Q-VV/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Sub-leading large-$R$ jet $D_{2}$ distribution in SR-4Q-VV/yoda1"},"description":"Distribution of $D_2(J_{2})$ in SR-4Q-VV. For $D_2$, the cut value applied for $V_{qq}$-tagging ($D_{2,\\text{cut}}$) is subtracted as the off-set so...","doi":"10.17182/hepdata.104458.v3/t19","id":1583829,"location":"Figure 2d auxiliary material","messages":false,"name":"Sub-leading large-$R$ jet $D_{2}$ distribution in SR-4Q-VV","processed_name":"Sub-leadinglarge-$R$jet$D_{2}$distributioninSR-4Q-VV","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458772?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458773?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/$m_{T2}$ distribution in SR-2B2Q-VZ/csv","json":"https://www.hepdata.net/download/table/ins1906174/$m_{T2}$ distribution in SR-2B2Q-VZ/json","root":"https://www.hepdata.net/download/table/ins1906174/$m_{T2}$ distribution in SR-2B2Q-VZ/root","yaml":"https://www.hepdata.net/download/table/ins1906174/$m_{T2}$ distribution in SR-2B2Q-VZ/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/$m_{T2}$ distribution in SR-2B2Q-VZ/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/$m_{T2}$ distribution in SR-2B2Q-VZ/yoda1"},"description":"$m_{\\textrm{T2}}$ distributions in SR-2B2Q-VZ. The post-fit SM background expectation using the background-only fit is shown in a histogram stack. Distributions...","doi":"10.17182/hepdata.104458.v3/t20","id":1583830,"location":"Figure 11b","messages":false,"name":"$m_{T2}$ distribution in SR-2B2Q-VZ","processed_name":"$m_{T2}$distributioninSR-2B2Q-VZ","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458775?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458776?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/bb-tagged jet mass distribution in SR-2B2Q-VZ/csv","json":"https://www.hepdata.net/download/table/ins1906174/bb-tagged jet mass distribution in SR-2B2Q-VZ/json","root":"https://www.hepdata.net/download/table/ins1906174/bb-tagged jet mass distribution in SR-2B2Q-VZ/root","yaml":"https://www.hepdata.net/download/table/ins1906174/bb-tagged jet mass distribution in SR-2B2Q-VZ/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/bb-tagged jet mass distribution in SR-2B2Q-VZ/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/bb-tagged jet mass distribution in SR-2B2Q-VZ/yoda1"},"description":"Distribution of $m(J_{bb})$ in SR-2B2Q-VZ. The post-fit SM background expectation using the background-only fit is shown in a histogram stack....","doi":"10.17182/hepdata.104458.v3/t21","id":1583831,"location":"Figure 3a auxiliary material","messages":false,"name":"bb-tagged jet mass distribution in SR-2B2Q-VZ","processed_name":"bb-taggedjetmassdistributioninSR-2B2Q-VZ","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458778?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458779?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Effective mass distribution in SR-2B2Q-VZ/csv","json":"https://www.hepdata.net/download/table/ins1906174/Effective mass distribution in SR-2B2Q-VZ/json","root":"https://www.hepdata.net/download/table/ins1906174/Effective mass distribution in SR-2B2Q-VZ/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Effective mass distribution in SR-2B2Q-VZ/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Effective mass distribution in SR-2B2Q-VZ/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Effective mass distribution in SR-2B2Q-VZ/yoda1"},"description":"Distribution of $m_{\\textrm{eff}} $ in SR-2B2Q-VZ. The post-fit SM background expectation using the background-only fit is shown in a histogram...","doi":"10.17182/hepdata.104458.v3/t22","id":1583832,"location":"Figure 3c auxiliary material","messages":false,"name":"Effective mass distribution in SR-2B2Q-VZ","processed_name":"EffectivemassdistributioninSR-2B2Q-VZ","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458781?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458782?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/$m_{T2}$ distribution in SR-2B2Q-Vh/csv","json":"https://www.hepdata.net/download/table/ins1906174/$m_{T2}$ distribution in SR-2B2Q-Vh/json","root":"https://www.hepdata.net/download/table/ins1906174/$m_{T2}$ distribution in SR-2B2Q-Vh/root","yaml":"https://www.hepdata.net/download/table/ins1906174/$m_{T2}$ distribution in SR-2B2Q-Vh/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/$m_{T2}$ distribution in SR-2B2Q-Vh/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/$m_{T2}$ distribution in SR-2B2Q-Vh/yoda1"},"description":"$m_{\\textrm{T2}}$ distributions in SR-2B2Q-Vh. The post-fit SM background expectation using the background-only fit is shown in a histogram stack. Distributions...","doi":"10.17182/hepdata.104458.v3/t23","id":1583833,"location":"Figure 11c","messages":false,"name":"$m_{T2}$ distribution in SR-2B2Q-Vh","processed_name":"$m_{T2}$distributioninSR-2B2Q-Vh","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458784?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458785?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/bb-tagged jet mass distribution in SR-2B2Q-Vh/csv","json":"https://www.hepdata.net/download/table/ins1906174/bb-tagged jet mass distribution in SR-2B2Q-Vh/json","root":"https://www.hepdata.net/download/table/ins1906174/bb-tagged jet mass distribution in SR-2B2Q-Vh/root","yaml":"https://www.hepdata.net/download/table/ins1906174/bb-tagged jet mass distribution in SR-2B2Q-Vh/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/bb-tagged jet mass distribution in SR-2B2Q-Vh/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/bb-tagged jet mass distribution in SR-2B2Q-Vh/yoda1"},"description":"Distribution of $m(J_{bb})$ in SR-2B2Q-Vh. The post-fit SM background expectation using the background-only fit is shown in a histogram stack....","doi":"10.17182/hepdata.104458.v3/t24","id":1583834,"location":"Figure 3b auxiliary material","messages":false,"name":"bb-tagged jet mass distribution in SR-2B2Q-Vh","processed_name":"bb-taggedjetmassdistributioninSR-2B2Q-Vh","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458787?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458788?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Effective mass distribution in SR-2B2Q-Vh/csv","json":"https://www.hepdata.net/download/table/ins1906174/Effective mass distribution in SR-2B2Q-Vh/json","root":"https://www.hepdata.net/download/table/ins1906174/Effective mass distribution in SR-2B2Q-Vh/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Effective mass distribution in SR-2B2Q-Vh/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Effective mass distribution in SR-2B2Q-Vh/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Effective mass distribution in SR-2B2Q-Vh/yoda1"},"description":"Distribution of $m_{\\textrm{eff}} $ in SR-2B2Q-Vh. The post-fit SM background expectation using the background-only fit is shown in a histogram...","doi":"10.17182/hepdata.104458.v3/t25","id":1583835,"location":"Figure 3d auxiliary material","messages":false,"name":"Effective mass distribution in SR-2B2Q-Vh","processed_name":"EffectivemassdistributioninSR-2B2Q-Vh","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458790?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458791?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) simplified model (C1C1-WW)/csv","json":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) simplified model (C1C1-WW)/json","root":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) simplified model (C1C1-WW)/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) simplified model (C1C1-WW)/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) simplified model (C1C1-WW)/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) simplified model (C1C1-WW)/yoda1"},"description":"Exclusion limits for $(\\tilde{W},\\tilde{B})$ simplifiec model as a function of the produced wino mass ($m(\\tilde{\\chi}_{1}^{\\pm}/\\tilde{\\chi}_{2}^{0})$) and the bino LSP mass...","doi":"10.17182/hepdata.104458.v3/t26","id":1583836,"location":"Figure 15a","messages":false,"name":"Exp limit on (W~, B~) simplified model (C1C1-WW)","processed_name":"Explimiton(W~,B~)simplifiedmodel(C1C1-WW)","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458793?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458794?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (W~, B~) simplified model (C1C1-WW)/csv","json":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (W~, B~) simplified model (C1C1-WW)/json","root":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (W~, B~) simplified model (C1C1-WW)/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (W~, B~) simplified model (C1C1-WW)/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (W~, B~) simplified model (C1C1-WW)/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (W~, B~) simplified model (C1C1-WW)/yoda1"},"description":"Exclusion limits for $(\\tilde{W},\\tilde{B})$ simplifiec model as a function of the produced wino mass ($m(\\tilde{\\chi}_{1}^{\\pm}/\\tilde{\\chi}_{2}^{0})$) and the bino LSP mass...","doi":"10.17182/hepdata.104458.v3/t27","id":1583837,"location":"Figure 15a","messages":false,"name":"Exp limit (+1sig) on (W~, B~) simplified model (C1C1-WW)","processed_name":"Explimit(+1sig)on(W~,B~)simplifiedmodel(C1C1-WW)","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458796?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458797?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) simplified model (C1C1-WW)/csv","json":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) simplified model (C1C1-WW)/json","root":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) simplified model (C1C1-WW)/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) simplified model (C1C1-WW)/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) simplified model (C1C1-WW)/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) simplified model (C1C1-WW)/yoda1"},"description":"Exclusion limits for $(\\tilde{W},\\tilde{B})$ simplifiec model as a function of the produced wino mass ($m(\\tilde{\\chi}_{1}^{\\pm}/\\tilde{\\chi}_{2}^{0})$) and the bino LSP mass...","doi":"10.17182/hepdata.104458.v3/t28","id":1583838,"location":"Figure 15a","messages":false,"name":"Obs limit on (W~, B~) simplified model (C1C1-WW)","processed_name":"Obslimiton(W~,B~)simplifiedmodel(C1C1-WW)","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458799?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458800?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (W~, B~) simplified model (C1C1-WW)/csv","json":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (W~, B~) simplified model (C1C1-WW)/json","root":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (W~, B~) simplified model (C1C1-WW)/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (W~, B~) simplified model (C1C1-WW)/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (W~, B~) simplified model (C1C1-WW)/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (W~, B~) simplified model (C1C1-WW)/yoda1"},"description":"Exclusion limits for $(\\tilde{W},\\tilde{B})$ simplifiec model as a function of the produced wino mass ($m(\\tilde{\\chi}_{1}^{\\pm}/\\tilde{\\chi}_{2}^{0})$) and the bino LSP mass...","doi":"10.17182/hepdata.104458.v3/t29","id":1583839,"location":"Figure 15a","messages":false,"name":"Obs limit (+1sig) on (W~, B~) simplified model (C1C1-WW)","processed_name":"Obslimit(+1sig)on(W~,B~)simplifiedmodel(C1C1-WW)","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458802?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458803?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (W~, B~) simplified model (C1C1-WW)/csv","json":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (W~, B~) simplified model (C1C1-WW)/json","root":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (W~, B~) simplified model (C1C1-WW)/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (W~, B~) simplified model (C1C1-WW)/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (W~, B~) simplified model (C1C1-WW)/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (W~, B~) simplified model (C1C1-WW)/yoda1"},"description":"Exclusion limits for $(\\tilde{W},\\tilde{B})$ simplifiec model as a function of the produced wino mass ($m(\\tilde{\\chi}_{1}^{\\pm}/\\tilde{\\chi}_{2}^{0})$) and the bino LSP mass...","doi":"10.17182/hepdata.104458.v3/t30","id":1583840,"location":"Figure 15a","messages":false,"name":"Obs limit (-1sig) on (W~, B~) simplified model (C1C1-WW)","processed_name":"Obslimit(-1sig)on(W~,B~)simplifiedmodel(C1C1-WW)","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458805?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458806?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) simplified model (C1N2-WZ)/csv","json":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) simplified model (C1N2-WZ)/json","root":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) simplified model (C1N2-WZ)/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) simplified model (C1N2-WZ)/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) simplified model (C1N2-WZ)/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) simplified model (C1N2-WZ)/yoda1"},"description":"Exclusion limits for $(\\tilde{W},\\tilde{B})$ simplifiec model as a function of the produced wino mass ($m(\\tilde{\\chi}_{1}^{\\pm}/\\tilde{\\chi}_{2}^{0})$) and the bino LSP mass...","doi":"10.17182/hepdata.104458.v3/t31","id":1583841,"location":"Figure 15b","messages":false,"name":"Exp limit on (W~, B~) simplified model (C1N2-WZ)","processed_name":"Explimiton(W~,B~)simplifiedmodel(C1N2-WZ)","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458808?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458809?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (W~, B~) simplified model (C1N2-WZ)/csv","json":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (W~, B~) simplified model (C1N2-WZ)/json","root":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (W~, B~) simplified model (C1N2-WZ)/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (W~, B~) simplified model (C1N2-WZ)/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (W~, B~) simplified model (C1N2-WZ)/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (W~, B~) simplified model (C1N2-WZ)/yoda1"},"description":"Exclusion limits for $(\\tilde{W},\\tilde{B})$ simplifiec model as a function of the produced wino mass ($m(\\tilde{\\chi}_{1}^{\\pm}/\\tilde{\\chi}_{2}^{0})$) and the bino LSP mass...","doi":"10.17182/hepdata.104458.v3/t32","id":1583842,"location":"Figure 15b","messages":false,"name":"Exp limit (+1sig) on (W~, B~) simplified model (C1N2-WZ)","processed_name":"Explimit(+1sig)on(W~,B~)simplifiedmodel(C1N2-WZ)","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458811?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458812?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Exp limit (-1sig) on (W~, B~) simplified model (C1N2-WZ)/csv","json":"https://www.hepdata.net/download/table/ins1906174/Exp limit (-1sig) on (W~, B~) simplified model (C1N2-WZ)/json","root":"https://www.hepdata.net/download/table/ins1906174/Exp limit (-1sig) on (W~, B~) simplified model (C1N2-WZ)/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Exp limit (-1sig) on (W~, B~) simplified model (C1N2-WZ)/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Exp limit (-1sig) on (W~, B~) simplified model (C1N2-WZ)/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Exp limit (-1sig) on (W~, B~) simplified model (C1N2-WZ)/yoda1"},"description":"Exclusion limits for $(\\tilde{W},\\tilde{B})$ simplifiec model as a function of the produced wino mass ($m(\\tilde{\\chi}_{1}^{\\pm}/\\tilde{\\chi}_{2}^{0})$) and the bino LSP mass...","doi":"10.17182/hepdata.104458.v3/t33","id":1583843,"location":"Figure 15b","messages":false,"name":"Exp limit (-1sig) on (W~, B~) simplified model (C1N2-WZ)","processed_name":"Explimit(-1sig)on(W~,B~)simplifiedmodel(C1N2-WZ)","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458814?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458815?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) simplified model (C1N2-WZ)/csv","json":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) simplified model (C1N2-WZ)/json","root":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) simplified model (C1N2-WZ)/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) simplified model (C1N2-WZ)/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) simplified model (C1N2-WZ)/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) simplified model (C1N2-WZ)/yoda1"},"description":"Exclusion limits for $(\\tilde{W},\\tilde{B})$ simplifiec model as a function of the produced wino mass ($m(\\tilde{\\chi}_{1}^{\\pm}/\\tilde{\\chi}_{2}^{0})$) and the bino LSP mass...","doi":"10.17182/hepdata.104458.v3/t34","id":1583844,"location":"Figure 15b","messages":false,"name":"Obs limit on (W~, B~) simplified model (C1N2-WZ)","processed_name":"Obslimiton(W~,B~)simplifiedmodel(C1N2-WZ)","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458817?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458818?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (W~, B~) simplified model (C1N2-WZ)/csv","json":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (W~, B~) simplified model (C1N2-WZ)/json","root":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (W~, B~) simplified model (C1N2-WZ)/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (W~, B~) simplified model (C1N2-WZ)/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (W~, B~) simplified model (C1N2-WZ)/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (W~, B~) simplified model (C1N2-WZ)/yoda1"},"description":"Exclusion limits for $(\\tilde{W},\\tilde{B})$ simplifiec model as a function of the produced wino mass ($m(\\tilde{\\chi}_{1}^{\\pm}/\\tilde{\\chi}_{2}^{0})$) and the bino LSP mass...","doi":"10.17182/hepdata.104458.v3/t35","id":1583845,"location":"Figure 15b","messages":false,"name":"Obs limit (+1sig) on (W~, B~) simplified model (C1N2-WZ)","processed_name":"Obslimit(+1sig)on(W~,B~)simplifiedmodel(C1N2-WZ)","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458820?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458821?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (W~, B~) simplified model (C1N2-WZ)/csv","json":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (W~, B~) simplified model (C1N2-WZ)/json","root":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (W~, B~) simplified model (C1N2-WZ)/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (W~, B~) simplified model (C1N2-WZ)/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (W~, B~) simplified model (C1N2-WZ)/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (W~, B~) simplified model (C1N2-WZ)/yoda1"},"description":"Exclusion limits for $(\\tilde{W},\\tilde{B})$ simplifiec model as a function of the produced wino mass ($m(\\tilde{\\chi}_{1}^{\\pm}/\\tilde{\\chi}_{2}^{0})$) and the bino LSP mass...","doi":"10.17182/hepdata.104458.v3/t36","id":1583846,"location":"Figure 15b","messages":false,"name":"Obs limit (-1sig) on (W~, B~) simplified model (C1N2-WZ)","processed_name":"Obslimit(-1sig)on(W~,B~)simplifiedmodel(C1N2-WZ)","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458823?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458824?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) simplified model (C1N2-Wh)/csv","json":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) simplified model (C1N2-Wh)/json","root":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) simplified model (C1N2-Wh)/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) simplified model (C1N2-Wh)/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) simplified model (C1N2-Wh)/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) simplified model (C1N2-Wh)/yoda1"},"description":"Exclusion limits for $(\\tilde{W},\\tilde{B})$ simplifiec model as a function of the produced wino mass ($m(\\tilde{\\chi}_{1}^{\\pm}/\\tilde{\\chi}_{2}^{0})$) and the bino LSP mass...","doi":"10.17182/hepdata.104458.v3/t37","id":1583847,"location":"Figure 15c","messages":false,"name":"Exp limit on (W~, B~) simplified model (C1N2-Wh)","processed_name":"Explimiton(W~,B~)simplifiedmodel(C1N2-Wh)","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458826?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458827?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (W~, B~) simplified model (C1N2-Wh)/csv","json":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (W~, B~) simplified model (C1N2-Wh)/json","root":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (W~, B~) simplified model (C1N2-Wh)/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (W~, B~) simplified model (C1N2-Wh)/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (W~, B~) simplified model (C1N2-Wh)/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (W~, B~) simplified model (C1N2-Wh)/yoda1"},"description":"Exclusion limits for $(\\tilde{W},\\tilde{B})$ simplifiec model as a function of the produced wino mass ($m(\\tilde{\\chi}_{1}^{\\pm}/\\tilde{\\chi}_{2}^{0})$) and the bino LSP mass...","doi":"10.17182/hepdata.104458.v3/t38","id":1583848,"location":"Figure 15c","messages":false,"name":"Exp limit (+1sig) on (W~, B~) simplified model (C1N2-Wh)","processed_name":"Explimit(+1sig)on(W~,B~)simplifiedmodel(C1N2-Wh)","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458829?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458830?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Exp limit (-1sig) on (W~, B~) simplified model (C1N2-Wh)/csv","json":"https://www.hepdata.net/download/table/ins1906174/Exp limit (-1sig) on (W~, B~) simplified model (C1N2-Wh)/json","root":"https://www.hepdata.net/download/table/ins1906174/Exp limit (-1sig) on (W~, B~) simplified model (C1N2-Wh)/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Exp limit (-1sig) on (W~, B~) simplified model (C1N2-Wh)/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Exp limit (-1sig) on (W~, B~) simplified model (C1N2-Wh)/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Exp limit (-1sig) on (W~, B~) simplified model (C1N2-Wh)/yoda1"},"description":"Exclusion limits for $(\\tilde{W},\\tilde{B})$ simplifiec model as a function of the produced wino mass ($m(\\tilde{\\chi}_{1}^{\\pm}/\\tilde{\\chi}_{2}^{0})$) and the bino LSP mass...","doi":"10.17182/hepdata.104458.v3/t39","id":1583849,"location":"Figure 15c","messages":false,"name":"Exp limit (-1sig) on (W~, B~) simplified model (C1N2-Wh)","processed_name":"Explimit(-1sig)on(W~,B~)simplifiedmodel(C1N2-Wh)","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458832?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458833?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) simplified model (C1N2-Wh)/csv","json":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) simplified model (C1N2-Wh)/json","root":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) simplified model (C1N2-Wh)/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) simplified model (C1N2-Wh)/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) simplified model (C1N2-Wh)/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) simplified model (C1N2-Wh)/yoda1"},"description":"Exclusion limits for $(\\tilde{W},\\tilde{B})$ simplifiec model as a function of the produced wino mass ($m(\\tilde{\\chi}_{1}^{\\pm}/\\tilde{\\chi}_{2}^{0})$) and the bino LSP mass...","doi":"10.17182/hepdata.104458.v3/t40","id":1583850,"location":"Figure 15c","messages":false,"name":"Obs limit on (W~, B~) simplified model (C1N2-Wh)","processed_name":"Obslimiton(W~,B~)simplifiedmodel(C1N2-Wh)","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458835?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458836?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (W~, B~) simplified model (C1N2-Wh)/csv","json":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (W~, B~) simplified model (C1N2-Wh)/json","root":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (W~, B~) simplified model (C1N2-Wh)/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (W~, B~) simplified model (C1N2-Wh)/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (W~, B~) simplified model (C1N2-Wh)/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (W~, B~) simplified model (C1N2-Wh)/yoda1"},"description":"Exclusion limits for $(\\tilde{W},\\tilde{B})$ simplifiec model as a function of the produced wino mass ($m(\\tilde{\\chi}_{1}^{\\pm}/\\tilde{\\chi}_{2}^{0})$) and the bino LSP mass...","doi":"10.17182/hepdata.104458.v3/t41","id":1583851,"location":"Figure 15c","messages":false,"name":"Obs limit (+1sig) on (W~, B~) simplified model (C1N2-Wh)","processed_name":"Obslimit(+1sig)on(W~,B~)simplifiedmodel(C1N2-Wh)","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458838?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458839?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (W~, B~) simplified model (C1N2-Wh)/csv","json":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (W~, B~) simplified model (C1N2-Wh)/json","root":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (W~, B~) simplified model (C1N2-Wh)/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (W~, B~) simplified model (C1N2-Wh)/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (W~, B~) simplified model (C1N2-Wh)/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (W~, B~) simplified model (C1N2-Wh)/yoda1"},"description":"Exclusion limits for $(\\tilde{W},\\tilde{B})$ simplifiec model as a function of the produced wino mass ($m(\\tilde{\\chi}_{1}^{\\pm}/\\tilde{\\chi}_{2}^{0})$) and the bino LSP mass...","doi":"10.17182/hepdata.104458.v3/t42","id":1583852,"location":"Figure 15c","messages":false,"name":"Obs limit (-1sig) on (W~, B~) simplified model (C1N2-Wh)","processed_name":"Obslimit(-1sig)on(W~,B~)simplifiedmodel(C1N2-Wh)","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458841?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458842?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) B(N2->ZN1) = 0%25/csv","json":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) B(N2->ZN1) = 0%25/json","root":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) B(N2->ZN1) = 0%25/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) B(N2->ZN1) = 0%25/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) B(N2->ZN1) = 0%25/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) B(N2->ZN1) = 0%25/yoda1"},"description":"Exclusion limits for the $(\\tilde{W},\\tilde{B})$ and $(\\tilde{H},\\tilde{B})$ models shown as a function of the mass of wino/higgsino chargino ($m(\\tilde{\\chi}_{1}^{\\pm})$) and...","doi":"10.17182/hepdata.104458.v3/t43","id":1583853,"location":"Figure 12a","messages":false,"name":"Exp limit on (W~, B~) B(N2->ZN1) = 0%","processed_name":"Explimiton(W~,B~)B(N2->ZN1)=0%","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458844?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458845?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) B(N2->ZN1) = 0%25/csv","json":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) B(N2->ZN1) = 0%25/json","root":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) B(N2->ZN1) = 0%25/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) B(N2->ZN1) = 0%25/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) B(N2->ZN1) = 0%25/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) B(N2->ZN1) = 0%25/yoda1"},"description":"Exclusion limits for the $(\\tilde{W},\\tilde{B})$ and $(\\tilde{H},\\tilde{B})$ models shown as a function of the mass of wino/higgsino chargino ($m(\\tilde{\\chi}_{1}^{\\pm})$) and...","doi":"10.17182/hepdata.104458.v3/t44","id":1583854,"location":"Figure 12b","messages":false,"name":"Obs limit on (W~, B~) B(N2->ZN1) = 0%","processed_name":"Obslimiton(W~,B~)B(N2->ZN1)=0%","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458847?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458848?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) B(N2->ZN1) = 25%25/csv","json":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) B(N2->ZN1) = 25%25/json","root":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) B(N2->ZN1) = 25%25/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) B(N2->ZN1) = 25%25/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) B(N2->ZN1) = 25%25/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) B(N2->ZN1) = 25%25/yoda1"},"description":"Exclusion limits for the $(\\tilde{W},\\tilde{B})$ and $(\\tilde{H},\\tilde{B})$ models shown as a function of the mass of wino/higgsino chargino ($m(\\tilde{\\chi}_{1}^{\\pm})$) and...","doi":"10.17182/hepdata.104458.v3/t45","id":1583855,"location":"Figure 12a","messages":false,"name":"Exp limit on (W~, B~) B(N2->ZN1) = 25%","processed_name":"Explimiton(W~,B~)B(N2->ZN1)=25%","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458850?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458851?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) B(N2->ZN1) = 25%25/csv","json":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) B(N2->ZN1) = 25%25/json","root":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) B(N2->ZN1) = 25%25/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) B(N2->ZN1) = 25%25/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) B(N2->ZN1) = 25%25/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) B(N2->ZN1) = 25%25/yoda1"},"description":"Exclusion limits for the $(\\tilde{W},\\tilde{B})$ and $(\\tilde{H},\\tilde{B})$ models shown as a function of the mass of wino/higgsino chargino ($m(\\tilde{\\chi}_{1}^{\\pm})$) and...","doi":"10.17182/hepdata.104458.v3/t46","id":1583856,"location":"Figure 12b","messages":false,"name":"Obs limit on (W~, B~) B(N2->ZN1) = 25%","processed_name":"Obslimiton(W~,B~)B(N2->ZN1)=25%","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458853?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458854?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) B(N2->ZN1) = 50%25/csv","json":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) B(N2->ZN1) = 50%25/json","root":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) B(N2->ZN1) = 50%25/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) B(N2->ZN1) = 50%25/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) B(N2->ZN1) = 50%25/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) B(N2->ZN1) = 50%25/yoda1"},"description":"Exclusion limits for the $(\\tilde{W},\\tilde{B})$ and $(\\tilde{H},\\tilde{B})$ models shown as a function of the mass of wino/higgsino chargino ($m(\\tilde{\\chi}_{1}^{\\pm})$) and...","doi":"10.17182/hepdata.104458.v3/t47","id":1583857,"location":"Figure 12a,12c","messages":false,"name":"Exp limit on (W~, B~) B(N2->ZN1) = 50%","processed_name":"Explimiton(W~,B~)B(N2->ZN1)=50%","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458856?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458857?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (W~, B~) B(N2->ZN1) = 50%25/csv","json":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (W~, B~) B(N2->ZN1) = 50%25/json","root":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (W~, B~) B(N2->ZN1) = 50%25/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (W~, B~) B(N2->ZN1) = 50%25/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (W~, B~) B(N2->ZN1) = 50%25/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (W~, B~) B(N2->ZN1) = 50%25/yoda1"},"description":"Exclusion limits for the $(\\tilde{W},\\tilde{B})$ models shown as a function of the mass of wino/higgsino chargino ($m(\\tilde{\\chi}_{1}^{\\pm})$) and the mass...","doi":"10.17182/hepdata.104458.v3/t48","id":1583858,"location":"Figure 12c","messages":false,"name":"Exp limit (+1sig) on (W~, B~) B(N2->ZN1) = 50%","processed_name":"Explimit(+1sig)on(W~,B~)B(N2->ZN1)=50%","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458859?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458860?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Exp limit (-1sig) on (W~, B~) B(N2->ZN1) = 50%25/csv","json":"https://www.hepdata.net/download/table/ins1906174/Exp limit (-1sig) on (W~, B~) B(N2->ZN1) = 50%25/json","root":"https://www.hepdata.net/download/table/ins1906174/Exp limit (-1sig) on (W~, B~) B(N2->ZN1) = 50%25/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Exp limit (-1sig) on (W~, B~) B(N2->ZN1) = 50%25/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Exp limit (-1sig) on (W~, B~) B(N2->ZN1) = 50%25/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Exp limit (-1sig) on (W~, B~) B(N2->ZN1) = 50%25/yoda1"},"description":"Exclusion limits for the $(\\tilde{W},\\tilde{B})$ models shown as a function of the mass of wino/higgsino chargino ($m(\\tilde{\\chi}_{1}^{\\pm})$) and the mass...","doi":"10.17182/hepdata.104458.v3/t49","id":1583859,"location":"Figure 12c","messages":false,"name":"Exp limit (-1sig) on (W~, B~) B(N2->ZN1) = 50%","processed_name":"Explimit(-1sig)on(W~,B~)B(N2->ZN1)=50%","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458862?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458863?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) B(N2->ZN1) = 50%25/csv","json":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) B(N2->ZN1) = 50%25/json","root":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) B(N2->ZN1) = 50%25/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) B(N2->ZN1) = 50%25/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) B(N2->ZN1) = 50%25/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) B(N2->ZN1) = 50%25/yoda1"},"description":"Exclusion limits for the $(\\tilde{W},\\tilde{B})$ and $(\\tilde{H},\\tilde{B})$ models shown as a function of the mass of wino/higgsino chargino ($m(\\tilde{\\chi}_{1}^{\\pm})$) and...","doi":"10.17182/hepdata.104458.v3/t50","id":1583860,"location":"Figure 12b,12c","messages":false,"name":"Obs limit on (W~, B~) B(N2->ZN1) = 50%","processed_name":"Obslimiton(W~,B~)B(N2->ZN1)=50%","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458865?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458866?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (W~, B~) B(N2->ZN1) = 50%25/csv","json":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (W~, B~) B(N2->ZN1) = 50%25/json","root":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (W~, B~) B(N2->ZN1) = 50%25/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (W~, B~) B(N2->ZN1) = 50%25/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (W~, B~) B(N2->ZN1) = 50%25/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (W~, B~) B(N2->ZN1) = 50%25/yoda1"},"description":"Exclusion limits for the $(\\tilde{W},\\tilde{B})$ models shown as a function of the mass of wino/higgsino chargino ($m(\\tilde{\\chi}_{1}^{\\pm})$) and the mass...","doi":"10.17182/hepdata.104458.v3/t51","id":1583861,"location":"Figure 12c","messages":false,"name":"Obs limit (+1sig) on (W~, B~) B(N2->ZN1) = 50%","processed_name":"Obslimit(+1sig)on(W~,B~)B(N2->ZN1)=50%","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458868?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458869?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (W~, B~) B(N2->ZN1) = 50%25/csv","json":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (W~, B~) B(N2->ZN1) = 50%25/json","root":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (W~, B~) B(N2->ZN1) = 50%25/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (W~, B~) B(N2->ZN1) = 50%25/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (W~, B~) B(N2->ZN1) = 50%25/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (W~, B~) B(N2->ZN1) = 50%25/yoda1"},"description":"Exclusion limits for the $(\\tilde{W},\\tilde{B})$ models shown as a function of the mass of wino/higgsino chargino ($m(\\tilde{\\chi}_{1}^{\\pm})$) and the mass...","doi":"10.17182/hepdata.104458.v3/t52","id":1583862,"location":"Figure 12c","messages":false,"name":"Obs limit (-1sig) on (W~, B~) B(N2->ZN1) = 50%","processed_name":"Obslimit(-1sig)on(W~,B~)B(N2->ZN1)=50%","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458871?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458872?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) B(N2->ZN1) = 75%25/csv","json":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) B(N2->ZN1) = 75%25/json","root":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) B(N2->ZN1) = 75%25/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) B(N2->ZN1) = 75%25/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) B(N2->ZN1) = 75%25/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) B(N2->ZN1) = 75%25/yoda1"},"description":"Exclusion limits for the $(\\tilde{W},\\tilde{B})$ and $(\\tilde{H},\\tilde{B})$ models shown as a function of the mass of wino/higgsino chargino ($m(\\tilde{\\chi}_{1}^{\\pm})$) and...","doi":"10.17182/hepdata.104458.v3/t53","id":1583863,"location":"Figure 12a","messages":false,"name":"Exp limit on (W~, B~) B(N2->ZN1) = 75%","processed_name":"Explimiton(W~,B~)B(N2->ZN1)=75%","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458874?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458875?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) B(N2->ZN1) = 75%25/csv","json":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) B(N2->ZN1) = 75%25/json","root":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) B(N2->ZN1) = 75%25/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) B(N2->ZN1) = 75%25/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) B(N2->ZN1) = 75%25/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) B(N2->ZN1) = 75%25/yoda1"},"description":"Exclusion limits for the $(\\tilde{W},\\tilde{B})$ and $(\\tilde{H},\\tilde{B})$ models shown as a function of the mass of wino/higgsino chargino ($m(\\tilde{\\chi}_{1}^{\\pm})$) and...","doi":"10.17182/hepdata.104458.v3/t54","id":1583864,"location":"Figure 12b","messages":false,"name":"Obs limit on (W~, B~) B(N2->ZN1) = 75%","processed_name":"Obslimiton(W~,B~)B(N2->ZN1)=75%","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458877?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458878?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) B(N2->ZN1) = 100%25/csv","json":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) B(N2->ZN1) = 100%25/json","root":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) B(N2->ZN1) = 100%25/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) B(N2->ZN1) = 100%25/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) B(N2->ZN1) = 100%25/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, B~) B(N2->ZN1) = 100%25/yoda1"},"description":"Exclusion limits for the $(\\tilde{W},\\tilde{B})$ and $(\\tilde{H},\\tilde{B})$ models shown as a function of the mass of wino/higgsino chargino ($m(\\tilde{\\chi}_{1}^{\\pm})$) and...","doi":"10.17182/hepdata.104458.v3/t55","id":1583865,"location":"Figure 12a","messages":false,"name":"Exp limit on (W~, B~) B(N2->ZN1) = 100%","processed_name":"Explimiton(W~,B~)B(N2->ZN1)=100%","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458880?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458881?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) B(N2->ZN1) = 100%25/csv","json":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) B(N2->ZN1) = 100%25/json","root":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) B(N2->ZN1) = 100%25/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) B(N2->ZN1) = 100%25/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) B(N2->ZN1) = 100%25/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, B~) B(N2->ZN1) = 100%25/yoda1"},"description":"Exclusion limits for the $(\\tilde{W},\\tilde{B})$ and $(\\tilde{H},\\tilde{B})$ models shown as a function of the mass of wino/higgsino chargino ($m(\\tilde{\\chi}_{1}^{\\pm})$) and...","doi":"10.17182/hepdata.104458.v3/t56","id":1583866,"location":"Figure 12b","messages":false,"name":"Obs limit on (W~, B~) B(N2->ZN1) = 100%","processed_name":"Obslimiton(W~,B~)B(N2->ZN1)=100%","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458883?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458884?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (H~, B~) B(N2->ZN1) = 50%25/csv","json":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (H~, B~) B(N2->ZN1) = 50%25/json","root":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (H~, B~) B(N2->ZN1) = 50%25/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (H~, B~) B(N2->ZN1) = 50%25/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (H~, B~) B(N2->ZN1) = 50%25/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (H~, B~) B(N2->ZN1) = 50%25/yoda1"},"description":"Exclusion limits for the $(\\tilde{W},\\tilde{B})$ and $(\\tilde{H},\\tilde{B})$ models shown as a function of the mass of wino/higgsino chargino ($m(\\tilde{\\chi}_{1}^{\\pm})$) and...","doi":"10.17182/hepdata.104458.v3/t57","id":1583867,"location":"Figure 12a,12d","messages":false,"name":"Exp limit on (H~, B~) B(N2->ZN1) = 50%","processed_name":"Explimiton(H~,B~)B(N2->ZN1)=50%","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458886?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458887?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (H~, B~) B(N2->ZN1) = 50%25/csv","json":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (H~, B~) B(N2->ZN1) = 50%25/json","root":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (H~, B~) B(N2->ZN1) = 50%25/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (H~, B~) B(N2->ZN1) = 50%25/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (H~, B~) B(N2->ZN1) = 50%25/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (H~, B~) B(N2->ZN1) = 50%25/yoda1"},"description":"Exclusion limits for the $(\\tilde{H},\\tilde{B})$ models shown as a function of the mass of wino/higgsino chargino ($m(\\tilde{\\chi}_{1}^{\\pm})$) and the mass...","doi":"10.17182/hepdata.104458.v3/t58","id":1583868,"location":"Figure 12d","messages":false,"name":"Exp limit (+1sig) on (H~, B~) B(N2->ZN1) = 50%","processed_name":"Explimit(+1sig)on(H~,B~)B(N2->ZN1)=50%","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458889?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458890?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, B~) B(N2->ZN1) = 50%25/csv","json":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, B~) B(N2->ZN1) = 50%25/json","root":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, B~) B(N2->ZN1) = 50%25/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, B~) B(N2->ZN1) = 50%25/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, B~) B(N2->ZN1) = 50%25/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, B~) B(N2->ZN1) = 50%25/yoda1"},"description":"Exclusion limits for the $(\\tilde{W},\\tilde{B})$ and $(\\tilde{H},\\tilde{B})$ models shown as a function of the mass of wino/higgsino chargino ($m(\\tilde{\\chi}_{1}^{\\pm})$) and...","doi":"10.17182/hepdata.104458.v3/t59","id":1583869,"location":"Figure 12b,12d","messages":false,"name":"Obs limit on (H~, B~) B(N2->ZN1) = 50%","processed_name":"Obslimiton(H~,B~)B(N2->ZN1)=50%","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458892?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458893?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (H~, B~) B(N2->ZN1) = 50%25/csv","json":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (H~, B~) B(N2->ZN1) = 50%25/json","root":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (H~, B~) B(N2->ZN1) = 50%25/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (H~, B~) B(N2->ZN1) = 50%25/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (H~, B~) B(N2->ZN1) = 50%25/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (H~, B~) B(N2->ZN1) = 50%25/yoda1"},"description":"Exclusion limits for the $(\\tilde{H},\\tilde{B})$ models shown as a function of the mass of wino/higgsino chargino ($m(\\tilde{\\chi}_{1}^{\\pm})$) and the mass...","doi":"10.17182/hepdata.104458.v3/t60","id":1583870,"location":"Figure 12d","messages":false,"name":"Obs limit (+1sig) on (H~, B~) B(N2->ZN1) = 50%","processed_name":"Obslimit(+1sig)on(H~,B~)B(N2->ZN1)=50%","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458895?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458896?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (H~, B~) B(N2->ZN1) = 50%25/csv","json":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (H~, B~) B(N2->ZN1) = 50%25/json","root":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (H~, B~) B(N2->ZN1) = 50%25/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (H~, B~) B(N2->ZN1) = 50%25/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (H~, B~) B(N2->ZN1) = 50%25/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (H~, B~) B(N2->ZN1) = 50%25/yoda1"},"description":"Exclusion limits for the $(\\tilde{H},\\tilde{B})$ models shown as a function of the mass of wino/higgsino chargino ($m(\\tilde{\\chi}_{1}^{\\pm})$) and the mass...","doi":"10.17182/hepdata.104458.v3/t61","id":1583871,"location":"Figure 12d","messages":false,"name":"Obs limit (-1sig) on (H~, B~) B(N2->ZN1) = 50%","processed_name":"Obslimit(-1sig)on(H~,B~)B(N2->ZN1)=50%","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458898?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458899?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, H~), tanb = 10, mu>0/csv","json":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, H~), tanb = 10, mu>0/json","root":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, H~), tanb = 10, mu>0/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, H~), tanb = 10, mu>0/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, H~), tanb = 10, mu>0/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, H~), tanb = 10, mu>0/yoda1"},"description":"95% CL exclusion limits for the $(\\tilde{W},\\tilde{H})$ models. The limits are projected on to a two-dimensional plane of the physical...","doi":"10.17182/hepdata.104458.v3/t62","id":1583872,"location":"Figure 14c","messages":false,"name":"Exp limit on (W~, H~), tanb = 10, mu>0","processed_name":"Explimiton(W~,H~),tanb=10,mu>0","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458901?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458902?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (W~, H~), tanb = 10, mu>0/csv","json":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (W~, H~), tanb = 10, mu>0/json","root":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (W~, H~), tanb = 10, mu>0/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (W~, H~), tanb = 10, mu>0/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (W~, H~), tanb = 10, mu>0/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (W~, H~), tanb = 10, mu>0/yoda1"},"description":"95% CL exclusion limits for the $(\\tilde{W},\\tilde{H})$ models. The limits are projected on to a two-dimensional plane of the physical...","doi":"10.17182/hepdata.104458.v3/t63","id":1583873,"location":"Figure 14c","messages":false,"name":"Exp limit (+1sig) on (W~, H~), tanb = 10, mu>0","processed_name":"Explimit(+1sig)on(W~,H~),tanb=10,mu>0","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458904?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458905?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Exp limit (-1sig) on (W~, H~), tanb = 10, mu>0/csv","json":"https://www.hepdata.net/download/table/ins1906174/Exp limit (-1sig) on (W~, H~), tanb = 10, mu>0/json","root":"https://www.hepdata.net/download/table/ins1906174/Exp limit (-1sig) on (W~, H~), tanb = 10, mu>0/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Exp limit (-1sig) on (W~, H~), tanb = 10, mu>0/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Exp limit (-1sig) on (W~, H~), tanb = 10, mu>0/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Exp limit (-1sig) on (W~, H~), tanb = 10, mu>0/yoda1"},"description":"95% CL exclusion limits for the $(\\tilde{W},\\tilde{H})$ models. The limits are projected on to a two-dimensional plane of the physical...","doi":"10.17182/hepdata.104458.v3/t64","id":1583874,"location":"Figure 14c","messages":false,"name":"Exp limit (-1sig) on (W~, H~), tanb = 10, mu>0","processed_name":"Explimit(-1sig)on(W~,H~),tanb=10,mu>0","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458907?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458908?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, H~), tanb = 10, mu>0/csv","json":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, H~), tanb = 10, mu>0/json","root":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, H~), tanb = 10, mu>0/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, H~), tanb = 10, mu>0/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, H~), tanb = 10, mu>0/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, H~), tanb = 10, mu>0/yoda1"},"description":"95% CL exclusion limits for the $(\\tilde{W},\\tilde{H})$ models. The limits are projected on to a two-dimensional plane of the physical...","doi":"10.17182/hepdata.104458.v3/t65","id":1583875,"location":"Figure 14c","messages":false,"name":"Obs limit on (W~, H~), tanb = 10, mu>0","processed_name":"Obslimiton(W~,H~),tanb=10,mu>0","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458910?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458911?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (W~, H~), tanb = 10, mu>0/csv","json":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (W~, H~), tanb = 10, mu>0/json","root":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (W~, H~), tanb = 10, mu>0/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (W~, H~), tanb = 10, mu>0/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (W~, H~), tanb = 10, mu>0/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (W~, H~), tanb = 10, mu>0/yoda1"},"description":"95% CL exclusion limits for the $(\\tilde{W},\\tilde{H})$ models. The limits are projected on to a two-dimensional plane of the physical...","doi":"10.17182/hepdata.104458.v3/t66","id":1583876,"location":"Figure 14c","messages":false,"name":"Obs limit (+1sig) on (W~, H~), tanb = 10, mu>0","processed_name":"Obslimit(+1sig)on(W~,H~),tanb=10,mu>0","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458913?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458914?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (W~, H~), tanb = 10, mu>0/csv","json":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (W~, H~), tanb = 10, mu>0/json","root":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (W~, H~), tanb = 10, mu>0/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (W~, H~), tanb = 10, mu>0/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (W~, H~), tanb = 10, mu>0/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (W~, H~), tanb = 10, mu>0/yoda1"},"description":"95% CL exclusion limits for the $(\\tilde{W},\\tilde{H})$ models. The limits are projected on to a two-dimensional plane of the physical...","doi":"10.17182/hepdata.104458.v3/t67","id":1583877,"location":"Figure 14c","messages":false,"name":"Obs limit (-1sig) on (W~, H~), tanb = 10, mu>0","processed_name":"Obslimit(-1sig)on(W~,H~),tanb=10,mu>0","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458916?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458917?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (H~, W~), tanb = 10, mu>0/csv","json":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (H~, W~), tanb = 10, mu>0/json","root":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (H~, W~), tanb = 10, mu>0/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (H~, W~), tanb = 10, mu>0/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (H~, W~), tanb = 10, mu>0/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (H~, W~), tanb = 10, mu>0/yoda1"},"description":"95% CL exclusion limits for the $(\\tilde{H},\\tilde{W})$ models. The limits are projected on to a two-dimensional plane of the physical...","doi":"10.17182/hepdata.104458.v3/t68","id":1583878,"location":"Figure 14d","messages":false,"name":"Exp limit on (H~, W~), tanb = 10, mu>0","processed_name":"Explimiton(H~,W~),tanb=10,mu>0","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458919?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458920?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (H~, W~), tanb = 10, mu>0/csv","json":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (H~, W~), tanb = 10, mu>0/json","root":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (H~, W~), tanb = 10, mu>0/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (H~, W~), tanb = 10, mu>0/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (H~, W~), tanb = 10, mu>0/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (H~, W~), tanb = 10, mu>0/yoda1"},"description":"95% CL exclusion limits for the $(\\tilde{H},\\tilde{W})$ models. The limits are projected on to a two-dimensional plane of the physical...","doi":"10.17182/hepdata.104458.v3/t69","id":1583879,"location":"Figure 14d","messages":false,"name":"Exp limit (+1sig) on (H~, W~), tanb = 10, mu>0","processed_name":"Explimit(+1sig)on(H~,W~),tanb=10,mu>0","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458922?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458923?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, W~), tanb = 10, mu>0/csv","json":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, W~), tanb = 10, mu>0/json","root":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, W~), tanb = 10, mu>0/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, W~), tanb = 10, mu>0/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, W~), tanb = 10, mu>0/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, W~), tanb = 10, mu>0/yoda1"},"description":"95% CL exclusion limits for the $(\\tilde{H},\\tilde{W})$ models. The limits are projected on to a two-dimensional plane of the physical...","doi":"10.17182/hepdata.104458.v3/t70","id":1583880,"location":"Figure 14d","messages":false,"name":"Obs limit on (H~, W~), tanb = 10, mu>0","processed_name":"Obslimiton(H~,W~),tanb=10,mu>0","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458925?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458926?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (H~, W~), tanb = 10, mu>0/csv","json":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (H~, W~), tanb = 10, mu>0/json","root":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (H~, W~), tanb = 10, mu>0/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (H~, W~), tanb = 10, mu>0/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (H~, W~), tanb = 10, mu>0/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (H~, W~), tanb = 10, mu>0/yoda1"},"description":"95% CL exclusion limits for the $(\\tilde{H},\\tilde{W})$ models. The limits are projected on to a two-dimensional plane of the physical...","doi":"10.17182/hepdata.104458.v3/t71","id":1583881,"location":"Figure 14d","messages":false,"name":"Obs limit (+1sig) on (H~, W~), tanb = 10, mu>0","processed_name":"Obslimit(+1sig)on(H~,W~),tanb=10,mu>0","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458928?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458929?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (H~, W~), tanb = 10, mu>0/csv","json":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (H~, W~), tanb = 10, mu>0/json","root":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (H~, W~), tanb = 10, mu>0/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (H~, W~), tanb = 10, mu>0/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (H~, W~), tanb = 10, mu>0/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (H~, W~), tanb = 10, mu>0/yoda1"},"description":"95% CL exclusion limits for the $(\\tilde{H},\\tilde{W})$ models. The limits are projected on to a two-dimensional plane of the physical...","doi":"10.17182/hepdata.104458.v3/t72","id":1583882,"location":"Figure 14d","messages":false,"name":"Obs limit (-1sig) on (H~, W~), tanb = 10, mu>0","processed_name":"Obslimit(-1sig)on(H~,W~),tanb=10,mu>0","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458931?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458932?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, H~), tanb = 10, M2 vs mu/csv","json":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, H~), tanb = 10, M2 vs mu/json","root":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, H~), tanb = 10, M2 vs mu/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, H~), tanb = 10, M2 vs mu/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, H~), tanb = 10, M2 vs mu/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (W~, H~), tanb = 10, M2 vs mu/yoda1"},"description":"95% CL exclusion limits for the $(\\tilde{W},\\tilde{H})$ models. The limits are projected on to a two-dimensional plane as a function...","doi":"10.17182/hepdata.104458.v3/t73","id":1583883,"location":"Figure 14b","messages":false,"name":"Exp limit on (W~, H~), tanb = 10, M2 vs mu","processed_name":"Explimiton(W~,H~),tanb=10,M2vsmu","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458934?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458935?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (W~, H~), tanb = 10, M2 vs mu/csv","json":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (W~, H~), tanb = 10, M2 vs mu/json","root":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (W~, H~), tanb = 10, M2 vs mu/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (W~, H~), tanb = 10, M2 vs mu/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (W~, H~), tanb = 10, M2 vs mu/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (W~, H~), tanb = 10, M2 vs mu/yoda1"},"description":"95% CL exclusion limits for the $(\\tilde{W},\\tilde{H})$ models. The limits are projected on to a two-dimensional plane as a function...","doi":"10.17182/hepdata.104458.v3/t74","id":1583884,"location":"Figure 14a","messages":false,"name":"Exp limit (+1sig) on (W~, H~), tanb = 10, M2 vs mu","processed_name":"Explimit(+1sig)on(W~,H~),tanb=10,M2vsmu","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458937?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458938?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Exp limit (-1sig) on (W~, H~), tanb = 10, M2 vs mu/csv","json":"https://www.hepdata.net/download/table/ins1906174/Exp limit (-1sig) on (W~, H~), tanb = 10, M2 vs mu/json","root":"https://www.hepdata.net/download/table/ins1906174/Exp limit (-1sig) on (W~, H~), tanb = 10, M2 vs mu/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Exp limit (-1sig) on (W~, H~), tanb = 10, M2 vs mu/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Exp limit (-1sig) on (W~, H~), tanb = 10, M2 vs mu/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Exp limit (-1sig) on (W~, H~), tanb = 10, M2 vs mu/yoda1"},"description":"95% CL exclusion limits for the $(\\tilde{W},\\tilde{H})$ models. The limits are projected on to a two-dimensional plane as a function...","doi":"10.17182/hepdata.104458.v3/t75","id":1583885,"location":"Figure 14a","messages":false,"name":"Exp limit (-1sig) on (W~, H~), tanb = 10, M2 vs mu","processed_name":"Explimit(-1sig)on(W~,H~),tanb=10,M2vsmu","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458940?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458941?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, H~), tanb = 10, M2 vs mu/csv","json":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, H~), tanb = 10, M2 vs mu/json","root":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, H~), tanb = 10, M2 vs mu/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, H~), tanb = 10, M2 vs mu/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, H~), tanb = 10, M2 vs mu/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (W~, H~), tanb = 10, M2 vs mu/yoda1"},"description":"95% CL exclusion limits for the $(\\tilde{W},\\tilde{H})$ models. The limits are projected on to a two-dimensional plane as a function...","doi":"10.17182/hepdata.104458.v3/t76","id":1583886,"location":"Figure 14b","messages":false,"name":"Obs limit on (W~, H~), tanb = 10, M2 vs mu","processed_name":"Obslimiton(W~,H~),tanb=10,M2vsmu","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458943?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458944?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (W~, H~), tanb = 10, M2 vs mu/csv","json":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (W~, H~), tanb = 10, M2 vs mu/json","root":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (W~, H~), tanb = 10, M2 vs mu/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (W~, H~), tanb = 10, M2 vs mu/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (W~, H~), tanb = 10, M2 vs mu/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (W~, H~), tanb = 10, M2 vs mu/yoda1"},"description":"95% CL exclusion limits for the $(\\tilde{W},\\tilde{H})$ models. The limits are projected on to a two-dimensional plane as a function...","doi":"10.17182/hepdata.104458.v3/t77","id":1583887,"location":"Figure 14a","messages":false,"name":"Obs limit (+1sig) on (W~, H~), tanb = 10, M2 vs mu","processed_name":"Obslimit(+1sig)on(W~,H~),tanb=10,M2vsmu","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458946?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458947?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (W~, H~), tanb = 10, M2 vs mu/csv","json":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (W~, H~), tanb = 10, M2 vs mu/json","root":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (W~, H~), tanb = 10, M2 vs mu/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (W~, H~), tanb = 10, M2 vs mu/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (W~, H~), tanb = 10, M2 vs mu/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (W~, H~), tanb = 10, M2 vs mu/yoda1"},"description":"95% CL exclusion limits for the $(\\tilde{W},\\tilde{H})$ models. The limits are projected on to a two-dimensional plane as a function...","doi":"10.17182/hepdata.104458.v3/t78","id":1583888,"location":"Figure 14a","messages":false,"name":"Obs limit (-1sig) on (W~, H~), tanb = 10, M2 vs mu","processed_name":"Obslimit(-1sig)on(W~,H~),tanb=10,M2vsmu","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458949?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458950?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (H~, W~), tanb = 10, M2 vs mu/csv","json":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (H~, W~), tanb = 10, M2 vs mu/json","root":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (H~, W~), tanb = 10, M2 vs mu/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (H~, W~), tanb = 10, M2 vs mu/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (H~, W~), tanb = 10, M2 vs mu/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (H~, W~), tanb = 10, M2 vs mu/yoda1"},"description":"95% CL exclusion limits for the $(\\tilde{H},\\tilde{W})$ models. The limits are projected on to a two-dimensional plane as a function...","doi":"10.17182/hepdata.104458.v3/t79","id":1583889,"location":"Figure 14b","messages":false,"name":"Exp limit on (H~, W~), tanb = 10, M2 vs mu","processed_name":"Explimiton(H~,W~),tanb=10,M2vsmu","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458952?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458953?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (H~, W~), tanb = 10, M2 vs mu/csv","json":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (H~, W~), tanb = 10, M2 vs mu/json","root":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (H~, W~), tanb = 10, M2 vs mu/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (H~, W~), tanb = 10, M2 vs mu/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (H~, W~), tanb = 10, M2 vs mu/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (H~, W~), tanb = 10, M2 vs mu/yoda1"},"description":"95% CL exclusion limits for the $(\\tilde{H},\\tilde{W})$ models. The limits are projected on to a two-dimensional plane as a function...","doi":"10.17182/hepdata.104458.v3/t80","id":1583890,"location":"Figure 14a","messages":false,"name":"Exp limit (+1sig) on (H~, W~), tanb = 10, M2 vs mu","processed_name":"Explimit(+1sig)on(H~,W~),tanb=10,M2vsmu","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458955?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458956?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, W~), tanb = 10, M2 vs mu/csv","json":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, W~), tanb = 10, M2 vs mu/json","root":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, W~), tanb = 10, M2 vs mu/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, W~), tanb = 10, M2 vs mu/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, W~), tanb = 10, M2 vs mu/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, W~), tanb = 10, M2 vs mu/yoda1"},"description":"95% CL exclusion limits for the $(\\tilde{H},\\tilde{W})$ models. The limits are projected on to a two-dimensional plane as a function...","doi":"10.17182/hepdata.104458.v3/t81","id":1583891,"location":"Figure 14b","messages":false,"name":"Obs limit on (H~, W~), tanb = 10, M2 vs mu","processed_name":"Obslimiton(H~,W~),tanb=10,M2vsmu","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458958?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458959?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (H~, W~), tanb = 10, M2 vs mu/csv","json":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (H~, W~), tanb = 10, M2 vs mu/json","root":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (H~, W~), tanb = 10, M2 vs mu/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (H~, W~), tanb = 10, M2 vs mu/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (H~, W~), tanb = 10, M2 vs mu/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (H~, W~), tanb = 10, M2 vs mu/yoda1"},"description":"95% CL exclusion limits for the $(\\tilde{H},\\tilde{W})$ models. The limits are projected on to a two-dimensional plane as a function...","doi":"10.17182/hepdata.104458.v3/t82","id":1583892,"location":"Figure 14a","messages":false,"name":"Obs limit (+1sig) on (H~, W~), tanb = 10, M2 vs mu","processed_name":"Obslimit(+1sig)on(H~,W~),tanb=10,M2vsmu","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458961?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458962?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (H~, W~), tanb = 10, M2 vs mu/csv","json":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (H~, W~), tanb = 10, M2 vs mu/json","root":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (H~, W~), tanb = 10, M2 vs mu/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (H~, W~), tanb = 10, M2 vs mu/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (H~, W~), tanb = 10, M2 vs mu/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (H~, W~), tanb = 10, M2 vs mu/yoda1"},"description":"95% CL exclusion limits for the $(\\tilde{H},\\tilde{W})$ models. The limits are projected on to a two-dimensional plane as a function...","doi":"10.17182/hepdata.104458.v3/t83","id":1583893,"location":"Figure 14a","messages":false,"name":"Obs limit (-1sig) on (H~, W~), tanb = 10, M2 vs mu","processed_name":"Obslimit(-1sig)on(H~,W~),tanb=10,M2vsmu","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458964?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458965?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (H~, G~)/csv","json":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (H~, G~)/json","root":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (H~, G~)/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (H~, G~)/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (H~, G~)/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (H~, G~)/yoda1"},"description":"Expected (dashed) and observed (solid red) 95% CL exclusion limit derived for the $(\\tilde{H},\\tilde{G})$ model, as a function of the...","doi":"10.17182/hepdata.104458.v3/t84","id":1583894,"location":"Figure 16","messages":false,"name":"Exp limit on (H~, G~)","processed_name":"Explimiton(H~,G~)","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458967?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458968?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (H~, G~)/csv","json":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (H~, G~)/json","root":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (H~, G~)/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (H~, G~)/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (H~, G~)/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (H~, G~)/yoda1"},"description":"Expected (dashed) and observed (solid red) 95% CL exclusion limit derived for the $(\\tilde{H},\\tilde{G})$ model, as a function of the...","doi":"10.17182/hepdata.104458.v3/t85","id":1583895,"location":"Figure 16","messages":false,"name":"Exp limit (+1sig) on (H~, G~)","processed_name":"Explimit(+1sig)on(H~,G~)","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458970?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458971?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Exp limit (-1sig) on (H~, G~)/csv","json":"https://www.hepdata.net/download/table/ins1906174/Exp limit (-1sig) on (H~, G~)/json","root":"https://www.hepdata.net/download/table/ins1906174/Exp limit (-1sig) on (H~, G~)/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Exp limit (-1sig) on (H~, G~)/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Exp limit (-1sig) on (H~, G~)/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Exp limit (-1sig) on (H~, G~)/yoda1"},"description":"Expected (dashed) and observed (solid red) 95% CL exclusion limit derived for the $(\\tilde{H},\\tilde{G})$ model, as a function of the...","doi":"10.17182/hepdata.104458.v3/t86","id":1583896,"location":"Figure 16","messages":false,"name":"Exp limit (-1sig) on (H~, G~)","processed_name":"Explimit(-1sig)on(H~,G~)","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458973?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458974?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, G~)/csv","json":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, G~)/json","root":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, G~)/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, G~)/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, G~)/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, G~)/yoda1"},"description":"Expected (dashed) and observed (solid red) 95% CL exclusion limit derived for the $(\\tilde{H},\\tilde{G})$ model, as a function of the...","doi":"10.17182/hepdata.104458.v3/t87","id":1583897,"location":"Figure 16","messages":false,"name":"Obs limit on (H~, G~)","processed_name":"Obslimiton(H~,G~)","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458976?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458977?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (H~, G~)/csv","json":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (H~, G~)/json","root":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (H~, G~)/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (H~, G~)/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (H~, G~)/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (H~, G~)/yoda1"},"description":"Expected (dashed) and observed (solid red) 95% CL exclusion limit derived for the $(\\tilde{H},\\tilde{G})$ model, as a function of the...","doi":"10.17182/hepdata.104458.v3/t88","id":1583898,"location":"Figure 16","messages":false,"name":"Obs limit (+1sig) on (H~, G~)","processed_name":"Obslimit(+1sig)on(H~,G~)","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458979?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458980?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (H~, G~)/csv","json":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (H~, G~)/json","root":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (H~, G~)/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (H~, G~)/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (H~, G~)/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (H~, G~)/yoda1"},"description":"Expected (dashed) and observed (solid red) 95% CL exclusion limit derived for the $(\\tilde{H},\\tilde{G})$ model, as a function of the...","doi":"10.17182/hepdata.104458.v3/t89","id":1583899,"location":"Figure 16","messages":false,"name":"Obs limit (-1sig) on (H~, G~)","processed_name":"Obslimit(-1sig)on(H~,G~)","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458982?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458983?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (H~, a~) B(N1->Za~) = 100%25/csv","json":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (H~, a~) B(N1->Za~) = 100%25/json","root":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (H~, a~) B(N1->Za~) = 100%25/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (H~, a~) B(N1->Za~) = 100%25/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (H~, a~) B(N1->Za~) = 100%25/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (H~, a~) B(N1->Za~) = 100%25/yoda1"},"description":"95% CL exclusion limits for the $(\\tilde{H},\\tilde{a})$ model as the function of axino mass ($m(\\tilde{a})$) and the lightest higgsino ($m(\\tilde{\\chi}_{1}^{0})$)....","doi":"10.17182/hepdata.104458.v3/t90","id":1583900,"location":"Figure 17b","messages":false,"name":"Exp limit on (H~, a~) B(N1->Za~) = 100%","processed_name":"Explimiton(H~,a~)B(N1->Za~)=100%","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458985?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458986?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (H~, a~) B(N1->Za~) = 100%25/csv","json":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (H~, a~) B(N1->Za~) = 100%25/json","root":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (H~, a~) B(N1->Za~) = 100%25/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (H~, a~) B(N1->Za~) = 100%25/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (H~, a~) B(N1->Za~) = 100%25/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Exp limit (+1sig) on (H~, a~) B(N1->Za~) = 100%25/yoda1"},"description":"95% CL exclusion limits for the $(\\tilde{H},\\tilde{a})$ model as the function of axino mass ($m(\\tilde{a})$) and the lightest higgsino ($m(\\tilde{\\chi}_{1}^{0})$)....","doi":"10.17182/hepdata.104458.v3/t91","id":1583901,"location":"Figure 17a","messages":false,"name":"Exp limit (+1sig) on (H~, a~) B(N1->Za~) = 100%","processed_name":"Explimit(+1sig)on(H~,a~)B(N1->Za~)=100%","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458988?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458989?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Exp limit (-1sig) on (H~, a~) B(N1->Za~) = 100%25/csv","json":"https://www.hepdata.net/download/table/ins1906174/Exp limit (-1sig) on (H~, a~) B(N1->Za~) = 100%25/json","root":"https://www.hepdata.net/download/table/ins1906174/Exp limit (-1sig) on (H~, a~) B(N1->Za~) = 100%25/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Exp limit (-1sig) on (H~, a~) B(N1->Za~) = 100%25/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Exp limit (-1sig) on (H~, a~) B(N1->Za~) = 100%25/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Exp limit (-1sig) on (H~, a~) B(N1->Za~) = 100%25/yoda1"},"description":"95% CL exclusion limits for the $(\\tilde{H},\\tilde{a})$ model as the function of axino mass ($m(\\tilde{a})$) and the lightest higgsino ($m(\\tilde{\\chi}_{1}^{0})$)....","doi":"10.17182/hepdata.104458.v3/t92","id":1583902,"location":"Figure 17a","messages":false,"name":"Exp limit (-1sig) on (H~, a~) B(N1->Za~) = 100%","processed_name":"Explimit(-1sig)on(H~,a~)B(N1->Za~)=100%","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458991?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458992?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, a~) B(N1->Za~) = 100%25/csv","json":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, a~) B(N1->Za~) = 100%25/json","root":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, a~) B(N1->Za~) = 100%25/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, a~) B(N1->Za~) = 100%25/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, a~) B(N1->Za~) = 100%25/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, a~) B(N1->Za~) = 100%25/yoda1"},"description":"95% CL exclusion limits for the $(\\tilde{H},\\tilde{a})$ model as the function of axino mass ($m(\\tilde{a})$) and the lightest higgsino ($m(\\tilde{\\chi}_{1}^{0})$)....","doi":"10.17182/hepdata.104458.v3/t93","id":1583903,"location":"Figure 17b","messages":false,"name":"Obs limit on (H~, a~) B(N1->Za~) = 100%","processed_name":"Obslimiton(H~,a~)B(N1->Za~)=100%","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458994?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458995?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (H~, a~) B(N1->Za~) = 100%25/csv","json":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (H~, a~) B(N1->Za~) = 100%25/json","root":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (H~, a~) B(N1->Za~) = 100%25/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (H~, a~) B(N1->Za~) = 100%25/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (H~, a~) B(N1->Za~) = 100%25/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Obs limit (+1sig) on (H~, a~) B(N1->Za~) = 100%25/yoda1"},"description":"95% CL exclusion limits for the $(\\tilde{H},\\tilde{a})$ model as the function of axino mass ($m(\\tilde{a})$) and the lightest higgsino ($m(\\tilde{\\chi}_{1}^{0})$)....","doi":"10.17182/hepdata.104458.v3/t94","id":1583904,"location":"Figure 17a","messages":false,"name":"Obs limit (+1sig) on (H~, a~) B(N1->Za~) = 100%","processed_name":"Obslimit(+1sig)on(H~,a~)B(N1->Za~)=100%","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3458997?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3458998?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (H~, a~) B(N1->Za~) = 100%25/csv","json":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (H~, a~) B(N1->Za~) = 100%25/json","root":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (H~, a~) B(N1->Za~) = 100%25/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (H~, a~) B(N1->Za~) = 100%25/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (H~, a~) B(N1->Za~) = 100%25/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Obs limit (-1sig) on (H~, a~) B(N1->Za~) = 100%25/yoda1"},"description":"95% CL exclusion limits for the $(\\tilde{H},\\tilde{a})$ model as the function of axino mass ($m(\\tilde{a})$) and the lightest higgsino ($m(\\tilde{\\chi}_{1}^{0})$)....","doi":"10.17182/hepdata.104458.v3/t95","id":1583905,"location":"Figure 17a","messages":false,"name":"Obs limit (-1sig) on (H~, a~) B(N1->Za~) = 100%","processed_name":"Obslimit(-1sig)on(H~,a~)B(N1->Za~)=100%","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459000?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459001?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (H~, a~) B(N1->Za~) = 75%25/csv","json":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (H~, a~) B(N1->Za~) = 75%25/json","root":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (H~, a~) B(N1->Za~) = 75%25/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (H~, a~) B(N1->Za~) = 75%25/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (H~, a~) B(N1->Za~) = 75%25/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (H~, a~) B(N1->Za~) = 75%25/yoda1"},"description":"95% CL exclusion limits for the $(\\tilde{H},\\tilde{a})$ model as the function of axino mass ($m(\\tilde{a})$) and the lightest higgsino ($m(\\tilde{\\chi}_{1}^{0})$)....","doi":"10.17182/hepdata.104458.v3/t96","id":1583906,"location":"Figure 17b","messages":false,"name":"Exp limit on (H~, a~) B(N1->Za~) = 75%","processed_name":"Explimiton(H~,a~)B(N1->Za~)=75%","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459003?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459004?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, a~) B(N1->Za~) = 75%25/csv","json":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, a~) B(N1->Za~) = 75%25/json","root":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, a~) B(N1->Za~) = 75%25/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, a~) B(N1->Za~) = 75%25/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, a~) B(N1->Za~) = 75%25/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, a~) B(N1->Za~) = 75%25/yoda1"},"description":"95% CL exclusion limits for the $(\\tilde{H},\\tilde{a})$ model as the function of axino mass ($m(\\tilde{a})$) and the lightest higgsino ($m(\\tilde{\\chi}_{1}^{0})$)....","doi":"10.17182/hepdata.104458.v3/t97","id":1583907,"location":"Figure 17b","messages":false,"name":"Obs limit on (H~, a~) B(N1->Za~) = 75%","processed_name":"Obslimiton(H~,a~)B(N1->Za~)=75%","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459006?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459007?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (H~, a~) B(N1->Za~) = 50%25/csv","json":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (H~, a~) B(N1->Za~) = 50%25/json","root":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (H~, a~) B(N1->Za~) = 50%25/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (H~, a~) B(N1->Za~) = 50%25/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (H~, a~) B(N1->Za~) = 50%25/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Exp limit on (H~, a~) B(N1->Za~) = 50%25/yoda1"},"description":"95% CL exclusion limits for the $(\\tilde{H},\\tilde{a})$ model as the function of axino mass ($m(\\tilde{a})$) and the lightest higgsino ($m(\\tilde{\\chi}_{1}^{0})$)....","doi":"10.17182/hepdata.104458.v3/t98","id":1583908,"location":"Figure 17b","messages":false,"name":"Exp limit on (H~, a~) B(N1->Za~) = 50%","processed_name":"Explimiton(H~,a~)B(N1->Za~)=50%","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459009?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459010?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, a~) B(N1->Za~) = 50%25/csv","json":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, a~) B(N1->Za~) = 50%25/json","root":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, a~) B(N1->Za~) = 50%25/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, a~) B(N1->Za~) = 50%25/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, a~) B(N1->Za~) = 50%25/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, a~) B(N1->Za~) = 50%25/yoda1"},"description":"95% CL exclusion limits for the $(\\tilde{H},\\tilde{a})$ model as the function of axino mass ($m(\\tilde{a})$) and the lightest higgsino ($m(\\tilde{\\chi}_{1}^{0})$)....","doi":"10.17182/hepdata.104458.v3/t99","id":1583909,"location":"Figure 17b","messages":false,"name":"Obs limit on (H~, a~) B(N1->Za~) = 50%","processed_name":"Obslimiton(H~,a~)B(N1->Za~)=50%","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459012?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459013?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, a~) B(N1->Za~) = 25%25/csv","json":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, a~) B(N1->Za~) = 25%25/json","root":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, a~) B(N1->Za~) = 25%25/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, a~) B(N1->Za~) = 25%25/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, a~) B(N1->Za~) = 25%25/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Obs limit on (H~, a~) B(N1->Za~) = 25%25/yoda1"},"description":"95% CL exclusion limits for the $(\\tilde{H},\\tilde{a})$ model as the function of axino mass ($m(\\tilde{a})$) and the lightest higgsino ($m(\\tilde{\\chi}_{1}^{0})$)....","doi":"10.17182/hepdata.104458.v3/t100","id":1583910,"location":"Figure 17b","messages":false,"name":"Obs limit on (H~, a~) B(N1->Za~) = 25%","processed_name":"Obslimiton(H~,a~)B(N1->Za~)=25%","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459015?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459016?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/B(C2->W+N1,N2) in (W~, H~), tanb=10, mu>0/csv","json":"https://www.hepdata.net/download/table/ins1906174/B(C2->W+N1,N2) in (W~, H~), tanb=10, mu>0/json","root":"https://www.hepdata.net/download/table/ins1906174/B(C2->W+N1,N2) in (W~, H~), tanb=10, mu>0/root","yaml":"https://www.hepdata.net/download/table/ins1906174/B(C2->W+N1,N2) in (W~, H~), tanb=10, mu>0/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/B(C2->W+N1,N2) in (W~, H~), tanb=10, mu>0/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/B(C2->W+N1,N2) in (W~, H~), tanb=10, mu>0/yoda1"},"description":"The $\\tilde{\\chi}_{\\textrm{heavy}}$ branching ratios in the $(\\tilde{W},\\tilde{H})$ model ($\\tan\\beta=10, \\mu>0$). The branching ratios of wino-like chargino ($\\tilde{\\chi}_{2}^{\\pm}$) and wino-like neutralino...","doi":"10.17182/hepdata.104458.v3/t101","id":1583911,"location":"Figure 4a auxiliary material","messages":false,"name":"B(C2->W+N1,N2) in (W~, H~), tanb=10, mu>0","processed_name":"B(C2->W+N1,N2)in(W~,H~),tanb=10,mu>0","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459018?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459019?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/B(C2->Z+C1) in (W~, H~), tanb=10, mu>0/csv","json":"https://www.hepdata.net/download/table/ins1906174/B(C2->Z+C1) in (W~, H~), tanb=10, mu>0/json","root":"https://www.hepdata.net/download/table/ins1906174/B(C2->Z+C1) in (W~, H~), tanb=10, mu>0/root","yaml":"https://www.hepdata.net/download/table/ins1906174/B(C2->Z+C1) in (W~, H~), tanb=10, mu>0/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/B(C2->Z+C1) in (W~, H~), tanb=10, mu>0/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/B(C2->Z+C1) in (W~, H~), tanb=10, mu>0/yoda1"},"description":"The $\\tilde{\\chi}_{\\textrm{heavy}}$ branching ratios in the $(\\tilde{W},\\tilde{H})$ model ($\\tan\\beta=10, \\mu>0$). The branching ratios of wino-like chargino ($\\tilde{\\chi}_{2}^{\\pm}$) and wino-like neutralino...","doi":"10.17182/hepdata.104458.v3/t102","id":1583912,"location":"Figure 4c auxiliary material","messages":false,"name":"B(C2->Z+C1) in (W~, H~), tanb=10, mu>0","processed_name":"B(C2->Z+C1)in(W~,H~),tanb=10,mu>0","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459021?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459022?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/B(C2->h+C1) in (W~, H~), tanb=10, mu>0/csv","json":"https://www.hepdata.net/download/table/ins1906174/B(C2->h+C1) in (W~, H~), tanb=10, mu>0/json","root":"https://www.hepdata.net/download/table/ins1906174/B(C2->h+C1) in (W~, H~), tanb=10, mu>0/root","yaml":"https://www.hepdata.net/download/table/ins1906174/B(C2->h+C1) in (W~, H~), tanb=10, mu>0/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/B(C2->h+C1) in (W~, H~), tanb=10, mu>0/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/B(C2->h+C1) in (W~, H~), tanb=10, mu>0/yoda1"},"description":"The $\\tilde{\\chi}_{\\textrm{heavy}}$ branching ratios in the $(\\tilde{W},\\tilde{H})$ model ($\\tan\\beta=10, \\mu>0$). The branching ratios of wino-like chargino ($\\tilde{\\chi}_{2}^{\\pm}$) and wino-like neutralino...","doi":"10.17182/hepdata.104458.v3/t103","id":1583913,"location":"Figure 4e auxiliary material","messages":false,"name":"B(C2->h+C1) in (W~, H~), tanb=10, mu>0","processed_name":"B(C2->h+C1)in(W~,H~),tanb=10,mu>0","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459024?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459025?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/B(N3->W+C1) in (W~, H~), tanb=10, mu>0/csv","json":"https://www.hepdata.net/download/table/ins1906174/B(N3->W+C1) in (W~, H~), tanb=10, mu>0/json","root":"https://www.hepdata.net/download/table/ins1906174/B(N3->W+C1) in (W~, H~), tanb=10, mu>0/root","yaml":"https://www.hepdata.net/download/table/ins1906174/B(N3->W+C1) in (W~, H~), tanb=10, mu>0/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/B(N3->W+C1) in (W~, H~), tanb=10, mu>0/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/B(N3->W+C1) in (W~, H~), tanb=10, mu>0/yoda1"},"description":"The $\\tilde{\\chi}_{\\textrm{heavy}}$ branching ratios in the $(\\tilde{W},\\tilde{H})$ model ($\\tan\\beta=10, \\mu>0$). The branching ratios of wino-like chargino ($\\tilde{\\chi}_{2}^{\\pm}$) and wino-like neutralino...","doi":"10.17182/hepdata.104458.v3/t104","id":1583914,"location":"Figure 4b auxiliary material","messages":false,"name":"B(N3->W+C1) in (W~, H~), tanb=10, mu>0","processed_name":"B(N3->W+C1)in(W~,H~),tanb=10,mu>0","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459027?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459028?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/B(N3->Z+N1,N2) in (W~, H~), tanb=10, mu>0/csv","json":"https://www.hepdata.net/download/table/ins1906174/B(N3->Z+N1,N2) in (W~, H~), tanb=10, mu>0/json","root":"https://www.hepdata.net/download/table/ins1906174/B(N3->Z+N1,N2) in (W~, H~), tanb=10, mu>0/root","yaml":"https://www.hepdata.net/download/table/ins1906174/B(N3->Z+N1,N2) in (W~, H~), tanb=10, mu>0/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/B(N3->Z+N1,N2) in (W~, H~), tanb=10, mu>0/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/B(N3->Z+N1,N2) in (W~, H~), tanb=10, mu>0/yoda1"},"description":"The $\\tilde{\\chi}_{\\textrm{heavy}}$ branching ratios in the $(\\tilde{W},\\tilde{H})$ model ($\\tan\\beta=10, \\mu>0$). The branching ratios of wino-like chargino ($\\tilde{\\chi}_{2}^{\\pm}$) and wino-like neutralino...","doi":"10.17182/hepdata.104458.v3/t105","id":1583915,"location":"Figure 4d auxiliary material","messages":false,"name":"B(N3->Z+N1,N2) in (W~, H~), tanb=10, mu>0","processed_name":"B(N3->Z+N1,N2)in(W~,H~),tanb=10,mu>0","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459030?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459031?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/B(N3->h+N1,N2) in (W~, H~), tanb=10, mu>0/csv","json":"https://www.hepdata.net/download/table/ins1906174/B(N3->h+N1,N2) in (W~, H~), tanb=10, mu>0/json","root":"https://www.hepdata.net/download/table/ins1906174/B(N3->h+N1,N2) in (W~, H~), tanb=10, mu>0/root","yaml":"https://www.hepdata.net/download/table/ins1906174/B(N3->h+N1,N2) in (W~, H~), tanb=10, mu>0/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/B(N3->h+N1,N2) in (W~, H~), tanb=10, mu>0/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/B(N3->h+N1,N2) in (W~, H~), tanb=10, mu>0/yoda1"},"description":"The $\\tilde{\\chi}_{\\textrm{heavy}}$ branching ratios in the $(\\tilde{W},\\tilde{H})$ model ($\\tan\\beta=10, \\mu>0$). The branching ratios of wino-like chargino ($\\tilde{\\chi}_{2}^{\\pm}$) and wino-like neutralino...","doi":"10.17182/hepdata.104458.v3/t106","id":1583916,"location":"Figure 4f auxiliary material","messages":false,"name":"B(N3->h+N1,N2) in (W~, H~), tanb=10, mu>0","processed_name":"B(N3->h+N1,N2)in(W~,H~),tanb=10,mu>0","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459033?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459034?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/B(C2->W+N1) in (H~, W~), tanb=10, mu>0/csv","json":"https://www.hepdata.net/download/table/ins1906174/B(C2->W+N1) in (H~, W~), tanb=10, mu>0/json","root":"https://www.hepdata.net/download/table/ins1906174/B(C2->W+N1) in (H~, W~), tanb=10, mu>0/root","yaml":"https://www.hepdata.net/download/table/ins1906174/B(C2->W+N1) in (H~, W~), tanb=10, mu>0/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/B(C2->W+N1) in (H~, W~), tanb=10, mu>0/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/B(C2->W+N1) in (H~, W~), tanb=10, mu>0/yoda1"},"description":"The $\\tilde{\\chi}_{\\textrm{heavy}}$ branching ratios in the $(\\tilde{H},\\tilde{W})$ model ($\\tan\\beta=10, \\mu>0$). The branching ratios of higgsino-like chargino ($\\tilde{\\chi}_{2}^{\\pm}$) and higgsino-like neutralinos...","doi":"10.17182/hepdata.104458.v3/t107","id":1583917,"location":"Figure 5a auxiliary material","messages":false,"name":"B(C2->W+N1) in (H~, W~), tanb=10, mu>0","processed_name":"B(C2->W+N1)in(H~,W~),tanb=10,mu>0","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459036?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459037?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/B(C2->Z+C1) in (H~, W~), tanb=10, mu>0/csv","json":"https://www.hepdata.net/download/table/ins1906174/B(C2->Z+C1) in (H~, W~), tanb=10, mu>0/json","root":"https://www.hepdata.net/download/table/ins1906174/B(C2->Z+C1) in (H~, W~), tanb=10, mu>0/root","yaml":"https://www.hepdata.net/download/table/ins1906174/B(C2->Z+C1) in (H~, W~), tanb=10, mu>0/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/B(C2->Z+C1) in (H~, W~), tanb=10, mu>0/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/B(C2->Z+C1) in (H~, W~), tanb=10, mu>0/yoda1"},"description":"The $\\tilde{\\chi}_{\\textrm{heavy}}$ branching ratios in the $(\\tilde{H},\\tilde{W})$ model ($\\tan\\beta=10, \\mu>0$). The branching ratios of higgsino-like chargino ($\\tilde{\\chi}_{2}^{\\pm}$) and higgsino-like neutralinos...","doi":"10.17182/hepdata.104458.v3/t108","id":1583918,"location":"Figure 5b auxiliary material","messages":false,"name":"B(C2->Z+C1) in (H~, W~), tanb=10, mu>0","processed_name":"B(C2->Z+C1)in(H~,W~),tanb=10,mu>0","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459039?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459040?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/B(C2->h+C1) in (H~, W~), tanb=10, mu>0/csv","json":"https://www.hepdata.net/download/table/ins1906174/B(C2->h+C1) in (H~, W~), tanb=10, mu>0/json","root":"https://www.hepdata.net/download/table/ins1906174/B(C2->h+C1) in (H~, W~), tanb=10, mu>0/root","yaml":"https://www.hepdata.net/download/table/ins1906174/B(C2->h+C1) in (H~, W~), tanb=10, mu>0/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/B(C2->h+C1) in (H~, W~), tanb=10, mu>0/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/B(C2->h+C1) in (H~, W~), tanb=10, mu>0/yoda1"},"description":"The $\\tilde{\\chi}_{\\textrm{heavy}}$ branching ratios in the $(\\tilde{H},\\tilde{W})$ model ($\\tan\\beta=10, \\mu>0$). The branching ratios of higgsino-like chargino ($\\tilde{\\chi}_{2}^{\\pm}$) and higgsino-like neutralinos...","doi":"10.17182/hepdata.104458.v3/t109","id":1583919,"location":"Figure 5c auxiliary material","messages":false,"name":"B(C2->h+C1) in (H~, W~), tanb=10, mu>0","processed_name":"B(C2->h+C1)in(H~,W~),tanb=10,mu>0","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459042?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459043?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/B(N2->W+C1) in (H~, W~), tanb=10, mu>0/csv","json":"https://www.hepdata.net/download/table/ins1906174/B(N2->W+C1) in (H~, W~), tanb=10, mu>0/json","root":"https://www.hepdata.net/download/table/ins1906174/B(N2->W+C1) in (H~, W~), tanb=10, mu>0/root","yaml":"https://www.hepdata.net/download/table/ins1906174/B(N2->W+C1) in (H~, W~), tanb=10, mu>0/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/B(N2->W+C1) in (H~, W~), tanb=10, mu>0/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/B(N2->W+C1) in (H~, W~), tanb=10, mu>0/yoda1"},"description":"The $\\tilde{\\chi}_{\\textrm{heavy}}$ branching ratios in the $(\\tilde{H},\\tilde{W})$ model ($\\tan\\beta=10, \\mu>0$). The branching ratios of higgsino-like chargino ($\\tilde{\\chi}_{2}^{\\pm}$) and higgsino-like neutralinos...","doi":"10.17182/hepdata.104458.v3/t110","id":1583920,"location":"Figure 5d auxiliary material","messages":false,"name":"B(N2->W+C1) in (H~, W~), tanb=10, mu>0","processed_name":"B(N2->W+C1)in(H~,W~),tanb=10,mu>0","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459045?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459046?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/B(N2->Z+N1) in (H~, W~), tanb=10, mu>0/csv","json":"https://www.hepdata.net/download/table/ins1906174/B(N2->Z+N1) in (H~, W~), tanb=10, mu>0/json","root":"https://www.hepdata.net/download/table/ins1906174/B(N2->Z+N1) in (H~, W~), tanb=10, mu>0/root","yaml":"https://www.hepdata.net/download/table/ins1906174/B(N2->Z+N1) in (H~, W~), tanb=10, mu>0/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/B(N2->Z+N1) in (H~, W~), tanb=10, mu>0/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/B(N2->Z+N1) in (H~, W~), tanb=10, mu>0/yoda1"},"description":"The $\\tilde{\\chi}_{\\textrm{heavy}}$ branching ratios in the $(\\tilde{H},\\tilde{W})$ model ($\\tan\\beta=10, \\mu>0$). The branching ratios of higgsino-like chargino ($\\tilde{\\chi}_{2}^{\\pm}$) and higgsino-like neutralinos...","doi":"10.17182/hepdata.104458.v3/t111","id":1583921,"location":"Figure 5e auxiliary material","messages":false,"name":"B(N2->Z+N1) in (H~, W~), tanb=10, mu>0","processed_name":"B(N2->Z+N1)in(H~,W~),tanb=10,mu>0","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459048?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459049?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/B(N2->h+N1) in (H~, W~), tanb=10, mu>0/csv","json":"https://www.hepdata.net/download/table/ins1906174/B(N2->h+N1) in (H~, W~), tanb=10, mu>0/json","root":"https://www.hepdata.net/download/table/ins1906174/B(N2->h+N1) in (H~, W~), tanb=10, mu>0/root","yaml":"https://www.hepdata.net/download/table/ins1906174/B(N2->h+N1) in (H~, W~), tanb=10, mu>0/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/B(N2->h+N1) in (H~, W~), tanb=10, mu>0/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/B(N2->h+N1) in (H~, W~), tanb=10, mu>0/yoda1"},"description":"The $\\tilde{\\chi}_{\\textrm{heavy}}$ branching ratios in the $(\\tilde{H},\\tilde{W})$ model ($\\tan\\beta=10, \\mu>0$). The branching ratios of higgsino-like chargino ($\\tilde{\\chi}_{2}^{\\pm}$) and higgsino-like neutralinos...","doi":"10.17182/hepdata.104458.v3/t112","id":1583922,"location":"Figure 5f auxiliary material","messages":false,"name":"B(N2->h+N1) in (H~, W~), tanb=10, mu>0","processed_name":"B(N2->h+N1)in(H~,W~),tanb=10,mu>0","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459051?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459052?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/B(N3->W+C1) in (H~, W~), tanb=10, mu>0/csv","json":"https://www.hepdata.net/download/table/ins1906174/B(N3->W+C1) in (H~, W~), tanb=10, mu>0/json","root":"https://www.hepdata.net/download/table/ins1906174/B(N3->W+C1) in (H~, W~), tanb=10, mu>0/root","yaml":"https://www.hepdata.net/download/table/ins1906174/B(N3->W+C1) in (H~, W~), tanb=10, mu>0/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/B(N3->W+C1) in (H~, W~), tanb=10, mu>0/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/B(N3->W+C1) in (H~, W~), tanb=10, mu>0/yoda1"},"description":"The $\\tilde{\\chi}_{\\textrm{heavy}}$ branching ratios in the $(\\tilde{H},\\tilde{W})$ model ($\\tan\\beta=10, \\mu>0$). The branching ratios of higgsino-like chargino ($\\tilde{\\chi}_{2}^{\\pm}$) and higgsino-like neutralinos...","doi":"10.17182/hepdata.104458.v3/t113","id":1583923,"location":"Figure 5g auxiliary material","messages":false,"name":"B(N3->W+C1) in (H~, W~), tanb=10, mu>0","processed_name":"B(N3->W+C1)in(H~,W~),tanb=10,mu>0","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459054?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459055?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/B(N3->Z+N1) in (H~, W~), tanb=10, mu>0/csv","json":"https://www.hepdata.net/download/table/ins1906174/B(N3->Z+N1) in (H~, W~), tanb=10, mu>0/json","root":"https://www.hepdata.net/download/table/ins1906174/B(N3->Z+N1) in (H~, W~), tanb=10, mu>0/root","yaml":"https://www.hepdata.net/download/table/ins1906174/B(N3->Z+N1) in (H~, W~), tanb=10, mu>0/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/B(N3->Z+N1) in (H~, W~), tanb=10, mu>0/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/B(N3->Z+N1) in (H~, W~), tanb=10, mu>0/yoda1"},"description":"The $\\tilde{\\chi}_{\\textrm{heavy}}$ branching ratios in the $(\\tilde{H},\\tilde{W})$ model ($\\tan\\beta=10, \\mu>0$). The branching ratios of higgsino-like chargino ($\\tilde{\\chi}_{2}^{\\pm}$) and higgsino-like neutralinos...","doi":"10.17182/hepdata.104458.v3/t114","id":1583924,"location":"Figure 5h auxiliary material","messages":false,"name":"B(N3->Z+N1) in (H~, W~), tanb=10, mu>0","processed_name":"B(N3->Z+N1)in(H~,W~),tanb=10,mu>0","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459057?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459058?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/B(N3->h+N1) in (H~, W~), tanb=10, mu>0/csv","json":"https://www.hepdata.net/download/table/ins1906174/B(N3->h+N1) in (H~, W~), tanb=10, mu>0/json","root":"https://www.hepdata.net/download/table/ins1906174/B(N3->h+N1) in (H~, W~), tanb=10, mu>0/root","yaml":"https://www.hepdata.net/download/table/ins1906174/B(N3->h+N1) in (H~, W~), tanb=10, mu>0/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/B(N3->h+N1) in (H~, W~), tanb=10, mu>0/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/B(N3->h+N1) in (H~, W~), tanb=10, mu>0/yoda1"},"description":"The $\\tilde{\\chi}_{\\textrm{heavy}}$ branching ratios in the $(\\tilde{H},\\tilde{W})$ model ($\\tan\\beta=10, \\mu>0$). The branching ratios of higgsino-like chargino ($\\tilde{\\chi}_{2}^{\\pm}$) and higgsino-like neutralinos...","doi":"10.17182/hepdata.104458.v3/t115","id":1583925,"location":"Figure 5i auxiliary material","messages":false,"name":"B(N3->h+N1) in (H~, W~), tanb=10, mu>0","processed_name":"B(N3->h+N1)in(H~,W~),tanb=10,mu>0","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459060?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459061?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Expected cross-section upper limit on C1C1-WW/csv","json":"https://www.hepdata.net/download/table/ins1906174/Expected cross-section upper limit on C1C1-WW/json","root":"https://www.hepdata.net/download/table/ins1906174/Expected cross-section upper limit on C1C1-WW/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Expected cross-section upper limit on C1C1-WW/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Expected cross-section upper limit on C1C1-WW/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Expected cross-section upper limit on C1C1-WW/yoda1"},"description":"Expected (dashed) and observed (solid) 95% CL exclusion limits on $(\\tilde{W},~\\tilde{B})$-SIM model (C1C1-WW). The black numbers represents the expected cross-section...","doi":"10.17182/hepdata.104458.v3/t116","id":1583926,"location":"Figure 7a auxiliary material","messages":false,"name":"Expected cross-section upper limit on C1C1-WW","processed_name":"Expectedcross-sectionupperlimitonC1C1-WW","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459063?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459064?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Expected cross-section upper limit on C1N2-WZ/csv","json":"https://www.hepdata.net/download/table/ins1906174/Expected cross-section upper limit on C1N2-WZ/json","root":"https://www.hepdata.net/download/table/ins1906174/Expected cross-section upper limit on C1N2-WZ/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Expected cross-section upper limit on C1N2-WZ/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Expected cross-section upper limit on C1N2-WZ/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Expected cross-section upper limit on C1N2-WZ/yoda1"},"description":"Expected (dashed) and observed (solid) 95% CL exclusion limits on $(\\tilde{W},~\\tilde{B})$-SIM model (C1N2-WZ). The black numbers represents the expected cross-section...","doi":"10.17182/hepdata.104458.v3/t117","id":1583927,"location":"Figure 7b auxiliary material","messages":false,"name":"Expected cross-section upper limit on C1N2-WZ","processed_name":"Expectedcross-sectionupperlimitonC1N2-WZ","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459066?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459067?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Expected cross-section upper limit on C1N2-Wh/csv","json":"https://www.hepdata.net/download/table/ins1906174/Expected cross-section upper limit on C1N2-Wh/json","root":"https://www.hepdata.net/download/table/ins1906174/Expected cross-section upper limit on C1N2-Wh/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Expected cross-section upper limit on C1N2-Wh/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Expected cross-section upper limit on C1N2-Wh/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Expected cross-section upper limit on C1N2-Wh/yoda1"},"description":"Expected (dashed) and observed (solid) 95% CL exclusion limits on $(\\tilde{W},~\\tilde{B})$-SIM model (C1N2-Wh). The black numbers represents the expected cross-section...","doi":"10.17182/hepdata.104458.v3/t118","id":1583928,"location":"Figure 7c auxiliary material","messages":false,"name":"Expected cross-section upper limit on C1N2-Wh","processed_name":"Expectedcross-sectionupperlimitonC1N2-Wh","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459069?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459070?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Expected cross-section upper limit on (H~, G~)/csv","json":"https://www.hepdata.net/download/table/ins1906174/Expected cross-section upper limit on (H~, G~)/json","root":"https://www.hepdata.net/download/table/ins1906174/Expected cross-section upper limit on (H~, G~)/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Expected cross-section upper limit on (H~, G~)/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Expected cross-section upper limit on (H~, G~)/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Expected cross-section upper limit on (H~, G~)/yoda1"},"description":"Expected (dashed) and observed (solid) 95% CL exclusion limits on $(\\tilde{H},\\tilde{G})$ models. The black numbers represents the expected cross-section upper-limits.","doi":"10.17182/hepdata.104458.v3/t119","id":1583929,"location":"Figure 7d auxiliary material","messages":false,"name":"Expected cross-section upper limit on (H~, G~)","processed_name":"Expectedcross-sectionupperlimiton(H~,G~)","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459072?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459073?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Observed cross-section upper limit on C1C1-WW/csv","json":"https://www.hepdata.net/download/table/ins1906174/Observed cross-section upper limit on C1C1-WW/json","root":"https://www.hepdata.net/download/table/ins1906174/Observed cross-section upper limit on C1C1-WW/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Observed cross-section upper limit on C1C1-WW/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Observed cross-section upper limit on C1C1-WW/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Observed cross-section upper limit on C1C1-WW/yoda1"},"description":"Expected (dashed) and observed (solid) 95% CL exclusion limits on $(\\tilde{W},~\\tilde{B})$-SIM model (C1C1-WW). The black numbers represents the observed cross-section...","doi":"10.17182/hepdata.104458.v3/t120","id":1583930,"location":"Figure 8a auxiliary material","messages":false,"name":"Observed cross-section upper limit on C1C1-WW","processed_name":"Observedcross-sectionupperlimitonC1C1-WW","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459075?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459076?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Observed cross-section upper limit on C1N2-WZ/csv","json":"https://www.hepdata.net/download/table/ins1906174/Observed cross-section upper limit on C1N2-WZ/json","root":"https://www.hepdata.net/download/table/ins1906174/Observed cross-section upper limit on C1N2-WZ/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Observed cross-section upper limit on C1N2-WZ/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Observed cross-section upper limit on C1N2-WZ/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Observed cross-section upper limit on C1N2-WZ/yoda1"},"description":"Expected (dashed) and observed (solid) 95% CL exclusion limits on $(\\tilde{W},~\\tilde{B})$-SIM model (C1N2-WZ). The black numbers represents the observed cross-section...","doi":"10.17182/hepdata.104458.v3/t121","id":1583931,"location":"Figure 8b auxiliary material","messages":false,"name":"Observed cross-section upper limit on C1N2-WZ","processed_name":"Observedcross-sectionupperlimitonC1N2-WZ","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459078?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459079?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Observed cross-section upper limit on C1N2-Wh/csv","json":"https://www.hepdata.net/download/table/ins1906174/Observed cross-section upper limit on C1N2-Wh/json","root":"https://www.hepdata.net/download/table/ins1906174/Observed cross-section upper limit on C1N2-Wh/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Observed cross-section upper limit on C1N2-Wh/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Observed cross-section upper limit on C1N2-Wh/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Observed cross-section upper limit on C1N2-Wh/yoda1"},"description":"Expected (dashed) and observed (solid) 95% CL exclusion limits on $(\\tilde{W},~\\tilde{B})$-SIM model (C1N2-Wh). The black numbers represents the observed cross-section...","doi":"10.17182/hepdata.104458.v3/t122","id":1583932,"location":"Figure 8c auxiliary material","messages":false,"name":"Observed cross-section upper limit on C1N2-Wh","processed_name":"Observedcross-sectionupperlimitonC1N2-Wh","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459081?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459082?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Observed cross-section upper limit on (H~, G~)/csv","json":"https://www.hepdata.net/download/table/ins1906174/Observed cross-section upper limit on (H~, G~)/json","root":"https://www.hepdata.net/download/table/ins1906174/Observed cross-section upper limit on (H~, G~)/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Observed cross-section upper limit on (H~, G~)/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Observed cross-section upper limit on (H~, G~)/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Observed cross-section upper limit on (H~, G~)/yoda1"},"description":"Expected (dashed) and observed (solid) 95% CL exclusion limits on $(\\tilde{H},\\tilde{G})$ models. The black numbers represents the observed cross-section upper-limits.","doi":"10.17182/hepdata.104458.v3/t123","id":1583933,"location":"Figure 8d auxiliary material","messages":false,"name":"Observed cross-section upper limit on (H~, G~)","processed_name":"Observedcross-sectionupperlimiton(H~,G~)","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459084?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459085?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Acceptance of C1C1-WW signals by SR-4Q-VV/csv","json":"https://www.hepdata.net/download/table/ins1906174/Acceptance of C1C1-WW signals by SR-4Q-VV/json","root":"https://www.hepdata.net/download/table/ins1906174/Acceptance of C1C1-WW signals by SR-4Q-VV/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Acceptance of C1C1-WW signals by SR-4Q-VV/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Acceptance of C1C1-WW signals by SR-4Q-VV/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Acceptance of C1C1-WW signals by SR-4Q-VV/yoda1"},"description":"Signal acceptance of $(\\tilde{W},\\tilde{B})$ simplified models (C1C1-WW) by their most relevant SRs, evaluated using MC simulation. The acceptance is given...","doi":"10.17182/hepdata.104458.v3/t124","id":1583934,"location":"Figure 9a auxiliary material","messages":false,"name":"Acceptance of C1C1-WW signals by SR-4Q-VV","processed_name":"AcceptanceofC1C1-WWsignalsbySR-4Q-VV","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459087?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459088?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Acceptance of C1N2-WZ signals by SR-4Q-VV/csv","json":"https://www.hepdata.net/download/table/ins1906174/Acceptance of C1N2-WZ signals by SR-4Q-VV/json","root":"https://www.hepdata.net/download/table/ins1906174/Acceptance of C1N2-WZ signals by SR-4Q-VV/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Acceptance of C1N2-WZ signals by SR-4Q-VV/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Acceptance of C1N2-WZ signals by SR-4Q-VV/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Acceptance of C1N2-WZ signals by SR-4Q-VV/yoda1"},"description":"Signal acceptance of $(\\tilde{W},\\tilde{B})$ simplified models (C1N2-WZ) by their most relevant SRs, evaluated using MC simulation. The acceptance is given...","doi":"10.17182/hepdata.104458.v3/t125","id":1583935,"location":"Figure 9b auxiliary material","messages":false,"name":"Acceptance of C1N2-WZ signals by SR-4Q-VV","processed_name":"AcceptanceofC1N2-WZsignalsbySR-4Q-VV","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459090?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459091?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Acceptance of C1N2-WZ signals by SR-2B2Q-VZ/csv","json":"https://www.hepdata.net/download/table/ins1906174/Acceptance of C1N2-WZ signals by SR-2B2Q-VZ/json","root":"https://www.hepdata.net/download/table/ins1906174/Acceptance of C1N2-WZ signals by SR-2B2Q-VZ/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Acceptance of C1N2-WZ signals by SR-2B2Q-VZ/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Acceptance of C1N2-WZ signals by SR-2B2Q-VZ/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Acceptance of C1N2-WZ signals by SR-2B2Q-VZ/yoda1"},"description":"Signal acceptance of $(\\tilde{W},\\tilde{B})$ simplified models (C1N2-WZ) by their most relevant SRs, evaluated using MC simulation. The acceptance is given...","doi":"10.17182/hepdata.104458.v3/t126","id":1583936,"location":"Figure 9c auxiliary material","messages":false,"name":"Acceptance of C1N2-WZ signals by SR-2B2Q-VZ","processed_name":"AcceptanceofC1N2-WZsignalsbySR-2B2Q-VZ","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459093?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459094?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Acceptance of C1N2-Wh signals by SR-2B2Q-Vh/csv","json":"https://www.hepdata.net/download/table/ins1906174/Acceptance of C1N2-Wh signals by SR-2B2Q-Vh/json","root":"https://www.hepdata.net/download/table/ins1906174/Acceptance of C1N2-Wh signals by SR-2B2Q-Vh/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Acceptance of C1N2-Wh signals by SR-2B2Q-Vh/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Acceptance of C1N2-Wh signals by SR-2B2Q-Vh/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Acceptance of C1N2-Wh signals by SR-2B2Q-Vh/yoda1"},"description":"Signal acceptance of $(\\tilde{W},\\tilde{B})$ simplified models (C1N2-Wh) by their most relevant SRs, evaluated using MC simulation. The acceptance is given...","doi":"10.17182/hepdata.104458.v3/t127","id":1583937,"location":"Figure 9d auxiliary material","messages":false,"name":"Acceptance of C1N2-Wh signals by SR-2B2Q-Vh","processed_name":"AcceptanceofC1N2-WhsignalsbySR-2B2Q-Vh","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459096?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459097?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Acceptance of N2N3-ZZ signals by SR-4Q-VV/csv","json":"https://www.hepdata.net/download/table/ins1906174/Acceptance of N2N3-ZZ signals by SR-4Q-VV/json","root":"https://www.hepdata.net/download/table/ins1906174/Acceptance of N2N3-ZZ signals by SR-4Q-VV/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Acceptance of N2N3-ZZ signals by SR-4Q-VV/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Acceptance of N2N3-ZZ signals by SR-4Q-VV/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Acceptance of N2N3-ZZ signals by SR-4Q-VV/yoda1"},"description":"Signal acceptance of $(\\tilde{H},\\tilde{B})$ simplified models (N2N3-ZZ) by their most relevant SRs, evaluated using MC simulation. The acceptance is given...","doi":"10.17182/hepdata.104458.v3/t128","id":1583938,"location":"Figure 10a auxiliary material","messages":false,"name":"Acceptance of N2N3-ZZ signals by SR-4Q-VV","processed_name":"AcceptanceofN2N3-ZZsignalsbySR-4Q-VV","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459099?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459100?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Acceptance of N2N3-ZZ signals by SR-2B2Q-VZ/csv","json":"https://www.hepdata.net/download/table/ins1906174/Acceptance of N2N3-ZZ signals by SR-2B2Q-VZ/json","root":"https://www.hepdata.net/download/table/ins1906174/Acceptance of N2N3-ZZ signals by SR-2B2Q-VZ/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Acceptance of N2N3-ZZ signals by SR-2B2Q-VZ/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Acceptance of N2N3-ZZ signals by SR-2B2Q-VZ/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Acceptance of N2N3-ZZ signals by SR-2B2Q-VZ/yoda1"},"description":"Signal acceptance of $(\\tilde{H},\\tilde{B})$ simplified models (N2N3-ZZ) by their most relevant SRs, evaluated using MC simulation. The acceptance is given...","doi":"10.17182/hepdata.104458.v3/t129","id":1583939,"location":"Figure 10b auxiliary material","messages":false,"name":"Acceptance of N2N3-ZZ signals by SR-2B2Q-VZ","processed_name":"AcceptanceofN2N3-ZZsignalsbySR-2B2Q-VZ","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459102?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459103?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Acceptance of N2N3-Zh signals by SR-2B2Q-Vh/csv","json":"https://www.hepdata.net/download/table/ins1906174/Acceptance of N2N3-Zh signals by SR-2B2Q-Vh/json","root":"https://www.hepdata.net/download/table/ins1906174/Acceptance of N2N3-Zh signals by SR-2B2Q-Vh/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Acceptance of N2N3-Zh signals by SR-2B2Q-Vh/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Acceptance of N2N3-Zh signals by SR-2B2Q-Vh/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Acceptance of N2N3-Zh signals by SR-2B2Q-Vh/yoda1"},"description":"Signal acceptance of $(\\tilde{H},\\tilde{B})$ simplified models (N2N3-Zh) by their most relevant SRs, evaluated using MC simulation. The acceptance is given...","doi":"10.17182/hepdata.104458.v3/t130","id":1583940,"location":"Figure 10c auxiliary material","messages":false,"name":"Acceptance of N2N3-Zh signals by SR-2B2Q-Vh","processed_name":"AcceptanceofN2N3-ZhsignalsbySR-2B2Q-Vh","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459105?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459106?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Acceptance of N2N3-hh signals by SR-2B2Q-Vh/csv","json":"https://www.hepdata.net/download/table/ins1906174/Acceptance of N2N3-hh signals by SR-2B2Q-Vh/json","root":"https://www.hepdata.net/download/table/ins1906174/Acceptance of N2N3-hh signals by SR-2B2Q-Vh/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Acceptance of N2N3-hh signals by SR-2B2Q-Vh/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Acceptance of N2N3-hh signals by SR-2B2Q-Vh/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Acceptance of N2N3-hh signals by SR-2B2Q-Vh/yoda1"},"description":"Signal acceptance of $(\\tilde{H},\\tilde{B})$ simplified models (N2N3-hh) by their most relevant SRs, evaluated using MC simulation. The acceptance is given...","doi":"10.17182/hepdata.104458.v3/t131","id":1583941,"location":"Figure 10d auxiliary material","messages":false,"name":"Acceptance of N2N3-hh signals by SR-2B2Q-Vh","processed_name":"AcceptanceofN2N3-hhsignalsbySR-2B2Q-Vh","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459108?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459109?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Acceptance of (H~, G~) signals by SR-4Q-VV/csv","json":"https://www.hepdata.net/download/table/ins1906174/Acceptance of (H~, G~) signals by SR-4Q-VV/json","root":"https://www.hepdata.net/download/table/ins1906174/Acceptance of (H~, G~) signals by SR-4Q-VV/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Acceptance of (H~, G~) signals by SR-4Q-VV/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Acceptance of (H~, G~) signals by SR-4Q-VV/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Acceptance of (H~, G~) signals by SR-4Q-VV/yoda1"},"description":"Signal acceptance of the $(\\tilde{H},\\tilde{G})$ model by SR-4Q-VV, evaluated using MC simulation. The acceptance is given by the ratio of...","doi":"10.17182/hepdata.104458.v3/t132","id":1583942,"location":"Figure 11a auxiliary material","messages":false,"name":"Acceptance of (H~, G~) signals by SR-4Q-VV","processed_name":"Acceptanceof(H~,G~)signalsbySR-4Q-VV","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459111?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459112?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Acceptance of (H~, G~) signals by SR-2B2Q-VZ/csv","json":"https://www.hepdata.net/download/table/ins1906174/Acceptance of (H~, G~) signals by SR-2B2Q-VZ/json","root":"https://www.hepdata.net/download/table/ins1906174/Acceptance of (H~, G~) signals by SR-2B2Q-VZ/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Acceptance of (H~, G~) signals by SR-2B2Q-VZ/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Acceptance of (H~, G~) signals by SR-2B2Q-VZ/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Acceptance of (H~, G~) signals by SR-2B2Q-VZ/yoda1"},"description":"Signal acceptance of the $(\\tilde{H},\\tilde{G})$ model by SR-2B2Q-VZ, evaluated using MC simulation. The acceptance is given by the ratio of...","doi":"10.17182/hepdata.104458.v3/t133","id":1583943,"location":"Figure 11b auxiliary material","messages":false,"name":"Acceptance of (H~, G~) signals by SR-2B2Q-VZ","processed_name":"Acceptanceof(H~,G~)signalsbySR-2B2Q-VZ","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459114?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459115?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Acceptance of (H~, G~) signals by SR-2B2Q-Vh/csv","json":"https://www.hepdata.net/download/table/ins1906174/Acceptance of (H~, G~) signals by SR-2B2Q-Vh/json","root":"https://www.hepdata.net/download/table/ins1906174/Acceptance of (H~, G~) signals by SR-2B2Q-Vh/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Acceptance of (H~, G~) signals by SR-2B2Q-Vh/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Acceptance of (H~, G~) signals by SR-2B2Q-Vh/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Acceptance of (H~, G~) signals by SR-2B2Q-Vh/yoda1"},"description":"Signal acceptance of the $(\\tilde{H},\\tilde{G})$ model by SR-2B2Q-Vh, evaluated using MC simulation. The acceptance is given by the ratio of...","doi":"10.17182/hepdata.104458.v3/t134","id":1583944,"location":"Figure 11c auxiliary material","messages":false,"name":"Acceptance of (H~, G~) signals by SR-2B2Q-Vh","processed_name":"Acceptanceof(H~,G~)signalsbySR-2B2Q-Vh","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459117?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459118?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Efficiency of C1C1-WW signals by SR-4Q-VV/csv","json":"https://www.hepdata.net/download/table/ins1906174/Efficiency of C1C1-WW signals by SR-4Q-VV/json","root":"https://www.hepdata.net/download/table/ins1906174/Efficiency of C1C1-WW signals by SR-4Q-VV/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Efficiency of C1C1-WW signals by SR-4Q-VV/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Efficiency of C1C1-WW signals by SR-4Q-VV/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Efficiency of C1C1-WW signals by SR-4Q-VV/yoda1"},"description":"Efficiency for $(\\tilde{W},\\tilde{B})$ simplified models (C1C1-WW) in their most relevant SRs. The efficiency in a given SR is defined by...","doi":"10.17182/hepdata.104458.v3/t135","id":1583945,"location":"Figure 12a auxiliary material","messages":false,"name":"Efficiency of C1C1-WW signals by SR-4Q-VV","processed_name":"EfficiencyofC1C1-WWsignalsbySR-4Q-VV","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459120?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459121?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Efficiency of C1N2-WZ signals by SR-4Q-VV/csv","json":"https://www.hepdata.net/download/table/ins1906174/Efficiency of C1N2-WZ signals by SR-4Q-VV/json","root":"https://www.hepdata.net/download/table/ins1906174/Efficiency of C1N2-WZ signals by SR-4Q-VV/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Efficiency of C1N2-WZ signals by SR-4Q-VV/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Efficiency of C1N2-WZ signals by SR-4Q-VV/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Efficiency of C1N2-WZ signals by SR-4Q-VV/yoda1"},"description":"Efficiency for $(\\tilde{W},\\tilde{B})$ simplified models (C1N2-WZ) in their most relevant SRs. The efficiency in a given SR is defined by...","doi":"10.17182/hepdata.104458.v3/t136","id":1583946,"location":"Figure 12b auxiliary material","messages":false,"name":"Efficiency of C1N2-WZ signals by SR-4Q-VV","processed_name":"EfficiencyofC1N2-WZsignalsbySR-4Q-VV","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459123?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459124?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Efficiency of C1N2-WZ signals by SR-2B2Q-VZ/csv","json":"https://www.hepdata.net/download/table/ins1906174/Efficiency of C1N2-WZ signals by SR-2B2Q-VZ/json","root":"https://www.hepdata.net/download/table/ins1906174/Efficiency of C1N2-WZ signals by SR-2B2Q-VZ/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Efficiency of C1N2-WZ signals by SR-2B2Q-VZ/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Efficiency of C1N2-WZ signals by SR-2B2Q-VZ/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Efficiency of C1N2-WZ signals by SR-2B2Q-VZ/yoda1"},"description":"Efficiency for $(\\tilde{W},\\tilde{B})$ simplified models (C1N2-WZ) in their most relevant SRs. The efficiency in a given SR is defined by...","doi":"10.17182/hepdata.104458.v3/t137","id":1583947,"location":"Figure 12c auxiliary material","messages":false,"name":"Efficiency of C1N2-WZ signals by SR-2B2Q-VZ","processed_name":"EfficiencyofC1N2-WZsignalsbySR-2B2Q-VZ","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459126?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459127?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Efficiency of C1N2-Wh signals by SR-2B2Q-Vh/csv","json":"https://www.hepdata.net/download/table/ins1906174/Efficiency of C1N2-Wh signals by SR-2B2Q-Vh/json","root":"https://www.hepdata.net/download/table/ins1906174/Efficiency of C1N2-Wh signals by SR-2B2Q-Vh/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Efficiency of C1N2-Wh signals by SR-2B2Q-Vh/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Efficiency of C1N2-Wh signals by SR-2B2Q-Vh/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Efficiency of C1N2-Wh signals by SR-2B2Q-Vh/yoda1"},"description":"Efficiency for $(\\tilde{W},\\tilde{B})$ simplified models (C1N2-Wh) in their most relevant SRs. The efficiency in a given SR is defined by...","doi":"10.17182/hepdata.104458.v3/t138","id":1583948,"location":"Figure 12d auxiliary material","messages":false,"name":"Efficiency of C1N2-Wh signals by SR-2B2Q-Vh","processed_name":"EfficiencyofC1N2-WhsignalsbySR-2B2Q-Vh","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459129?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459130?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Efficiency of N2N3-ZZ signals by SR-4Q-VV/csv","json":"https://www.hepdata.net/download/table/ins1906174/Efficiency of N2N3-ZZ signals by SR-4Q-VV/json","root":"https://www.hepdata.net/download/table/ins1906174/Efficiency of N2N3-ZZ signals by SR-4Q-VV/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Efficiency of N2N3-ZZ signals by SR-4Q-VV/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Efficiency of N2N3-ZZ signals by SR-4Q-VV/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Efficiency of N2N3-ZZ signals by SR-4Q-VV/yoda1"},"description":"Efficiency for $(\\tilde{H},\\tilde{B})$ simplified models (N2N3-ZZ) in their most relevant SRs. The efficiency in a given SR is defined by...","doi":"10.17182/hepdata.104458.v3/t139","id":1583949,"location":"Figure 13a auxiliary material","messages":false,"name":"Efficiency of N2N3-ZZ signals by SR-4Q-VV","processed_name":"EfficiencyofN2N3-ZZsignalsbySR-4Q-VV","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459132?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459133?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Efficiency of N2N3-ZZ signals by SR-2B2Q-VZ/csv","json":"https://www.hepdata.net/download/table/ins1906174/Efficiency of N2N3-ZZ signals by SR-2B2Q-VZ/json","root":"https://www.hepdata.net/download/table/ins1906174/Efficiency of N2N3-ZZ signals by SR-2B2Q-VZ/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Efficiency of N2N3-ZZ signals by SR-2B2Q-VZ/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Efficiency of N2N3-ZZ signals by SR-2B2Q-VZ/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Efficiency of N2N3-ZZ signals by SR-2B2Q-VZ/yoda1"},"description":"Efficiency for $(\\tilde{H},\\tilde{B})$ simplified models (N2N3-ZZ) in their most relevant SRs. The efficiency in a given SR is defined by...","doi":"10.17182/hepdata.104458.v3/t140","id":1583950,"location":"Figure 13b auxiliary material","messages":false,"name":"Efficiency of N2N3-ZZ signals by SR-2B2Q-VZ","processed_name":"EfficiencyofN2N3-ZZsignalsbySR-2B2Q-VZ","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459135?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459136?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Efficiency of N2N3-Zh signals by SR-2B2Q-Vh/csv","json":"https://www.hepdata.net/download/table/ins1906174/Efficiency of N2N3-Zh signals by SR-2B2Q-Vh/json","root":"https://www.hepdata.net/download/table/ins1906174/Efficiency of N2N3-Zh signals by SR-2B2Q-Vh/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Efficiency of N2N3-Zh signals by SR-2B2Q-Vh/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Efficiency of N2N3-Zh signals by SR-2B2Q-Vh/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Efficiency of N2N3-Zh signals by SR-2B2Q-Vh/yoda1"},"description":"Efficiency for $(\\tilde{H},\\tilde{B})$ simplified models (N2N3-Zh) in their most relevant SRs. The efficiency in a given SR is defined by...","doi":"10.17182/hepdata.104458.v3/t141","id":1583951,"location":"Figure 13c auxiliary material","messages":false,"name":"Efficiency of N2N3-Zh signals by SR-2B2Q-Vh","processed_name":"EfficiencyofN2N3-ZhsignalsbySR-2B2Q-Vh","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459138?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459139?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Efficiency of N2N3-hh signals by SR-2B2Q-Vh/csv","json":"https://www.hepdata.net/download/table/ins1906174/Efficiency of N2N3-hh signals by SR-2B2Q-Vh/json","root":"https://www.hepdata.net/download/table/ins1906174/Efficiency of N2N3-hh signals by SR-2B2Q-Vh/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Efficiency of N2N3-hh signals by SR-2B2Q-Vh/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Efficiency of N2N3-hh signals by SR-2B2Q-Vh/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Efficiency of N2N3-hh signals by SR-2B2Q-Vh/yoda1"},"description":"Efficiency for $(\\tilde{H},\\tilde{B})$ simplified models (N2N3-hh) in their most relevant SRs. The efficiency in a given SR is defined by...","doi":"10.17182/hepdata.104458.v3/t142","id":1583952,"location":"Figure 13d auxiliary material","messages":false,"name":"Efficiency of N2N3-hh signals by SR-2B2Q-Vh","processed_name":"EfficiencyofN2N3-hhsignalsbySR-2B2Q-Vh","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459141?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459142?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Efficiency of (H~, G~) signals by SR-4Q-VV/csv","json":"https://www.hepdata.net/download/table/ins1906174/Efficiency of (H~, G~) signals by SR-4Q-VV/json","root":"https://www.hepdata.net/download/table/ins1906174/Efficiency of (H~, G~) signals by SR-4Q-VV/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Efficiency of (H~, G~) signals by SR-4Q-VV/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Efficiency of (H~, G~) signals by SR-4Q-VV/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Efficiency of (H~, G~) signals by SR-4Q-VV/yoda1"},"description":"Efficiency for $(\\tilde{H},\\tilde{G})$ in SR-4Q-VV. The efficiency in a given SR is defined by the ratio of weighted events selected...","doi":"10.17182/hepdata.104458.v3/t143","id":1583953,"location":"Figure 14a auxiliary material","messages":false,"name":"Efficiency of (H~, G~) signals by SR-4Q-VV","processed_name":"Efficiencyof(H~,G~)signalsbySR-4Q-VV","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459144?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459145?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Efficiency of (H~, G~) signals by SR-2B2Q-VZ/csv","json":"https://www.hepdata.net/download/table/ins1906174/Efficiency of (H~, G~) signals by SR-2B2Q-VZ/json","root":"https://www.hepdata.net/download/table/ins1906174/Efficiency of (H~, G~) signals by SR-2B2Q-VZ/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Efficiency of (H~, G~) signals by SR-2B2Q-VZ/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Efficiency of (H~, G~) signals by SR-2B2Q-VZ/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Efficiency of (H~, G~) signals by SR-2B2Q-VZ/yoda1"},"description":"Efficiency for $(\\tilde{H},\\tilde{G})$ in SR-2B2Q-VZ. The efficiency in a given SR is defined by the ratio of weighted events selected...","doi":"10.17182/hepdata.104458.v3/t144","id":1583954,"location":"Figure 14b auxiliary material","messages":false,"name":"Efficiency of (H~, G~) signals by SR-2B2Q-VZ","processed_name":"Efficiencyof(H~,G~)signalsbySR-2B2Q-VZ","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459147?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459148?landing_page=true"}]},{"data":{"csv":"https://www.hepdata.net/download/table/ins1906174/Efficiency of (H~, G~) signals by SR-2B2Q-Vh/csv","json":"https://www.hepdata.net/download/table/ins1906174/Efficiency of (H~, G~) signals by SR-2B2Q-Vh/json","root":"https://www.hepdata.net/download/table/ins1906174/Efficiency of (H~, G~) signals by SR-2B2Q-Vh/root","yaml":"https://www.hepdata.net/download/table/ins1906174/Efficiency of (H~, G~) signals by SR-2B2Q-Vh/yaml","yoda":"https://www.hepdata.net/download/table/ins1906174/Efficiency of (H~, G~) signals by SR-2B2Q-Vh/yoda","yoda1":"https://www.hepdata.net/download/table/ins1906174/Efficiency of (H~, G~) signals by SR-2B2Q-Vh/yoda1"},"description":"Efficiency for $(\\tilde{H},\\tilde{G})$ in SR-2B2Q-Vh. The efficiency in a given SR is defined by the ratio of weighted events selected...","doi":"10.17182/hepdata.104458.v3/t145","id":1583955,"location":"Figure 14c auxiliary material","messages":false,"name":"Efficiency of (H~, G~) signals by SR-2B2Q-Vh","processed_name":"Efficiencyof(H~,G~)signalsbySR-2B2Q-Vh","resources":[{"description":"Image file","type":"png","url":"https://www.hepdata.net/record/resource/3459150?landing_page=true"},{"description":"Thumbnail image file","type":"png","url":"https://www.hepdata.net/record/resource/3459151?landing_page=true"}]}],"mode":"record","participant_count":3,"recid":104458,"record":{"data_keywords":{"cmenergies":[{"gte":13000.0,"lte":13000.0}],"observables":["m_MMC","e=mc2"],"phrases":["up-type quark coupling parameter","A Production","Higgs","Proton-Proton Scattering","2HDM","flavour-aligned 2HDM","Tau"]},"abstract":"A search for charginos and neutralinos at the Large Hadron Collider is reported using fully hadronic final states and missing transverse momentum. Pair-produced charginos or neutralinos are explored, each decaying into a high-$p_{\\text{T}}$ Standard Model weak boson. Fully-hadronic final states are studied to exploit the advantage of the large branching ratio, and the efficient background rejection by identifying the high-$p_{\\text{T}}$ bosons using large-radius jets and jet substructure information. An integrated luminosity of 139 fb$^{-1}$ of proton-proton collision data collected by the ATLAS detector at a center-of-mass energy of 13 TeV is used. No significant excess is found beyond the Standard Model expectation. The 95% confidence level exclusion limits are set on wino or higgsino production with varying assumptions in the decay branching ratios and the type of the lightest supersymmetric particle. A wino (higgsino) mass up to 1060 (900) GeV is excluded when the lightest SUSY particle mass is below 400 (240) GeV and the mass splitting is larger than 400 (450) GeV. The sensitivity to high-mass wino and higgsino is significantly extended compared with the previous LHC searches using the other final states.","access_urls":{"links":{"csv":"https://www.hepdata.net/download/submission/ins1906174/3/csv","json":"https://www.hepdata.net/download/submission/ins1906174/3/json","root":"https://www.hepdata.net/download/submission/ins1906174/3/root","yaml":"https://www.hepdata.net/download/submission/ins1906174/3/yaml","yoda":"https://www.hepdata.net/download/submission/ins1906174/3/yoda"}},"analyses":[{"analysis":"https://www.hepdata.net/record/resource/3458718?landing_page=true","filename":"FullLikelihood_forHEPData.tar","type":"HistFactory"},{"analysis":"https://smodels.github.io/docs/ListOfAnalyses#ATLAS-SUSY-2018-41","type":"SModelS"}],"arxiv_id":"arXiv:2108.07586","collaborations":["ATLAS"],"control_number":"104458","creation_date":"2021-08-17","data_abstract":"","doc_type":"publication","doi":"10.1103/PhysRevD.104.112010","first_author":{"affiliation":"Marseille, CPPM","full_name":"Aad, Georges"},"hepdata_doi":"10.17182/hepdata.104458.v3","id":104458,"inspire_id":"1906174","journal_info":"Phys.Rev.D 104 (2021) 112010","keywords":[{"schema":"INSPIRE","value":"p p: colliding beams"},{"schema":"INSPIRE","value":"transverse momentum: missing-energy"},{"schema":"INSPIRE","value":"p p: scattering"},{"schema":"INSPIRE","value":"final state: hadronic"},{"schema":"INSPIRE","value":"final state: ((n)jet)"},{"schema":"INSPIRE","value":"neutralino: pair production"},{"schema":"INSPIRE","value":"chargino: pair production"},{"schema":"INSPIRE","value":"sparticle: branching ratio"},{"schema":"INSPIRE","value":"CERN LHC Coll"},{"schema":"INSPIRE","value":"ATLAS"},{"schema":"INSPIRE","value":"sparticle: pair production"},{"schema":"INSPIRE","value":"new physics: search for"},{"schema":"INSPIRE","value":"sensitivity"},{"schema":"INSPIRE","value":"vector boson: hadronic decay"},{"schema":"INSPIRE","value":"mass difference"},{"schema":"INSPIRE","value":"supersymmetry"},{"schema":"INSPIRE","value":"background"},{"schema":"INSPIRE","value":"structure"},{"schema":"INSPIRE","value":"track data analysis: jet"},{"schema":"INSPIRE","value":"channel cross section: upper limit"},{"schema":"INSPIRE","value":"chargino: mass: lower limit"},{"schema":"INSPIRE","value":"neutralino: mass: lower limit"},{"schema":"INSPIRE","value":"Higgsino: mass"},{"schema":"INSPIRE","value":"experimental results"},{"schema":"INSPIRE","value":"13000 GeV-cms"},{"schema":"PDG","value":"S046PHA"},{"schema":"PDG","value":"S046WNO"}],"last_updated":"Mon, 13 Nov 2023 13:29:57 GMT","parent_child_join":{"name":"parent_publication"},"publication_date":"2021-11-01T00:00:00","recid":104458,"resources":[{"description":"Webpage with all figures and tables","type":"html","url":"https://atlas.web.cern.ch/Atlas/GROUPS/PHYSICS/PAPERS/SUSY-2018-41/"},{"description":"Analysis code at truth label using SimpleAnalysis framework without boson tagging efficiency due to lack of jet substructure variables","type":"C++","url":"https://www.hepdata.net/record/resource/3458710?landing_page=true"},{"description":"SHLA file for $(\\tilde{W},~\\tilde{B})$-SIM model (C1C1-WW)","type":"SUSY Les Houches Accord","url":"https://www.hepdata.net/record/resource/3458711?landing_page=true"},{"description":"SHLA file for $(\\tilde{W},~\\tilde{B})$-SIM model (C1N2-WZ)","type":"SUSY Les Houches Accord","url":"https://www.hepdata.net/record/resource/3458712?landing_page=true"},{"description":"SHLA file for $(\\tilde{W},~\\tilde{B})$-SIM model (C1N2-Wh)","type":"SUSY Les Houches Accord","url":"https://www.hepdata.net/record/resource/3458713?landing_page=true"},{"description":"SHLA file for GGM-Higgsino model","type":"SUSY Les Houches Accord","url":"https://www.hepdata.net/record/resource/3458714?landing_page=true"},{"description":"SHLA file for N2N3-ZZ hinoBino simplified model","type":"SUSY Les Houches Accord","url":"https://www.hepdata.net/record/resource/3458715?landing_page=true"},{"description":"SHLA file for N2N3-Zh hinoBino simplified model","type":"SUSY Les Houches Accord","url":"https://www.hepdata.net/record/resource/3458716?landing_page=true"},{"description":"SHLA file for N2N3-hh hinoBino simplified model","type":"SUSY Les Houches Accord","url":"https://www.hepdata.net/record/resource/3458717?landing_page=true"},{"description":"HistFactory likelihoods JSON files","type":"HistFactory","url":"https://www.hepdata.net/record/resource/3458718?landing_page=true"},{"description":null,"type":"SModelS","url":"https://smodels.github.io/docs/ListOfAnalyses#ATLAS-SUSY-2018-41"}],"subject_area":["hep-ex"],"resources": [ { "description": "web page with auxiliary material", "type": "html", diff --git a/workflows/tests/test_data_tasks.py b/workflows/tests/test_data_tasks.py index b9887b4fb..bc0553cb8 100644 --- a/workflows/tests/test_data_tasks.py +++ b/workflows/tests/test_data_tasks.py @@ -14,10 +14,18 @@ class TestDataHarvest: context = Context() @pytest.mark.vcr - def test_collect_ids(self): + def test_collect_ids_param(self): task = self.dag.get_task("collect_ids") - res = task.execute(context=self.context) - assert res == [2807680, 2779339] + res = task.execute(context=Context({"params": {"last_updated": "2024-12-15"}})) + assert res == [2693068, 2807749, 2809112] + + @pytest.mark.vcr + def test_collect_ids_logical_date(self): + task = self.dag.get_task("collect_ids") + res = task.execute( + context=Context({"ds": "2024-12-16", "params": {"last_updated": ""}}) + ) + assert res == [2693068, 2807749, 2809112] @pytest.mark.vcr def test_download_record_versions(self): @@ -50,6 +58,7 @@ def test_build_record(self): assert res["keywords"][0]["value"] == "cmenergies: 13000.0-13000.0" assert res["keywords"][1]["value"] == "observables: m_MMC" + assert res["keywords"][1]["value"] == "observables: e=mc2" assert ( res["urls"][0]["value"] == payload["base"]["record"]["resources"][0]["url"]