IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 3df59dda authored by ralfulrich's avatar ralfulrich
Browse files

lower standard energy, we cannot simulate too high for CI

parent e3e7e4cf
No related branches found
No related tags found
No related merge requests found
......@@ -282,7 +282,7 @@ int main() {
const HEPMassType mass = GetNucleusMass(nuclA, nuclZ);
const HEPEnergyType E0 =
nuclA *
100_TeV; // 1_PeV crashes with bad COMboost in second interaction (crash later)
100_GeV; // 1_PeV crashes with bad COMboost in second interaction (crash later)
double theta = 0.;
double phi = 0.;
......
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