Skip to content

Commit

Permalink
Fix the track candidate range in finding config
Browse files Browse the repository at this point in the history
  • Loading branch information
beomki-yeo committed Nov 15, 2023
1 parent a955395 commit 5343c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/options/src/options/finding_input_options.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ traccc::finding_input_config::finding_input_config(
desc.add_options()("track_candidates_range",
po::value<Reals<unsigned int, 2>>()
->value_name("MIN:MAX")
->default_value({6, 30}),
->default_value({3, 30}),
"Range of track candidates number");
}

Expand Down

0 comments on commit 5343c42

Please sign in to comment.