IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 3596d230 authored by Felix Riehn's avatar Felix Riehn Committed by ralfulrich
Browse files

reset energy in cascade_example

parent 34769cbb
No related branches found
No related tags found
No related merge requests found
......@@ -99,7 +99,7 @@ int main() {
const int nuclA = 4;
const int nuclZ = int(nuclA / 2.15 + 0.7);
const HEPMassType mass = GetNucleusMass(nuclA, nuclZ);
const HEPEnergyType E0 = nuclA * 100_TeV;
const HEPEnergyType E0 = nuclA * 1_TeV;
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