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
CMS Combine v11 · experimental packaging
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.
Choose a route
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
Use this for packaging development after installing Boost and Eigen headers.
python -m virtualenv .venv
source .venv/bin/activate
python -m pip install -e .
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
combine executable and shared librarytext2workspace.py and the standard Python tools