Classes | |
| struct | RCoordArray | 
Typedefs | |
| template<int NDIMS> | |
| using | AxisIter_t = std::array<RAxisBase::const_iterator, NDIMS> | 
| Iterator over n dimensional axes - an array of n axis iterators.   | |
| template<int NDIMS> | |
| using | AxisIterRange_t = std::array<AxisIter_t<NDIMS>, 2> | 
| Range over n dimensional axes - a pair of arrays of n axis iterators.   | |
| 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) | 
| using ROOT::Experimental::Hist::AxisIter_t = std::array<RAxisBase::const_iterator, NDIMS> | 
Iterator over n dimensional axes - an array of n axis iterators.
Definition at line 41 of file RHistImpl.hxx.
| using ROOT::Experimental::Hist::AxisIterRange_t = std::array<AxisIter_t<NDIMS>, 2> | 
Range over n dimensional axes - a pair of arrays of n axis iterators.
Definition at line 44 of file RHistImpl.hxx.
| using ROOT::Experimental::Hist::CoordArray_t = RCoordArray<DIMENSIONS> | 
Definition at line 58 of file RHistUtils.hxx.
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 47 of file RHistImpl.hxx.
Definition at line 54 of file RHistImpl.hxx.