Interface implementing a pure virtual functions DoFill(), DoFillN().
Definition at line 319 of file RHistData.hxx.
Classes | |
class | RBinStat |
No-op; this class does not provide per-bin statistics. More... | |
Public Types | |
using | BinStat_t = RBinStat |
using | ConstBinStat_t = RBinStat |
using | Content_t = std::vector< 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 | |
RHistStatRuntime ()=default | |
RHistStatRuntime (size_t) | |
virtual | ~RHistStatRuntime ()=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/RHistData.hxx>
using ROOT::Experimental::RHistStatRuntime< DIMENSIONS, PRECISION >::BinStat_t = RBinStat |
Definition at line 338 of file RHistData.hxx.
using ROOT::Experimental::RHistStatRuntime< DIMENSIONS, PRECISION >::ConstBinStat_t = RBinStat |
Definition at line 337 of file RHistData.hxx.
using ROOT::Experimental::RHistStatRuntime< DIMENSIONS, PRECISION >::Content_t = std::vector<PRECISION> |
Type of the bin content array.
Definition at line 326 of file RHistData.hxx.
using ROOT::Experimental::RHistStatRuntime< DIMENSIONS, PRECISION >::CoordArray_t = Hist::CoordArray_t<DIMENSIONS> |
The type of a (possibly multi-dimensional) coordinate.
Definition at line 322 of file RHistData.hxx.
using ROOT::Experimental::RHistStatRuntime< DIMENSIONS, PRECISION >::Weight_t = PRECISION |
The type of the weight and the bin content.
Definition at line 324 of file RHistData.hxx.
|
default |
|
inline |
Definition at line 341 of file RHistData.hxx.
|
virtualdefault |
|
pure virtual |
|
inline |
Definition at line 345 of file RHistData.hxx.