Changes between Version 8 and Version 9 of SRCombinations


Ignore:
Timestamp:
Feb 16, 2020, 1:50:11 AM (5 years ago)
Author:
jackaraz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SRCombinations

    v8 v9  
    5454Please note that number of SR does not match...
    5555}}}
     56
     57
     58----
     59
     60== [https://cds.cern.ch/record/1456844/files/CERN-OPEN-2012-016.pdf HistFactory]/pyhf FAQ ==
     61
     62* Where can I find the [https://cds.cern.ch/record/1456844/files/CERN-OPEN-2012-016.pdf HistFactory] data?
     63JSON files are generally given in [https://www.hepdata.net HEPData], under the resources of the analysis in question.
     64
     65* Where should I add the JSON files?
     66
     67JSON 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.
     68
     69* pyhf installation is failing, how can I fix this?
     70
     71pyhf has different dependencies besides MadAnalysis. Requirements can be installed via
     72
     73{{{
     74pip install click tqdm six jsonschema jsonpatch pyyaml
     75}}}
     76
     77After installing those packages, please try to install pyhf again.