ROOT
6.06/09
Reference Guide
|
Public Member Functions | |
TAxisView (const TAxisEquidistant &equi) | |
Construct a view on a TAxisEquidistant , TAxisGrow or TAxisLabel . More... | |
TAxisView (const TAxisIrregular &irr) | |
Construct a view on a TAxisIrregular . More... | |
int | FindBin (double x) const noexcept |
Find the bin containing coordinate x . Forwards to the underlying axis. More... | |
int | GetNBins () const noexcept |
Get the number of bins. Forwards to the underlying axis. More... | |
double | GetBinCenter (int i) const noexcept |
Get the bin center of bin index i . Forwards to the underlying axis. More... | |
double | GetBinFrom (int i) const noexcept |
Get the minimal coordinate of bin index i . Forwards to the underlying axis. More... | |
double | GetBinTo (int i) const noexcept |
Get the maximal coordinate of bin index i . Forwards to the underlying axis. More... | |
Private Attributes | |
const TAxisEquidistant * | fEqui = nullptr |
View on a TAxisEquidistant , TAxisGrow or TAxisLabel . More... | |
const TAxisIrregular * | fIrr = nullptr |
View on a TAxisIrregular . More... | |
#include <ROOT/TAxis.h>
|
inline |
Construct a view on a TAxisEquidistant
, TAxisGrow
or TAxisLabel
.
|
inline |
Construct a view on a TAxisIrregular
.
|
inlinenoexcept |
Find the bin containing coordinate x
. Forwards to the underlying axis.
Definition at line 714 of file TAxis.h.
Referenced by ROOT::THistView< DIMENSIONS, PRECISION >::SetRange().
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
private |
View on a TAxisEquidistant
, TAxisGrow
or TAxisLabel
.
|
private |
View on a TAxisIrregular
.