CbmRoot
Loading...
Searching...
No Matches
boost::histogram Namespace Reference

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.
 

Typedef Documentation

◆ RootStyleProfileStorage

template<typename T >
using boost::histogram::RootStyleProfileStorage = dense_storage<RootStyleProfileAccumulator<T>>

Definition at line 163 of file Accumulators.h.

Function Documentation

◆ MakeRootStyleProfile()

template<class Axis , class... Axes, class = detail::requires_axis<Axis>>
auto boost::histogram::MakeRootStyleProfile ( Axis && axis,
Axes &&... axes )

Maker for RootStyleProfileAccumulator.

Definition at line 167 of file Accumulators.h.