IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 6879c63e authored by ralfulrich's avatar ralfulrich
Browse files

format

parent 1e929d11
No related branches found
No related tags found
No related merge requests found
...@@ -100,7 +100,7 @@ TEST_CASE("pythia process") { ...@@ -100,7 +100,7 @@ TEST_CASE("pythia process") {
SECTION("pythia decay") { SECTION("pythia decay") {
HEPEnergyType const P0 = 10_GeV; HEPEnergyType const P0 = 10_GeV;
//HEPMomentumType const E0 = sqrt(P0*P0 + PiPlus::mass*PiPlus::mass); // HEPMomentumType const E0 = sqrt(P0*P0 + PiPlus::mass*PiPlus::mass);
// feenableexcept(FE_INVALID); \todo how does this work nowadays...??? // feenableexcept(FE_INVALID); \todo how does this work nowadays...???
auto [stackPtr, secViewPtr] = setup::testing::setup_stack( auto [stackPtr, secViewPtr] = setup::testing::setup_stack(
...@@ -109,7 +109,7 @@ TEST_CASE("pythia process") { ...@@ -109,7 +109,7 @@ TEST_CASE("pythia process") {
auto& view = *secViewPtr; auto& view = *secViewPtr;
auto const& particle = stack.getNextParticle(); auto const& particle = stack.getNextParticle();
auto const plab = MomentumVector(cs, {P0, 0_GeV, 0_GeV}); auto const plab = MomentumVector(cs, {P0, 0_GeV, 0_GeV});
std::set<Code> const particleList = {Code::PiPlus, Code::PiMinus, Code::KPlus, std::set<Code> const particleList = {Code::PiPlus, Code::PiMinus, Code::KPlus,
Code::KMinus, Code::K0Long, Code::K0Short}; Code::KMinus, Code::K0Long, Code::K0Short};
......
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