IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 27b0548c authored by Felix Riehn's avatar Felix Riehn Committed by Maximilian Reininghaus
Browse files

extend proposal test

parent 78d780cc
No related branches found
No related tags found
No related merge requests found
......@@ -53,9 +53,11 @@ TEST_CASE("ProposalInterface", "modules") {
}
SECTION("InteractionInterface - hadronic photon interaction") {
// auto& stack = *stackPtr;
auto& stack = *stackPtr;
// auto particle = stack.first();
FourMomentum P4(100_TeV, {cs, {100_TeV, 0_eV, 0_eV}});
// finish successfully
CHECK(emModel.doHadronicInteraction(view, cs, P4, Code::Oxygen) == ProcessReturn::Ok);
CHECK(stack.getEntries() > 1);
}
}
\ 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