From d861f815ee268afa5ff3a1ff91462e2095ca5a93 Mon Sep 17 00:00:00 2001 From: Felix Riehn <felix@matilda> Date: Tue, 12 Apr 2022 13:29:59 +0100 Subject: [PATCH] test rho0 epos qgsjet --- tests/modules/testEpos.cpp | 1 + tests/modules/testQGSJetII.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/tests/modules/testEpos.cpp b/tests/modules/testEpos.cpp index 441685786..15868e0d3 100644 --- a/tests/modules/testEpos.cpp +++ b/tests/modules/testEpos.cpp @@ -58,6 +58,7 @@ TEST_CASE("EposBasics", "module,process") { SECTION("canInteractInEpos") { CHECK(corsika::epos::canInteract(Code::Proton)); + CHECK(corsika::epos::canInteract(Code::Rho0)); CHECK_FALSE(corsika::epos::canInteract(Code::Electron)); CHECK(corsika::epos::canInteract(Code::Nucleus)); CHECK(corsika::epos::canInteract(Code::Helium)); diff --git a/tests/modules/testQGSJetII.cpp b/tests/modules/testQGSJetII.cpp index 9f3e68580..f3890cd76 100644 --- a/tests/modules/testQGSJetII.cpp +++ b/tests/modules/testQGSJetII.cpp @@ -79,6 +79,7 @@ TEST_CASE("QgsjetII", "[processes]") { CHECK(corsika::qgsjetII::canInteract(Code::Proton)); CHECK(corsika::qgsjetII::canInteract(Code::KPlus)); CHECK(corsika::qgsjetII::canInteract(Code::Nucleus)); + CHECK(corsika::qgsjetII::canInteract(Code::Rho0)); // CHECK(corsika::qgsjetII::canInteract(Helium::getCode())); CHECK_FALSE(corsika::qgsjetII::canInteract(Code::EtaC)); -- GitLab