IAP GITLAB

Skip to content
Snippets Groups Projects

Resolve "handling of off-shell particles"

Merged Felix Riehn requested to merge 270-handling-of-off-shell-particles into master
1 file
+ 2
3
Compare changes
  • Side-by-side
  • Inline
@@ -73,10 +73,9 @@ TEST_CASE("OnShellCheck", "[processes]") {
projectile.AddSecondary(std::tuple<particles::Code, units::si::HEPEnergyType,
corsika::stack::MomentumVector, geometry::Point,
units::si::TimeType>{
proType, E, momentum, geometry::Point(rootCS, 0_m, 0_m, 0_m), 0_ns});
check.DoSecondaries(view);
proType, E, momentum, geometry::Point(rootCS, 0_m, 0_m, 0_m), 0_ns});
}
check.DoSecondaries(view);
int i = -1;
for ( auto& p : view) {
i++;
Loading