Skip to content

feat: add cabinetry to StatAnalysis

Alexander Held requested to merge alheld/StatAnalysis:feat/add-cabinetry into 0.2

Adding cabinetry to StatAnalysis.

I also added a test for functionality, which currently uses a small (16 KB) ROOT file with histograms. Let me know if you prefer having that in LFS, or if you would rather have the file generated dynamically (also an option, I have a script for it).

More context: cabinetry provides two kinds of functionality: workspace construction & statistical inference. It heavily relies on pyhf for this (building workspace in the pyhf JSON format and using such workspaces for inference). The functionality is similar to other integrated tools like TRExFitter, but it is a library (while TRExFitter is a framework) providing you the building blocks to write the high level code that calls the API.

Edited by Alexander Held

Merge request reports

Loading