Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
RAxes.hxx File Reference
#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>
Include dependency graph for RAxes.hxx:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Warning
This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!

Definition in file RAxes.hxx.