ROOT 6.10/09 Reference Guide |
Interface implementing a pure virtual functions DoFill(), DoFillN().
Definition at line 336 of file THistData.hxx.
Classes | |
class | TBinStat |
No-op; this class does not provide per-bin statistics. More... | |
Public Types | |
using | BinStat_t = TBinStat |
using | ConstBinStat_t = TBinStat |
using | Content_t = STORAGE< PRECISION > |
Type of the bin content array. More... | |
using | CoordArray_t = Hist::CoordArray_t< DIMENSIONS > |
The type of a (possibly multi-dimensional) coordinate. More... | |
using | Weight_t = PRECISION |
The type of the weight and the bin content. More... | |
Public Member Functions | |
THistStatRuntime ()=default | |
THistStatRuntime (size_t) | |
virtual | ~THistStatRuntime ()=default |
virtual void | DoFill (const CoordArray_t &x, int binidx, Weight_t weightN)=0 |
void | Fill (const CoordArray_t &x, int binidx, Weight_t weight=1.) |
#include <ROOT/THistData.hxx>
using ROOT::Experimental::THistStatRuntime< DIMENSIONS, PRECISION, STORAGE >::BinStat_t = TBinStat |
Definition at line 355 of file THistData.hxx.
using ROOT::Experimental::THistStatRuntime< DIMENSIONS, PRECISION, STORAGE >::ConstBinStat_t = TBinStat |
Definition at line 354 of file THistData.hxx.
using ROOT::Experimental::THistStatRuntime< DIMENSIONS, PRECISION, STORAGE >::Content_t = STORAGE<PRECISION> |
Type of the bin content array.
Definition at line 343 of file THistData.hxx.
using ROOT::Experimental::THistStatRuntime< DIMENSIONS, PRECISION, STORAGE >::CoordArray_t = Hist::CoordArray_t<DIMENSIONS> |
The type of a (possibly multi-dimensional) coordinate.
Definition at line 339 of file THistData.hxx.
using ROOT::Experimental::THistStatRuntime< DIMENSIONS, PRECISION, STORAGE >::Weight_t = PRECISION |
The type of the weight and the bin content.
Definition at line 341 of file THistData.hxx.
|
default |
|
inline |
Definition at line 358 of file THistData.hxx.
|
virtualdefault |
|
pure virtual |
|
inline |
Definition at line 363 of file THistData.hxx.