This repo defines a relatively simple framework for simulating scintillation events from incident X-rays and the response of a silicon photomultiplier (SiPM).
One of the inputs to this simulation package is data obtained from GEANT4 raytracing. This input captures the geometric properties of the detector you'd like to simulate.
- Run
generate_json.ipynb(inexamples/)- This generates a
jsonfile containing the scintillator crystal properties for use in the simulations.
- This generates a
- Checkout
simulations.ipynbinexamplesto get a feel for how to use this framework.
git clone https://github.com/umn-impish/sipm_simulations.git
cd sipm_simulations
pip install -e .