There was an error fetching the commit references. Please try again later.
Added Helper class HistogramMap allowing to declare maps of Histograms
The added value compared to a classical map is the automatic creation onf names and titles of new Histograms according to the rules given at declaration time. The map is thread safe (using a mutex internally). See documentation for more details
Showing
- GaudiKernel/CMakeLists.txt 3 additions, 0 deletionsGaudiKernel/CMakeLists.txt
- GaudiKernel/include/Gaudi/Accumulators/HistogramMap.h 142 additions, 0 deletionsGaudiKernel/include/Gaudi/Accumulators/HistogramMap.h
- GaudiKernel/tests/src/CounterHistoMapUnitTest.cpp 151 additions, 0 deletionsGaudiKernel/tests/src/CounterHistoMapUnitTest.cpp
Loading
Please register or sign in to comment