Logo ROOT   6.16/01
Reference Guide
Classes | Typedefs | Enumerations | Functions
ROOT::Experimental::Hist Namespace Reference

Classes

struct  RCoordArray
 

Typedefs

template<int NDIM>
using AxisIter_t = std::array< RAxisBase::const_iterator, NDIM >
 Iterator over n dimensional axes - an array of n axis iterators. More...
 
template<int NDIM>
using AxisIterRange_t = std::array< AxisIter_t< NDIM >, 2 >
 Range over n dimensional axes - a pair of arrays of n axis iterators. More...
 
template<int DIMENSIONS>
using CoordArray_t = RCoordArray< DIMENSIONS >
 

Enumerations

enum class  EOverflow { kNoOverflow = 0x0 , kUnderflow = 0x1 , kOverflow = 0x2 , kUnderOver = 0x3 }
 Kinds of under- and overflow handling. More...
 

Functions

bool operator& (EOverflow a, EOverflow b)
 

Typedef Documentation

◆ AxisIter_t

template<int NDIM>
using ROOT::Experimental::Hist::AxisIter_t = typedef std::array<RAxisBase::const_iterator, NDIM>

Iterator over n dimensional axes - an array of n axis iterators.

Definition at line 39 of file RHistImpl.hxx.

◆ AxisIterRange_t

template<int NDIM>
using ROOT::Experimental::Hist::AxisIterRange_t = typedef std::array<AxisIter_t<NDIM>, 2>

Range over n dimensional axes - a pair of arrays of n axis iterators.

Definition at line 42 of file RHistImpl.hxx.

◆ CoordArray_t

template<int DIMENSIONS>
using ROOT::Experimental::Hist::CoordArray_t = typedef RCoordArray<DIMENSIONS>

Definition at line 49 of file RHistUtils.hxx.

Enumeration Type Documentation

◆ EOverflow

Kinds of under- and overflow handling.

Enumerator
kNoOverflow 

Exclude under- and overflows.

kUnderflow 

Include underflows.

kOverflow 

Include overflows.

kUnderOver 

Include both under- and overflows.

Definition at line 45 of file RHistImpl.hxx.

Function Documentation

◆ operator&()

bool ROOT::Experimental::Hist::operator& ( EOverflow  a,
EOverflow  b 
)
inline

Definition at line 52 of file RHistImpl.hxx.