IAP GITLAB

Skip to content
Snippets Groups Projects

Resolve "switch Sibyll to C7 decay configuration"

Merged Felix Riehn requested to merge 687-switch-sibyll-to-c7-decay-configuration into master
All threads resolved!
Files
14
@@ -406,7 +406,8 @@ int main(int argc, char** argv) {
@@ -406,7 +406,8 @@ int main(int argc, char** argv) {
auto const all_elements = corsika::get_all_elements_in_universe(env);
auto const all_elements = corsika::get_all_elements_in_universe(env);
// have SIBYLL always for PROPOSAL photo-hadronic interactions
// have SIBYLL always for PROPOSAL photo-hadronic interactions
auto sibyll = std::make_shared<corsika::sibyll::Interaction>(all_elements);
auto sibyll = std::make_shared<corsika::sibyll::Interaction>(
 
all_elements, corsika::setup::C7trackedParticles);
if (auto const modelStr = app["--hadronModel"]->as<std::string>();
if (auto const modelStr = app["--hadronModel"]->as<std::string>();
modelStr == "SIBYLL-2.3d") {
modelStr == "SIBYLL-2.3d") {
Loading