![]() |
The Gaudi Framework
master (181af51f)
|
#include <Gaudi/Accumulators/StaticHistogram.h>
#include <fmt/format.h>
#include <map>
#include <mutex>
Go to the source code of this file.
Classes | |
struct | Gaudi::Accumulators::details::FormatHistDefaultT< Key > |
Default formating for histogram names and title, only calling fmt::format on the text given at construction and passing the key as argument. More... | |
class | Gaudi::Accumulators::details::HistogramMapInternal< Key, Histo > |
internal class implementing a map of histograms More... | |
struct | Gaudi::Accumulators::HistogramMap< Key, Histo, std::integer_sequence< unsigned int, ND... > > |
Namespaces | |
namespace | 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. | |
namespace | Gaudi::Accumulators |
Efficient counter implementations for Gaudi. | |
namespace | Gaudi::Accumulators::details |