ROOT 6.10/09 Reference Guide |
Classes | |
class | THistBinIter |
Iterates over the bins of a THist or THistImpl. More... | |
class | THistBinPtr |
Points to a histogram bin (or actually a THistBinRef ). More... | |
class | THistBinRef |
Represents a bin reference. More... | |
class | THistBinStat |
Const view on a bin's statistical data. More... | |
class | THistData |
A THistImplBase's data, provides accessors to all its statistics. More... | |
class | THistImpl |
class | THistImplBase |
Interface class for THistImpl. More... | |
class | THistImplPrecisionAgnosticBase |
Base class for THistImplBase that abstracts out the histogram's PRECISION. More... | |
Typedefs | |
template<class PRECISION > | |
using | THistDataDefaultStorage = std::vector< PRECISION > |
std::vector has more template arguments; for the default storage we don't care about them, so use-decl them away: More... | |
using ROOT::Experimental::Detail::THistDataDefaultStorage = typedef std::vector<PRECISION> |
std::vector has more template arguments; for the default storage we don't care about them, so use-decl them away:
Definition at line 374 of file THistData.hxx.