ROOT
6.06/09
Reference Guide
|
Definition at line 24 of file THistBufferedFill.h.
Public Types | |
using | Coord_t = typename HIST::Coord_t |
using | Weight_t = typename HIST::Weight_t |
Public Member Functions | |
THistBufferedFillBase () | |
~THistBufferedFillBase () | |
DERIVED & | toDerived () |
const DERIVED & | toDerived () const |
std::array_view< Coord_t > | GetCoords () const |
std::array_view< Weight_t > | GetWeights () const |
void | Fill (const Coord_t &x, Weight_t weight=1.) |
Private Attributes | |
size_t | fCursor = 0 |
std::array< Coord_t, SIZE > | fXBuf |
std::array< Weight_t, SIZE > | fWBuf |
#include <ROOT/THistBufferedFill.h>
using ROOT::Internal::THistBufferedFillBase< DERIVED, HIST, SIZE >::Coord_t = typename HIST::Coord_t |
Definition at line 26 of file THistBufferedFill.h.
using ROOT::Internal::THistBufferedFillBase< DERIVED, HIST, SIZE >::Weight_t = typename HIST::Weight_t |
Definition at line 27 of file THistBufferedFill.h.
|
inline |
Definition at line 35 of file THistBufferedFill.h.
|
inline |
Definition at line 36 of file THistBufferedFill.h.
|
inline |
Definition at line 48 of file THistBufferedFill.h.
|
inline |
Definition at line 41 of file THistBufferedFill.h.
|
inline |
Definition at line 44 of file THistBufferedFill.h.
|
inline |
|
inline |
Definition at line 39 of file THistBufferedFill.h.
|
private |
Definition at line 30 of file THistBufferedFill.h.
Referenced by ROOT::Internal::THistBufferedFillBase< THistConcurrentFiller< HIST, SIZE >, HIST, SIZE >::Fill(), ROOT::Internal::THistBufferedFillBase< THistConcurrentFiller< HIST, SIZE >, HIST, SIZE >::GetCoords(), and ROOT::Internal::THistBufferedFillBase< THistConcurrentFiller< HIST, SIZE >, HIST, SIZE >::GetWeights().
|
private |
Definition at line 32 of file THistBufferedFill.h.
|
private |
Definition at line 31 of file THistBufferedFill.h.