CMS Combine v11 · experimental packaging

Statistical inference,
one virtualenv away.

A proof of concept that packages the CMS Higgs Combine executable, Python tools, and runtime data around the official ROOT wheel.

Unofficial, alpha-stage, Linux x86-64 only. Not a replacement for CMSSW production environments.

11.0.0Combine
6.40.00ROOT
3.10–3.14Python
manylinux 2.28CI target

Choose a route

Install without a PyPI release.

01

CI-built wheel

Download higgs-combine-tool-wheel from a successful Actions run. This is the quickest path.

python -m pip install \
  ./higgs_combine_tool-11.0.0-*.whl
02

Editable checkout

Use this for packaging development after installing Boost and Eigen headers.

python -m virtualenv .venv
source .venv/bin/activate
python -m pip install -e .
03

Direct from GitHub

Let pip clone and compile the current default branch. Native build headers are still required.

python -m pip install \
  "git+https://github.com/DickyChant/\
combine_pypi.git"

What is included

A focused standalone build.