IAP GITLAB

Skip to content
Snippets Groups Projects
Commit eed49b52 authored by Felix Riehn's avatar Felix Riehn
Browse files

set tolerance in vertical eas

parent b9127282
No related branches found
No related tags found
2 merge requests!234WIP: Initial example of python as script language from C++,!201Resolve "handling of off-shell particles"
......@@ -176,8 +176,8 @@ int main(int argc, char** argv) {
process::particle_cut::ParticleCut cut(100_GeV);
process::on_shell_check::OnShellCheck reset_particle_mass(1.e-2,1.e-2);
process::on_shell_check::OnShellCheck reset_particle_mass(1.e-3, 1.e-2);
process::energy_loss::EnergyLoss eLoss(showerAxis);
Plane const obsPlane(Point(rootCS, 0_m, 0_m, observationHeight),
......
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