|
CbmRoot
|
Custom accumulators for boost::histogram (header) More...
#include <boost/histogram/fwd.hpp>#include <boost/histogram/make_histogram.hpp>#include <boost/serialization/access.hpp>#include <cmath>#include <type_traits>Go to the source code of this file.
Classes | |
| class | boost::histogram::RootStyleProfileAccumulator< ValueType > |
| A ROOT-style accumulator for the Boost-histogram profiles. More... | |
| struct | std::common_type< boost::histogram::RootStyleProfileAccumulator< T >, boost::histogram::RootStyleProfileAccumulator< U > > |
| Specialization for boost::histogram::accumulators::weighted_mean. More... | |
Namespaces | |
| namespace | boost |
| namespace | boost::histogram |
| namespace | std |
| Hash for CbmL1LinkKey. | |
Typedefs | |
| template<typename T> | |
| using | boost::histogram::RootStyleProfileStorage = dense_storage<RootStyleProfileAccumulator<T>> |
Functions | |
| template<class Axis, class... Axes, class = detail::requires_axis<Axis>> | |
| auto | boost::histogram::MakeRootStyleProfile (Axis &&axis, Axes &&... axes) |
| Maker for RootStyleProfileAccumulator. | |