Skip to content

Commit e87f100

Browse files
authored
change type (#876)
1 parent 5f8d296 commit e87f100

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tutorials/src/configurableObjects.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ struct ConfigurableObjectDemo {
7676
// Their names must be unique.
7777
struct : ConfigurableGroup {
7878
Configurable<float> max_eta{"max_eta", 0.8f, "Maximal eta"};
79-
Configurable<float> min_clusters{"min_clusters", 70, "Minimal required number of clusters"};
79+
Configurable<int16_t> min_clusters{"min_clusters", 70, "Minimal required number of clusters"};
8080
} trackcuts;
8181

8282
void init(InitContext const&)

0 commit comments

Comments
 (0)