Skip to content

Commit

Permalink
Fix alias
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Sep 24, 2024
1 parent e0f840d commit f22825e
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@

#if GAUDI_MAJOR_VERSION < 39
namespace Gaudi::Accumulators {
using StaticRootHistogram = Gaudi::Accumulators::RootHistogram;
template <unsigned int ND, atomicity Atomicity = atomicity::full, typename Arithmetic = double>
using StaticRootHistogram =
Gaudi::Accumulators::RootHistogramingCounterBase<ND, Atomicity, Arithmetic, naming::histogramString>;
}
#endif

Expand Down

0 comments on commit f22825e

Please sign in to comment.