Interface implementing a pure virtual functions DoFill()
, DoFillN()
.
Definition at line 433 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. | |
using | CoordArray_t = Hist::CoordArray_t< DIMENSIONS > |
The type of a (possibly multi-dimensional) coordinate. | |
using | Weight_t = PRECISION |
The type of the weight and the bin content. | |
Public Member Functions | |
RHistStatRuntime ()=default | |
RHistStatRuntime (size_t, 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 452 of file RHistData.hxx.
using ROOT::Experimental::RHistStatRuntime< DIMENSIONS, PRECISION >::ConstBinStat_t = RBinStat |
Definition at line 451 of file RHistData.hxx.
using ROOT::Experimental::RHistStatRuntime< DIMENSIONS, PRECISION >::Content_t = std::vector<PRECISION> |
Type of the bin content array.
Definition at line 440 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 436 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 438 of file RHistData.hxx.
|
default |
|
inline |
Definition at line 455 of file RHistData.hxx.
|
virtualdefault |
|
pure virtual |
|
inline |
Definition at line 459 of file RHistData.hxx.