The Gaudi Framework  v40r0 (475e45c1)
HistogramMap.h File Reference
#include <Gaudi/Accumulators/StaticHistogram.h>
#include <fmt/format.h>
#include <map>
#include <mutex>
Include dependency graph for HistogramMap.h:

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, Seq >
 generic class implementing a thread safe map of histograms More...
 
struct  Gaudi::Accumulators::HistogramMap< Key, Histo, 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