![]() |
ROOT
6.06/09
Reference Guide
|
#include <cctype>
#include "ROOT/RArrayView.h"
#include "ROOT/RTupleApply.h"
#include "ROOT/TAxis.h"
Go to the source code of this file.
Namespaces | |
ROOT | |
Namespace for new ROOT classes and functions. | |
ROOT::Hist | |
ROOT::Detail | |
ROOT::Internal | |
Typedefs | |
template<int NDIM> | |
using | ROOT::Hist::AxisIter_t = std::array< TAxisBase::const_iterator, NDIM > |
Iterator over n dimensional axes - an array of n axis iterators. More... | |
template<int NDIM> | |
using | ROOT::Hist::AxisIterRange_t = std::array< AxisIter_t< NDIM >, 2 > |
Range over n dimensional axes - a pair of arrays of n axis iterators. More... | |
Enumerations | |
enum | ROOT::Hist::EOverflow { ROOT::Hist::EOverflow::kNoOverflow = 0x0, ROOT::Hist::EOverflow::kUnderflow = 0x1, ROOT::Hist::EOverflow::kOverflow = 0x2, ROOT::Hist::EOverflow::kUnderOver = 0x3 } |
Kinds of under- and overflow handling. More... | |
Functions | |
bool | ROOT::Hist::operator& (EOverflow a, EOverflow b) |
AxisTupleOperations | |
enum | ROOT::Internal::EBinCoord { ROOT::Internal::EBinCoord::kBinFrom, ROOT::Internal::EBinCoord::kBinCenter, ROOT::Internal::EBinCoord::kBinTo } |
template<class... AXISCONFIG> | |
static std::array< TAxisView, sizeof...(AXISCONFIG)> | ROOT::Internal::GetAxisView (const AXISCONFIG &...axes) noexcept |
Definition in file THistImpl.h.