== [https://cds.cern.ch/record/1456844/files/CERN-OPEN-2012-016.pdf HistFactory] Input to calculate Combined SR exclusion limits == [https://cds.cern.ch/record/2684863/files/ATL-PHYS-PUB-2019-029.pdf HistFactory] JSON files can be attached to the analysis to be able to estimate exclusion limits of combined likelihoods and global likelihoods. JSON files need to be under the same folder with info file and required information has to be added into the info file as shown below. Note that this is an additional subelement to the main element which is described [https://madanalysis.irmp.ucl.ac.be/wiki/WritingAnalyses#Thesignalregioninformation in here]. {{{ atlas_susy_2018_031_SRA.json SRA_L SRA_M SRA_H }}} where is the identifier of the profile and will be printed in the output file to show the exclusion estimates calculated using this specific likelihood profile. It can be named as anything without using spaces. atlas_susy_2018_031_SRA.json is the name of the [https://cds.cern.ch/record/2684863/files/ATL-PHYS-PUB-2019-029.pdf HistFactory] JSON file. is the name of the channel as specified in the JSON file, please note that in case of the wrong declaration the profile will be ignored. In the example above, the channel ''SR_meff'' has 3 signal regions declared as ''SRA_L'', ''SRA_M'' and ''SRA_H''. '''These names correspond to the names of the signal regions as declared in the analysis recast. The ordering MUST be the same as in the JSON file, otherwise, the exclusion limit will be calculated wrong. To make sure, please refer to the analysis description.''' ''VRtt_meff'' and ''CRtt_meff'' does not contain any signal region since the Validation and Control regions are not included in the analysis recast due to lack of information. If further help needed, one can use [http://madanalysis.irmp.ucl.ac.be/attachment/wiki/SRCombinations/write_histfactory_info.py HistFactory helper.] {{{ python write_histfactory_info.py -i FILE1.json FILE2.json FILE3.json }}} where -i refers to the interactive mode, which writes the file by giving you directions. The JSON files have to be named as in info file and placed in the same folder with the info file (''~/madanalysis5/tools/!/Build/SampleAnalyzer/User/Analysis/atlas_xyz_00_00.info'') In order to use [https://cds.cern.ch/record/2684863/files/ATL-PHYS-PUB-2019-029.pdf HistFactory], one needs to install [https://cds.cern.ch/record/2684863/files/ATL-PHYS-PUB-2019-029.pdf pyhf] package which is automatically installed via the following command {{{ install pyhf }}} After these steps, all given signal region combinations are automatically calculated. Additionally, [https://madanalysis.irmp.ucl.ac.be/wiki/PublicAnalysisDatabase MadAnalysis] constructs a global likelihood profile to combine all given [https://cds.cern.ch/record/2684863/files/ATL-PHYS-PUB-2019-029.pdf HistFactory] files with the same parameter of interest. How to write information with [http://madanalysis.irmp.ucl.ac.be/attachment/wiki/SRCombinations/write_histfactory_info.py HistFactory helper] as declared above: {{{ $$ python write_histfactory_info.py -i atlas_susy_2018_031_SRA.json Writing SR_meff... Please write the name of 3 signal region from the analysis corresponding to the following observed values: 12.0, 3.0, 2.0 >>SRA_L SRA_M SRA_H Writing VRtt_meff... Please write the name of 3 signal region from the analysis corresponding to the following observed values: 210.0, 62.0, 22.0 >> Please note that number of SR does not match... Writing CRtt_meff... Please write the name of 3 signal region from the analysis corresponding to the following observed values: 153.0, 52.0, 19.0 >> Please note that number of SR does not match... }}} ---- == [https://cds.cern.ch/record/1456844/files/CERN-OPEN-2012-016.pdf HistFactory]/pyhf FAQ == * Where can I find the [https://cds.cern.ch/record/1456844/files/CERN-OPEN-2012-016.pdf HistFactory] data? JSON files are generally given in [https://www.hepdata.net HEPData], under the resources of the analysis in question. * Where should I add the JSON files? JSON files should be included with you cpp file, we encourage you to upload them in [https://inspirehep.net/help/data-submission?ln=en inspire] alongside with the analysis code. Please change their names as indicated in info file before uploading. * pyhf installation is failing, how can I fix this? pyhf has different dependencies besides !MadAnalysis. Requirements can be installed via {{{ pip install click tqdm six jsonschema jsonpatch pyyaml }}} After installing those packages, please try to install pyhf again. == Combining SR using covariance matrices with the [https://cds.cern.ch/record/2242860 simplified likelihood] method == Covariance matrices provided for some CMS SUSY searches, can be used to build an approximate simplified likelihood. {{{info}}} files from the [http://madanalysis.irmp.ucl.ac.be/wiki/PublicAnalysisDatabase Public Analysis Database] (PAD) can be extended with the covariance information from which !MadAnalysis5 builds a simplified likelihood. This allows to compute combined CLs and combined cross-section upper limits. The standard syntax of the {{{info}}} file {{{ ... ... ... ... }}} specifying, for each SR, the number of observed events {{{}}}, expected background events {{{}}} and their uncertainty {{{}}}, is therefore extended by adding in each {{{}}} subelement, the successive covariance values with respect to all other regions: {{{ ... ... ... ... ... ... ... ... }}} where, for each {{{}}} element, the associated region is specified with the {{{region}}} attribute. Every missing covariance value will be interpreted as a zero element in the covariance matrix. If a {{{}}} subelement does not contain any covariance values, then it won't be included in the set of combined regions. This allows to combine only a subset of signal regions. For instance, [http://cms-results.web.cern.ch/cms-results/public-results/publications/SUS-16-039/index.html CMS-SUS-16-039] only provides covariances for signal regions of type A. In addition, an attribute {{{cov_subset}}} must be added to the {{{}}} main element to store information about which SRs subset is combined. In the case of CMS-SUS-16-039, this is: {{{ }}} [http://cms-results.web.cern.ch/cms-results/public-results/publications/SUS-17-001/index.html CMS-SUS-17-001] provided a set of 3 "super signal regions" (SSRs) as well as their covariances, aimed to be used for approximate reinterpretation. These SSRs were implemented in the PAD and thus have recently been updated with their covariance information. The {{{info}}} file of this implementation is attached to this page as a concrete example with a reduced number of signal regions. The subset description will be printed to the output file with the results from simplified likelihood combination, after the usual exclusion information: {{{ || }}} The successive elements consist of the dataset name, the analysis name, the description of the subset of combined SRs, the expected and observed cross section upper limits at 95% confidence level (CL), and finally the exclusion level, 1-CLs. A concrete example reads {{{ defaultset cms_sus_16_039 [SL]-SRs_A 10.4851515 11.1534040 0.9997 || }}} where {{{[SL]}}} stands for simplified likelihood.