We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbaf57b commit 005a826Copy full SHA for 005a826
scripts/material_map/run_material_map_validation.sh
@@ -71,6 +71,18 @@ export ACTS_SEQUENCER_DISABLE_FPEMON=1
71
# Default arguments
72
nevents=1000
73
nparticles=5000
74
+
75
+function print_the_help {
76
+ echo "USAGE: [--nevents <int>] [--nparticles <int>]"
77
+ echo "OPTIONAL ARGUMENTS:"
78
+ echo " --nevents Number of events (default: $nevents)"
79
+ echo " --nparticles Number of particles per event (default: $nparticles)"
80
+ echo " -h,--help Print this message"
81
+ echo ""
82
+ echo " Run material map validation."
83
+ exit
84
+}
85
86
while [[ $# -gt 1 ]]
87
do
88
key="$1"
0 commit comments