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 unresolved thread
4 files
+ 23
19
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -184,7 +184,7 @@ int main(int argc, char** argv) {
process::particle_cut::ParticleCut cut{60_GeV};
process::on_shell_check::OnShellCheck reset_particle_mass(1.e-3, 1.e-2);
process::on_shell_check::OnShellCheck reset_particle_mass(1.e-3, 1.e-1, false);
process::energy_loss::EnergyLoss eLoss(showerAxis);
process::longitudinal_profile::LongitudinalProfile longprof{showerAxis};
Loading