Definition at line 26 of file RHistBufferedFill.hxx.
Public Types | |
using | CoordArray_t = typename HIST::CoordArray_t |
using | Weight_t = typename HIST::Weight_t |
Public Member Functions | |
RHistBufferedFillBase () | |
~RHistBufferedFillBase () | |
void | Fill (const CoordArray_t &x, Weight_t weight=1.) |
void | Flush () |
std::span< const CoordArray_t > | GetCoords () const |
std::span< const Weight_t > | GetWeights () const |
DERIVED & | toDerived () |
const DERIVED & | toDerived () const |
Private Attributes | |
size_t | fCursor = 0 |
std::array< Weight_t, SIZE > | fWBuf |
std::array< CoordArray_t, SIZE > | fXBuf |
#include <ROOT/RHistBufferedFill.hxx>
using ROOT::Experimental::Internal::RHistBufferedFillBase< DERIVED, HIST, SIZE >::CoordArray_t = typename HIST::CoordArray_t |
Definition at line 28 of file RHistBufferedFill.hxx.
using ROOT::Experimental::Internal::RHistBufferedFillBase< DERIVED, HIST, SIZE >::Weight_t = typename HIST::Weight_t |
Definition at line 29 of file RHistBufferedFill.hxx.
|
inline |
Definition at line 37 of file RHistBufferedFill.hxx.
|
inline |
Definition at line 38 of file RHistBufferedFill.hxx.
|
inline |
Definition at line 52 of file RHistBufferedFill.hxx.
|
inline |
Definition at line 61 of file RHistBufferedFill.hxx.
|
inline |
Definition at line 43 of file RHistBufferedFill.hxx.
|
inline |
Definition at line 47 of file RHistBufferedFill.hxx.
|
inline |
Definition at line 40 of file RHistBufferedFill.hxx.
|
inline |
Definition at line 41 of file RHistBufferedFill.hxx.
|
private |
Definition at line 32 of file RHistBufferedFill.hxx.
|
private |
Definition at line 34 of file RHistBufferedFill.hxx.
|
private |
Definition at line 33 of file RHistBufferedFill.hxx.