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 5f8d296 commit e87f100Copy full SHA for e87f100
1 file changed
Tutorials/src/configurableObjects.cxx
@@ -76,7 +76,7 @@ struct ConfigurableObjectDemo {
76
// Their names must be unique.
77
struct : ConfigurableGroup {
78
Configurable<float> max_eta{"max_eta", 0.8f, "Maximal eta"};
79
- Configurable<float> min_clusters{"min_clusters", 70, "Minimal required number of clusters"};
+ Configurable<int16_t> min_clusters{"min_clusters", 70, "Minimal required number of clusters"};
80
} trackcuts;
81
82
void init(InitContext const&)
0 commit comments