|
ROOT 6.14/05 Reference Guide |
Classes | |
| struct | TCoordArray |
Typedefs | |
| template<int NDIM> | |
| using | AxisIter_t = std::array< TAxisBase::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 = TCoordArray< DIMENSIONS > |
Enumerations | |
| enum | EOverflow { EOverflow::kNoOverflow = 0x0, EOverflow::kUnderflow = 0x1, EOverflow::kOverflow = 0x2, EOverflow::kUnderOver = 0x3 } |
| Kinds of under- and overflow handling. More... | |
Functions | |
| bool | operator & (EOverflow a, EOverflow b) |
| using ROOT::Experimental::Hist::AxisIter_t = typedef std::array<TAxisBase::const_iterator, NDIM> |
Iterator over n dimensional axes - an array of n axis iterators.
Definition at line 40 of file THistImpl.hxx.
| 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 43 of file THistImpl.hxx.
| using ROOT::Experimental::Hist::CoordArray_t = typedef TCoordArray<DIMENSIONS> |
Definition at line 49 of file THistUtils.hxx.
|
strong |
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 46 of file THistImpl.hxx.
Definition at line 53 of file THistImpl.hxx.