Logo ROOT   6.16/01
Reference Guide
Classes | Namespaces | Functions
RAxis.hxx File Reference
#include <algorithm>
#include <cmath>
#include <initializer_list>
#include <string>
#include <unordered_map>
#include <vector>
#include "ROOT/RStringView.hxx"
#include "ROOT/TLogger.hxx"
Include dependency graph for RAxis.hxx:
This graph shows which files directly or indirectly include this file:

Classes

struct  ROOT::Experimental::Internal::AxisConfigToType< RAxisConfig::kEquidistant >
 
struct  ROOT::Experimental::Internal::AxisConfigToType< RAxisConfig::kGrow >
 
struct  ROOT::Experimental::Internal::AxisConfigToType< RAxisConfig::kIrregular >
 
struct  ROOT::Experimental::Internal::AxisConfigToType< RAxisConfig::kLabels >
 
class  ROOT::Experimental::RAxisBase::const_iterator
 Random const_iterator through bins. More...
 
struct  ROOT::Experimental::RAxisConfig::Grow_t
 Tag type signalling that an axis should be able to grow; used for calling the appropriate constructor. More...
 
class  ROOT::Experimental::RAxisBase
 Histogram axis base class. More...
 
class  ROOT::Experimental::RAxisConfig
 Objects used to configure the different axis types. More...
 
class  ROOT::Experimental::RAxisEquidistant
 Axis with equidistant bin borders. More...
 
class  ROOT::Experimental::RAxisGrow
 An axis that can extend its range, keeping the number of its bins unchanged. More...
 
class  ROOT::Experimental::RAxisIrregular
 An axis with non-equidistant bins (also known as "variable binning"). More...
 
class  ROOT::Experimental::RAxisLabels
 A RAxisGrow that has a label assigned to each bin and a bin width of 1. More...
 
class  ROOT::Experimental::RAxisView
 Common view on a RAxis, no matter what its kind. More...
 

Namespaces

namespace  ROOT
 Namespace for new ROOT classes and functions.
 
namespace  ROOT::Experimental
 
namespace  ROOT::Experimental::Internal
 

Functions

bool ROOT::Experimental::operator== (const RAxisEquidistant &lhs, const RAxisEquidistant &rhs) noexcept
 Equality-compare two RAxisEquidistant. More...
 
RAxisBase::const_iterator comparison operators
bool ROOT::Experimental::operator!= (RAxisBase::const_iterator lhs, RAxisBase::const_iterator rhs) noexcept
 i != j More...
 
bool ROOT::Experimental::operator< (RAxisBase::const_iterator lhs, RAxisBase::const_iterator rhs) noexcept
 i < j More...
 
bool ROOT::Experimental::operator<= (RAxisBase::const_iterator lhs, RAxisBase::const_iterator rhs) noexcept
 i <= j More...
 
bool ROOT::Experimental::operator== (RAxisBase::const_iterator lhs, RAxisBase::const_iterator rhs) noexcept
 i == j More...
 
bool ROOT::Experimental::operator> (RAxisBase::const_iterator lhs, RAxisBase::const_iterator rhs) noexcept
 i > j More...
 
bool ROOT::Experimental::operator>= (RAxisBase::const_iterator lhs, RAxisBase::const_iterator rhs) noexcept
 i >= j More...
 

Axis Compatibility

EAxisCompatibility ROOT::Experimental::CanMap (RAxisEquidistant &target, RAxisEquidistant &source) noexcept
 Whether (and how) the source axis can be merged into the target axis. More...
 
enum class  ROOT::Experimental::EAxisCompatibility { ROOT::Experimental::kIdentical , ROOT::Experimental::kContains , ROOT::Experimental::kSampling , ROOT::Experimental::kIncompatible }