| 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? |
| 63 | JSON 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 | |
| 67 | 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. |
| 68 | |
| 69 | * pyhf installation is failing, how can I fix this? |
| 70 | |
| 71 | pyhf has different dependencies besides MadAnalysis. Requirements can be installed via |
| 72 | |
| 73 | {{{ |
| 74 | pip install click tqdm six jsonschema jsonpatch pyyaml |
| 75 | }}} |
| 76 | |
| 77 | After installing those packages, please try to install pyhf again. |