This repository provides basic tools for doing physics analysis, with emphasis on specialization for each particular analysis.
To install this folder, execute the following inside the cloned repo
pip install -e .To install the pre-commit hook that runs pytest, please do
ln -s ../../hooks/pre-commit.sh .git/hooks/pre-commit