IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 7c7854bb authored by ralfulrich's avatar ralfulrich Committed by Ralf Ulrich
Browse files

style

parent 713d1f55
No related branches found
No related tags found
1 merge request!271Resolve "Assumption of no continuous between two stochastic losses"
......@@ -184,9 +184,9 @@ namespace corsika {
energy * 0.9, // either 10% relative loss max., or
get_energy_threshold(vParticle.getPID()) // energy thresholds globally defined for
// individual particles
*
0.99999 // need to go 1% below global e-cut to assure removal in ParticleCut. The
// 1% does not matter since at cut-time the entire energy is removed.
* 0.99999 // need to go 1% below global e-cut to assure removal in
// ParticleCut. The 1% does not matter since at cut-time the entire
// energy is removed.
);
auto const maxGrammage = (vParticle.getEnergy() - energy_lim) / dEdX;
......
......@@ -278,8 +278,8 @@ namespace corsika {
std::vector<double> const deltaLs = solve_quadratic_real(denom, p, q);
CORSIKA_LOG_TRACE("deltaLs=[{}]", fmt::join(deltaLs, ", "));
CORSIKA_LOG_TRACE("deltaLs=[{}]", fmt::join(deltaLs, ", "));
if (deltaLs.size() == 0) {
return Intersections(std::numeric_limits<double>::infinity() * 1_s);
}
......
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