The Gaudi Framework
master (37c0b60a)
|
#include <Gaudi/Accumulators/Histogram.h>
#include <fmt/format.h>
#include <boost/container/static_vector.hpp>
#include <array>
#include <utility>
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::HistogramArray< 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::HistogramArray< Histo, N, std::integer_sequence< unsigned int, ND... > > |
Namespaces | |
Gaudi | |
This file provides a Grammar for the type Gaudi::Accumulators::Axis It allows to use that type from python with a format liks : ( nbins, min, max, title ) where title can be ommited. | |
Gaudi::Accumulators | |
Gaudi::Accumulators::details | |