A repository for testing/implementing AI methods with the ePIC barrel calorimeter.
- Clone the repository locally.
git clone https://github.com/Gregtom3/epic-ecal-ai.git
- Create a new python virtual enviornment (recommended: home directory). This project was developed using Python version 3.12.
python3 -m venv ~/.epic-ecal-ai
- Source the new environment.
source ~/.epic-ecal-ai/bin/activate
- Install python packages for this project.
make install
Package versioning errors may be due to your local Python version. You may have to switch to Python 3.12 to install properly.
- Test the repository locally.
make test
This should create an artifacts/ directory containing sample plots.
Results are taken from the functions in src/tests/.
test03_ecal-barrel
Electron
- ECAL Barrel Plot 1
- ECAL Barrel Plot 2
Pion
- ECAL Barrel Plot 1
- ECAL Barrel Plot 2
Gregory Matousek: gregory.matousek@duke.edu





