Common view on a TAxis, no matter what its kind.
Definition at line 891 of file TAxis.hxx.
#include <ROOT/TAxis.hxx>
◆ TAxisView() [1/3]
ROOT::Experimental::TAxisView::TAxisView |
( |
| ) |
|
|
default |
◆ TAxisView() [2/3]
◆ TAxisView() [3/3]
ROOT::Experimental::TAxisView::TAxisView |
( |
const TAxisIrregular & |
irr | ) |
|
|
inline |
◆ FindBin()
int ROOT::Experimental::TAxisView::FindBin |
( |
double |
x | ) |
const |
|
inlinenoexcept |
Find the bin containing coordinate x
. Forwards to the underlying axis.
Definition at line 911 of file TAxis.hxx.
◆ GetAsEquidistant()
const TAxisEquidistant* ROOT::Experimental::TAxisView::GetAsEquidistant |
( |
| ) |
const |
|
inline |
◆ GetAsIrregular()
const TAxisIrregular* ROOT::Experimental::TAxisView::GetAsIrregular |
( |
| ) |
const |
|
inline |
◆ GetBinCenter()
double ROOT::Experimental::TAxisView::GetBinCenter |
( |
int |
i | ) |
const |
|
inlinenoexcept |
Get the bin center of bin index i
. Forwards to the underlying axis.
Definition at line 930 of file TAxis.hxx.
◆ GetBinFrom()
double ROOT::Experimental::TAxisView::GetBinFrom |
( |
int |
i | ) |
const |
|
inlinenoexcept |
Get the minimal coordinate of bin index i
. Forwards to the underlying axis.
Definition at line 937 of file TAxis.hxx.
◆ GetBinTo()
double ROOT::Experimental::TAxisView::GetBinTo |
( |
int |
i | ) |
const |
|
inlinenoexcept |
Get the maximal coordinate of bin index i
. Forwards to the underlying axis.
Definition at line 944 of file TAxis.hxx.
◆ GetFrom()
double ROOT::Experimental::TAxisView::GetFrom |
( |
| ) |
const |
|
inline |
Get the lower axis limit.
Definition at line 925 of file TAxis.hxx.
◆ GetNBins()
int ROOT::Experimental::TAxisView::GetNBins |
( |
| ) |
const |
|
inlinenoexcept |
Get the number of bins. Forwards to the underlying axis.
Definition at line 918 of file TAxis.hxx.
◆ GetTitle()
const std::string& ROOT::Experimental::TAxisView::GetTitle |
( |
| ) |
const |
|
inline |
◆ GetTo()
double ROOT::Experimental::TAxisView::GetTo |
( |
| ) |
const |
|
inline |
Get the upper axis limit.
Definition at line 927 of file TAxis.hxx.
◆ fEqui
◆ fIrr
The documentation for this class was generated from the following file: