Skip to content

Commit

Permalink
nClusters -> getNClusters and auto return type
Browse files Browse the repository at this point in the history
  • Loading branch information
BrieucF committed Dec 2, 2024
1 parent 4658646 commit e42afc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edm4hep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ datatypes:
ExtraCode:
declaration: "
/// Return the number of clusters associated to the hit\n
uint32_t nClusters() const { return getNElectrons().size(); }\n
auto getNClusters() const { return getNElectrons().size(); }\n
"


Expand Down

0 comments on commit e42afc2

Please sign in to comment.