IAP GITLAB

Skip to content
Snippets Groups Projects
Commit f23cef42 authored by Alan Coleman's avatar Alan Coleman
Browse files

Merge branch '723-adjust-limits-of-hadron-cut' into 'master'

Resolve "adjust limits of hadron cut"

Closes #723

See merge request !655
parents a1250860 1e4fdcb2
No related branches found
No related tags found
1 merge request!655Resolve "adjust limits of hadron cut"
Pipeline #14055 passed
......@@ -189,7 +189,7 @@ int main(int argc, char** argv) {
->group("Config");
app.add_option("--hadcut", "Min. kin. energy of hadrons in tracking (GeV)")
->default_val(0.3)
->check(CLI::Range(0.000001, 1.e13))
->check(CLI::Range(0.02, 1.e13))
->group("Config");
app.add_option("--mucut", "Min. kin. energy of muons in tracking (GeV)")
->default_val(0.3)
......
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