icecube / event-generator

IceCube event generator
GNU General Public License v3.0
1 stars 2 forks source link
Testing Coverage Documentation DOI
Unit Tests Coverage Status DOI

event-generator

event-generator is a package designed for the IceCube neutrino telescope. It can be used to generate and reconstruct arbitrary event hypotheses.

Documentation

The documentation for the package can be found here: https://user-web.icecube.wisc.edu/~mhuennefeld/docs/event_generator/html/

More example code and examples will be added as time permits.

Package structure

deps contains C/C++ file dependencies of the packages which are compiled when the package is installed.

docs contains Sphinx documentation which is automatically build from in-code comments and deployed

egenerator contains the python source code of the package.

test contains unit tests which can be run locally