Skip to content
Snippets Groups Projects
Commit 27a68786 authored by Oleg Kalashev's avatar Oleg Kalashev
Browse files

avoid loading SOPHIA for EM cascade only calculation

parent 902b782f
No related branches found
No related tags found
No related merge requests found
......@@ -484,9 +484,11 @@ int CRbeam::run()
pe.AddInteraction(new Interactions::GammaPP(backgrI));
pe.AddInteraction(new PPP(backgrI, fPPPrescaleCoef));//secondaries only
}
if (fPrimary >= Neutron) {
pe.AddInteraction(new GZK(backgrI));
pe.AddInteraction(new NeutronDecay());
pe.AddInteraction(new ProtonPPcel(backgrI));
}
double Beta = 0.1;
double Alpha = M_PI / 4;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment