16#ifndef ROOT7_RHistView
17#define ROOT7_RHistView
22namespace Experimental {
40template <
class HISTVIEW>
50template <
int DIMENSIONS,
class PRECISION,
template <
int D_,
class P_>
class...
STAT>
67 void SetRange(
int axis,
double from,
double to)
77 size_t nbins =
fHist.GetNBins();
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
Iterates over the bins of a RHist or RHistImpl.
Histogram axis base class.
A view on a histogram, selecting a range on a subset of dimensions.
typename Hist_t::AxisIterRange_t AxisRange_t
const_iterator begin() const noexcept
RHistView(Hist_t &hist, int nbins, const AxisRange_t &range)
bool IsBinOutOfRange(int idx) const noexcept
const_iterator end() const noexcept
RHistViewOutOfRange< RHistView > HistViewOutOfRange_t
Detail::RHistBinIter< typename Hist_t::ImplBase_t > const_iterator
void SetRange(int axis, double from, double to)
Histogram class for histograms with DIMENSIONS dimensions, where each bin count is stored by a value ...
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...