From e42afc2d153c323df7b3f2e952fa6e28f6f953ab Mon Sep 17 00:00:00 2001 From: BrieucF Date: Mon, 2 Dec 2024 20:45:31 +0100 Subject: [PATCH] nClusters -> getNClusters and auto return type --- edm4hep.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edm4hep.yaml b/edm4hep.yaml index fde4b4f8..aecc9cc6 100644 --- a/edm4hep.yaml +++ b/edm4hep.yaml @@ -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 "