Skip to content
Snippets Groups Projects
Commit b0fd4ba2 authored by Adrien Matta's avatar Adrien Matta :skull_crossbones:
Browse files

* adding --random-seed flag to help

parent ebe214aa
No related branches found
No related tags found
No related merge requests found
Pipeline #67888 passed
......@@ -422,7 +422,7 @@ void NPOptionManager::DisplayHelp(){
std::cout << std::endl << "NPSimulation only:"<<std::endl;
std::cout << "\t-M <arg>\t\t\tExecute Geant4 macro <arg> at startup" << std::endl ;
std::cout << "\t-B <arg>\t\t\tExecute in batch mode (no ui) with Geant4 macro <arg> at startup" << std::endl ;
std::cout << "\t--random-seed <arg>\t\tSet the random generator seed to <arg> (unsigned int)" << std::endl ;
std::cout << std::endl << std::endl ;
// exit current program
......
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