ROOT 6.08/07 Reference Guide |
Definition at line 25 of file THistBufferedFill.hxx.
Public Types | |
using | CoordArray_t = typename HIST::CoordArray_t |
using | Weight_t = typename HIST::Weight_t |
Public Member Functions | |
THistBufferedFillBase () | |
~THistBufferedFillBase () | |
void | Fill (const CoordArray_t &x, Weight_t weight=1.) |
std::array_view< CoordArray_t > | GetCoords () const |
std::array_view< 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/THistBufferedFill.hxx>
using ROOT::Experimental::Internal::THistBufferedFillBase< DERIVED, HIST, SIZE >::CoordArray_t = typename HIST::CoordArray_t |
Definition at line 27 of file THistBufferedFill.hxx.
using ROOT::Experimental::Internal::THistBufferedFillBase< DERIVED, HIST, SIZE >::Weight_t = typename HIST::Weight_t |
Definition at line 28 of file THistBufferedFill.hxx.
|
inline |
Definition at line 36 of file THistBufferedFill.hxx.
|
inline |
Definition at line 37 of file THistBufferedFill.hxx.
|
inline |
Definition at line 49 of file THistBufferedFill.hxx.
|
inline |
Definition at line 42 of file THistBufferedFill.hxx.
|
inline |
Definition at line 45 of file THistBufferedFill.hxx.
|
inline |
Definition at line 39 of file THistBufferedFill.hxx.
|
inline |
Definition at line 40 of file THistBufferedFill.hxx.
|
private |
Definition at line 31 of file THistBufferedFill.hxx.
|
private |
Definition at line 33 of file THistBufferedFill.hxx.
|
private |
Definition at line 32 of file THistBufferedFill.hxx.