IAP GITLAB

Skip to content
Snippets Groups Projects
Commit f4bf3233 authored by Felix Riehn's avatar Felix Riehn
Browse files

reset cascade example to 100GeV

parent 5845823f
No related branches found
No related tags found
1 merge request!42Resolve "missing rotation between corsika stack and sibyll stack"
Pipeline #114 failed
...@@ -226,7 +226,7 @@ int main() { ...@@ -226,7 +226,7 @@ int main() {
// setup particle stack, and add primary particle // setup particle stack, and add primary particle
setup::Stack stack; setup::Stack stack;
stack.Clear(); stack.Clear();
const hep::EnergyType E0 = 1000_GeV; const hep::EnergyType E0 = 100_GeV;
double theta = 45.; double theta = 45.;
double phi = 20.; double phi = 20.;
{ {
......
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