IAP GITLAB

Skip to content
Snippets Groups Projects
Commit b7c9cd0e authored by Maximilian Reininghaus's avatar Maximilian Reininghaus :vulcan:
Browse files

adapt testEpos for K0Long and hyperons interacting now

parent 067d4575
No related branches found
No related tags found
1 merge request!449Fix epos again again
......@@ -66,8 +66,8 @@ TEST_CASE("EposBasics", "module,process") {
SECTION("cross-section type") {
CHECK(corsika::epos::getEposXSCode(Code::Electron) == 0);
CHECK(corsika::epos::getEposXSCode(Code::K0Long) == 0);
CHECK(corsika::epos::getEposXSCode(Code::SigmaPlus) == 0);
CHECK(corsika::epos::getEposXSCode(Code::K0Long) == 3);
CHECK(corsika::epos::getEposXSCode(Code::SigmaPlus) == 2);
CHECK(corsika::epos::getEposXSCode(Code::KMinus) == 3);
CHECK(corsika::epos::getEposXSCode(Code::PiMinus) == 1);
CHECK(corsika::epos::getEposXSCode(Code::Proton) == 2);
......@@ -316,4 +316,4 @@ TEST_CASE("Epos", "modules") {
// CHECK(length / 1_g * 1_cm * 1_cm ==
// Approx(30).margin(20)); // this is no physics validation
}
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment