IAP GITLAB

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

fixed hybrid_MC run options

parent 4419ceef
No related branches found
No related tags found
No related merge requests found
......@@ -114,7 +114,7 @@ if (Pythia8_FOUND)
CORSIKAhistory # for HistoryObservationPlane
)
CORSIKA_ADD_EXAMPLE (hybrid_MC)
CORSIKA_ADD_EXAMPLE (hybrid_MC RUN_OPTIONS 4 2 10000.)
target_link_libraries (hybrid_MC
CORSIKAsetup
CORSIKAunits
......
......@@ -81,10 +81,10 @@ int main(int argc, char** argv) {
logging::SetLevel(logging::level::info);
C8LOG_INFO("vertical_EAS");
C8LOG_INFO("hybrid_MC");
if (argc < 4) {
std::cerr << "usage: vertical_EAS <A> <Z> <energy/GeV> [seed]" << std::endl;
std::cerr << "usage: hybrid_MC <A> <Z> <energy/GeV> [seed]" << std::endl;
std::cerr << " if no seed is given, a random seed is chosen" << std::endl;
return 1;
}
......
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