.gitignore
.pre-commit-config.yaml
.readthedocs.yml
CONTRIBUTING.md
LICENSE
README.md
codecov.yml
config_example.yml
example.py
pyproject.toml
setup.cfg
setup.py
.github/workflows/CI.yml
.github/workflows/dependencies-head.yml
docs/advanced.rst
docs/api.rst
docs/cli.rst
docs/conf.py
docs/config.rst
docs/core.rst
docs/index.rst
docs/license.rst
docs/_static/cabinetry_logo_small.png
src/cabinetry/__init__.py
src/cabinetry/configuration.py
src/cabinetry/fit.py
src/cabinetry/histo.py
src/cabinetry/model_utils.py
src/cabinetry/py.typed
src/cabinetry/route.py
src/cabinetry/smooth.py
src/cabinetry/tabulate.py
src/cabinetry/template_builder.py
src/cabinetry/template_postprocessor.py
src/cabinetry/visualize.py
src/cabinetry/workspace.py
src/cabinetry.egg-info/PKG-INFO
src/cabinetry.egg-info/SOURCES.txt
src/cabinetry.egg-info/dependency_links.txt
src/cabinetry.egg-info/entry_points.txt
src/cabinetry.egg-info/requires.txt
src/cabinetry.egg-info/top_level.txt
src/cabinetry/cli/__init__.py
src/cabinetry/contrib/__init__.py
src/cabinetry/contrib/histogram_creation.py
src/cabinetry/contrib/matplotlib_visualize.py
src/cabinetry/schemas/config.json
tests/__init__.py
tests/conftest.py
tests/test_configuration.py
tests/test_fit.py
tests/test_histo.py
tests/test_integration.py
tests/test_model_utils.py
tests/test_route.py
tests/test_smooth.py
tests/test_tabulate.py
tests/test_template_builder.py
tests/test_template_postprocessor.py
tests/test_visualize.py
tests/test_workspace.py
tests/cli/test_cli.py
tests/contrib/test_histogram_creation.py
tests/contrib/test_matplotlib_visualize.py
tests/contrib/reference/correlation_matrix.pdf
tests/contrib/reference/data_MC.pdf
tests/contrib/reference/data_MC_log.pdf
tests/contrib/reference/limit.pdf
tests/contrib/reference/pulls.pdf
tests/contrib/reference/ranking.pdf
tests/contrib/reference/scan.pdf
tests/contrib/reference/templates.pdf
util/create_ntuples.py