IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 218cfd9d authored by Felix Riehn's avatar Felix Riehn Committed by Maximilian Reininghaus
Browse files

examples

parent cebb5311
No related branches found
No related tags found
1 merge request!430Resolve "Connection between PROPOSAL and hadronic interaction models"
......@@ -321,7 +321,7 @@ int main(int argc, char** argv) {
HEPEnergyType const hadcut = 50_GeV;
ParticleCut<SubWriter<decltype(dEdX)>> cut(emcut, emcut, hadcut, hadcut, true, dEdX);
corsika::proposal::Interaction emCascade(env);
corsika::proposal::Interaction emCascade(env, sibyll);
// NOT available for PROPOSAL due to interface trouble:
// InteractionCounter emCascadeCounted(emCascade);
// corsika::proposal::ContinuousProcess<SubWriter<decltype(dEdX)>> emContinuous(env);
......
......@@ -353,7 +353,7 @@ int main(int argc, char** argv) {
// decaySibyll.printDecayConfig();
corsika::proposal::Interaction emCascade(env);
corsika::proposal::Interaction emCascade(env, sibyll);
// NOT possible right now, due to interface difference for PROPOSAL:
// InteractionCounter emCascadeCounted(emCascade);
// corsika::proposal::ContinuousProcess<SubWriter<decltype(dEdX)>>
......
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