From f22825edc3cd1756bd5e5d4cf20e52305e8473d9 Mon Sep 17 00:00:00 2001 From: jmcarcell Date: Tue, 24 Sep 2024 11:25:11 +0200 Subject: [PATCH] Fix alias --- .../src/components/ExampleFunctionalTransformerHist.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/k4FWCoreTest/src/components/ExampleFunctionalTransformerHist.cpp b/test/k4FWCoreTest/src/components/ExampleFunctionalTransformerHist.cpp index 5af1d7fc..d21eeb0a 100644 --- a/test/k4FWCoreTest/src/components/ExampleFunctionalTransformerHist.cpp +++ b/test/k4FWCoreTest/src/components/ExampleFunctionalTransformerHist.cpp @@ -29,7 +29,9 @@ #if GAUDI_MAJOR_VERSION < 39 namespace Gaudi::Accumulators { - using StaticRootHistogram = Gaudi::Accumulators::RootHistogram; + template + using StaticRootHistogram = + Gaudi::Accumulators::RootHistogramingCounterBase; } #endif