/event-generator

IceCube event generator

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Testing Coverage Documentation DOI
Build Status 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