Loading [MathJax]/extensions/tex2jax.js
The Gaudi Framework  v38r0 (2143aa4c)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
HistogramArray.h File Reference
#include <Gaudi/Accumulators/Histogram.h>
#include <utility>
Include dependency graph for HistogramArray.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Gaudi::Accumulators::details::FormatHistDefault
 Default formating for histogram names and title, only calling fmt::format on the text given at construction and passing the histo index as argument. More...
 
struct  Gaudi::Accumulators::details::HistogramArrayInternal< Histo, N >
 internal class implementing an array of histograms More...
 
struct  Gaudi::Accumulators::HistogramArrayBase< Histo, N, Seq >
 generic class implementing an array of histograms The only addition to a raw array is the constructor that allows to build names and titles for the histograms automatically from the index of the histogram in the array There are 2 possibilities : More...
 
struct  Gaudi::Accumulators::HistogramArrayBase< Histo, N, std::index_sequence< NDs... > >
 

Namespaces

 Gaudi
 Header file for std:chrono::duration-based Counters.
 
 Gaudi::Accumulators
 
 Gaudi::Accumulators::details
 

Typedefs

template<typename Histo , std::size_t N>
using Gaudi::Accumulators::HistogramArray = HistogramArrayBase< Histo, N, std::make_index_sequence< Histo::NumberDimensions::value > >