IAP GITLAB

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

add Pythia8 as option for EAS

parent 0a7077f1
No related branches found
No related tags found
1 merge request!549Draft: "Use Pythia for interactions"
......@@ -244,7 +244,7 @@ int main(int argc, char** argv) {
->group("Misc.");
app.add_option("-M,--hadronModel", "High-energy hadronic interaction model")
->default_val("SIBYLL-2.3d")
->check(CLI::IsMember({"SIBYLL-2.3d", "QGSJet-II.04", "EPOS-LHC"}))
->check(CLI::IsMember({"SIBYLL-2.3d", "QGSJet-II.04", "EPOS-LHC", "Pythia8"}))
->group("Misc.");
app.add_option("-T,--hadronModelTransitionEnergy",
"Transition between high-/low-energy hadronic interaction "
......
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