#include "RBinIndex.hxx"
#include "RLinearizedIndex.hxx"
#include "RRegularAxis.hxx"
#include "RVariableBinAxis.hxx"
#include <array>
#include <cassert>
#include <stdexcept>
#include <tuple>
#include <utility>
#include <variant>
#include <vector>
Classes | |
class | ROOT::Experimental::Internal::RAxes |
Bin configurations for all dimensions of a histogram. More... | |
Namespaces | |
namespace | ROOT |
Namespace for new ROOT classes and functions. | |
namespace | ROOT::Experimental |
namespace | ROOT::Experimental::Internal |
Typedefs | |
using | ROOT::Experimental::RAxisVariant = std::variant<RRegularAxis, RVariableBinAxis> |
Variant of all supported axis types. | |
Definition in file RAxes.hxx.