|
CbmRoot
|
Classes | |
| class | RootStyleProfileAccumulator |
| A ROOT-style accumulator for the Boost-histogram profiles. More... | |
Typedefs | |
| template<typename T> | |
| using | RootStyleProfileStorage = dense_storage<RootStyleProfileAccumulator<T>> |
Functions | |
| template<class Axis, class... Axes, class = detail::requires_axis<Axis>> | |
| auto | MakeRootStyleProfile (Axis &&axis, Axes &&... axes) |
| Maker for RootStyleProfileAccumulator. | |
| using boost::histogram::RootStyleProfileStorage = dense_storage<RootStyleProfileAccumulator<T>> |
Definition at line 163 of file Accumulators.h.
| auto boost::histogram::MakeRootStyleProfile | ( | Axis && | axis, |
| Axes &&... | axes ) |
Maker for RootStyleProfileAccumulator.
Definition at line 167 of file Accumulators.h.