This package provides an easy python interface for interacting with data stored in CLAS12 hipo files.
- python>=3.9
- compiler with C++17 support
- pip
If you are installing from source without a package manager you will also need to install the project dependencies listed in pyproject.toml.
To install with pip:
pip install hipopyTo install from source:
git clone https://github.com/mfmceneaney/hipopy.git
cd hipopy
pip install .Check out the example scripts in tutorials. More functionality coming soon!
Full documentation available on Read the Docs!
Contact: matthew.mceneaney@duke.edu