From 2c92e5d32abe44dbc10ffa359a926ab6ff25128f Mon Sep 17 00:00:00 2001 From: Felix Riehn <felix@matilda> Date: Fri, 9 Sep 2022 11:19:53 +0100 Subject: [PATCH] more doxy for sibyll --- corsika/modules/sibyll/HadronInteractionModel.hpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/corsika/modules/sibyll/HadronInteractionModel.hpp b/corsika/modules/sibyll/HadronInteractionModel.hpp index 51038ecad..e73c40c1a 100644 --- a/corsika/modules/sibyll/HadronInteractionModel.hpp +++ b/corsika/modules/sibyll/HadronInteractionModel.hpp @@ -91,6 +91,12 @@ namespace corsika::sibyll { /** * In this function SIBYLL is called to produce one event. The * event is copied (and boosted) into the shower lab frame. + * + * @param view is the stack object for the secondaries + * @param projectile is the Code of the projectile + * @param target is the Code of the target + * @param projectileP4: four-momentum of projectile + * @param targetP4: four-momentum of target */ template <typename TSecondaries> -- GitLab