From b3869d1f5aeeec6462449dcaec6de80ef3d8ffad Mon Sep 17 00:00:00 2001 From: Johannes Schumann <johannes.schumann@fau.de> Date: Tue, 14 Dec 2021 01:22:19 +0100 Subject: [PATCH] Add sources to comment --- km3buu/physics.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/km3buu/physics.py b/km3buu/physics.py index b1e7e06..d7f18b2 100644 --- a/km3buu/physics.py +++ b/km3buu/physics.py @@ -2,6 +2,9 @@ """ Additional physics functionality +Visible energy: +* Implementation applied from JPP +* Theory by M. Dentler https://inspirehep.net/literature/1321036 """ __author__ = "Johannes Schumann" -- GitLab