The Gaudi Framework
master (37c0b60a)
|
Go to the source code of this file.
Classes | |
struct | Gaudi::Accumulators::details::FormatCounterDefault |
Default formating for counter names, only calling fmt::format on the text given at construction and passing the histo index as argument. More... | |
struct | Gaudi::Accumulators::details::CounterArrayInternal< Counter, N > |
internal class implementing an array of counters More... | |
struct | Gaudi::Accumulators::CounterArray< Counter, N > |
generic class implementing an array of counters The only addition to a raw array is the constructor that allows to build names of the counters automatically from the index of the counter in the array There are 2 possibilities : More... | |
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 | |