![]() |
The Gaudi Framework
master (b9786168)
|
#include <Gaudi/Accumulators/AxisAsProperty.h>#include <Gaudi/Accumulators/HistogramWrapper.h>#include <Gaudi/Accumulators/StaticRootHistogram.h>

Go to the source code of this file.
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. | |
Typedefs | |
| template<unsigned int ND, atomicity Atomicity = atomicity::full, typename Arithmetic = double, typename AxisTupleType = make_tuple_t<Axis<Arithmetic>, ND>> | |
| using | Gaudi::Accumulators::RootHistogram = HistogramWrapper<StaticRootHistogram<ND, Atomicity, Arithmetic, AxisTupleType>> |
| standard custom histogram | |