Logo ROOT   6.10/00
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | List of all members
ROOT::Experimental::THist< DIMENSIONS, PRECISION > Class Template Reference

template<int DIMENSIONS, class PRECISION>
class ROOT::Experimental::THist< DIMENSIONS, PRECISION >

THist with no STAT parameter uses THistStatContent by default.

Definition at line 193 of file THist.hxx.

Additional Inherited Members

- Public Types inherited from ROOT::Experimental::THist< DIMENSIONS, PRECISION, THistStatContent >
using AxisRange_t = typename ImplBase_t::AxisIterRange_t
 Range. More...
 
using const_iterator = Detail::THistBinIter< ImplBase_t >
 
using CoordArray_t = typename ImplBase_t::CoordArray_t
 The coordinates type: a DIMENSIONS-dimensional std::array of double. More...
 
using FillFunc_t = typename ImplBase_t::FillFunc_t
 Pointer type to HistImpl_t::Fill, for faster access. More...
 
using ImplBase_t = Detail::THistImplBase< Detail::THistData< DIMENSIONS, PRECISION, Detail::THistDataDefaultStorage, THistStatContent...>>
 The type of the Detail::THistImplBase of this histogram. More...
 
using Weight_t = PRECISION
 The type of weights. More...
 
- Public Member Functions inherited from ROOT::Experimental::THist< DIMENSIONS, PRECISION, THistStatContent >
 THist ()=default
 
 THist (THist &&)=default
 
 THist (std::array< TAxisConfig, DIMENSIONS > axes)
 Create a histogram from an array of axes (TAxisConfigs). More...
 
 THist (std::string_view histTitle, std::array< TAxisConfig, DIMENSIONS > axes)
 Constructor overload taking the histogram title. More...
 
 THist (const TAxisConfig &xaxis)
 Constructor overload that's only available for a 1-dimensional histogram. More...
 
- Static Public Member Functions inherited from ROOT::Experimental::THist< DIMENSIONS, PRECISION, THistStatContent >
static constexpr int GetNDim () noexcept
 Number of dimensions of the coordinates. More...
 
- Public Attributes inherited from ROOT::Experimental::THist< DIMENSIONS, PRECISION, THistStatContent >
FillFunc_t fFillFunc
 The actual histogram implementation. More...
 

#include <ROOT/THist.hxx>

Inheritance diagram for ROOT::Experimental::THist< DIMENSIONS, PRECISION >:
[legend]

The documentation for this class was generated from the following file: