IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 9c1e820f authored by ralfulrich's avatar ralfulrich Committed by Ralf Ulrich
Browse files

em_shower cuts

parent 016b9efc
No related branches found
No related tags found
No related merge requests found
...@@ -144,7 +144,7 @@ int main(int argc, char** argv) { ...@@ -144,7 +144,7 @@ int main(int argc, char** argv) {
// setup processes, decays and interactions // setup processes, decays and interactions
ParticleCut cut(10_GeV, 10_GeV, 100_PeV, 100_PeV, true); ParticleCut cut(60_GeV, 60_GeV, 100_PeV, 100_PeV, true);
corsika::proposal::Interaction emCascade(env); corsika::proposal::Interaction emCascade(env);
corsika::proposal::ContinuousProcess emContinuous(env); corsika::proposal::ContinuousProcess emContinuous(env);
InteractionCounter emCascadeCounted(emCascade); InteractionCounter emCascadeCounted(emCascade);
......
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