IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 257d28e8 authored by ralfulrich's avatar ralfulrich
Browse files

use 100TeV, since this does not (yet) crash....

parent 0374517f
No related branches found
No related tags found
No related merge requests found
......@@ -245,7 +245,7 @@ int main() {
// setup particle stack, and add primary particle
setup::Stack stack;
stack.Clear();
const HEPEnergyType E0 = 1000_TeV;
const HEPEnergyType E0 = 100_TeV; // 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