A library to save and load calorimeter shower data in HDF5 format. It stores variable-size point-clouds efficiently and provides easy access to the data.
You can install the library using pip:
pip install showerdataThe full documentation is available at: https://flc-qu-hep.github.io/ShowerData/
If you want to contribute to the development of the library, follow these steps to set up your development environment.
git clone https://github.com/FLC-QU-hep/ShowerData.git
cd ShowerDataUse one of the following methods to install the required dependencies.
uv sync --group=dev --group=test --group=doc
source .venv/bin/activatepython -m venv .venv
source .venv/bin/activate
pip install -e .
pip install --group dev
pip install --group doc
pip install --group testpre-commit installpytest