|
| template<unsigned int ND, atomicity Atomicity = atomicity::full, typename Arithmetic = double, typename AxisTupleType = make_tuple_t<Axis<Arithmetic>, ND>> |
| using | Gaudi::Accumulators::Histogram = HistogramWrapper< StaticHistogram< ND, Atomicity, Arithmetic, AxisTupleType > > |
| | standard custom histogram. See HistogramWrapper and StaticHistogram for details More...
|
| |
| template<unsigned int ND, atomicity Atomicity = atomicity::full, typename Arithmetic = double, typename AxisTupleType = make_tuple_t<Axis<Arithmetic>, ND>> |
| using | Gaudi::Accumulators::WeightedHistogram = HistogramWrapper< StaticWeightedHistogram< ND, Atomicity, Arithmetic, AxisTupleType > > |
| | custom histogram with weight. See HistogramWrapper and StaticWeightedHistogram for details More...
|
| |
| template<unsigned int ND, atomicity Atomicity = atomicity::full, typename Arithmetic = double, typename AxisTupleType = make_tuple_t<Axis<Arithmetic>, ND>> |
| using | Gaudi::Accumulators::ProfileHistogram = HistogramWrapper< StaticProfileHistogram< ND, Atomicity, Arithmetic, AxisTupleType > > |
| | custom profile histograming. See HistogramWrapper and StaticProfileHistogram for details More...
|
| |
| template<unsigned int ND, atomicity Atomicity = atomicity::full, typename Arithmetic = double, typename AxisTupleType = make_tuple_t<Axis<Arithmetic>, ND>> |
| using | Gaudi::Accumulators::WeightedProfileHistogram = HistogramWrapper< StaticWeightedProfileHistogram< ND, Atomicity, Arithmetic, AxisTupleType > > |
| | custom weighted profile histogram. See HistogramWrapper and StaticWeightedProfileHistogram for details More...
|
| |