.gitignore
LICENSE
README.md
pyproject.toml
pytest.ini
setup.cfg
.github/dependabot.yml
.github/workflows/build_and_test.yml
.github/workflows/dependabot.yml
.github/workflows/publish.yml
paper/make.py
paper/paper.mplstyle
paper/paper.py
paper/figs_for_readme/Ds+_0.25.png
paper/figs_for_readme/fluxes_100.png
paper/figs_for_readme/prpl_sigmoid.png
paper/figs_for_readme/prpl_step1000.png
scripts/mu/mu.py
scripts/mu/pl.py
scripts/mu/reaching.py
scripts/pythia/pythia_decay.py
src/nuVeto/__init__.py
src/nuVeto/mu.py
src/nuVeto/nuveto.py
src/nuVeto/uncertainties.py
src/nuVeto/utils.py
src/nuVeto.egg-info/PKG-INFO
src/nuVeto.egg-info/SOURCES.txt
src/nuVeto.egg-info/dependency_links.txt
src/nuVeto.egg-info/requires.txt
src/nuVeto.egg-info/top_level.txt
src/nuVeto/data/corsika/eff_maxmu.npz
src/nuVeto/data/corsika/eff_summu.npz
src/nuVeto/data/corsika/num_maxmu.npz
src/nuVeto/data/corsika/num_summu.npz
src/nuVeto/data/decay_distributions/D+_numu.npz
src/nuVeto/data/decay_distributions/D0_numu.npz
src/nuVeto/data/decay_distributions/Ds_numu.npz
src/nuVeto/data/decay_distributions/K+_numu.npz
src/nuVeto/data/decay_distributions/K0L_numu.npz
src/nuVeto/data/mmc/ice_allm97.npz
src/nuVeto/data/mmc/ice_bb.npz
src/nuVeto/data/mmc/water_allm97.npz
src/nuVeto/data/mmc/water_bb.npz
src/nuVeto/data/prpl/ice_allm97_sigmoid_0.75_0.1.npz
src/nuVeto/data/prpl/ice_allm97_sigmoid_0.75_0.25.npz
src/nuVeto/data/prpl/ice_allm97_step_0.75.npz
src/nuVeto/data/prpl/ice_allm97_step_1.npz
src/nuVeto/data/prpl/ice_bb_step_1.npz
src/nuVeto/data/prpl/water_allm97_step_1.npz
src/nuVeto/data/prpl/water_bb_step_1.npz
src/nuVeto/examples/__init__.py
src/nuVeto/examples/plots.py
src/nuVeto/external/__init__.py
src/nuVeto/external/helper.py
src/nuVeto/external/selfveto.py
src/nuVeto/tests/test_app.py