Logo ROOT   6.12/07
Reference Guide
List of all members | Public Types | Public Member Functions | Private Attributes | List of all members
ROOT::Experimental::Internal::THistBufferedFillBase< DERIVED, HIST, SIZE > Class Template Reference

template<class DERIVED, class HIST, int SIZE>
class ROOT::Experimental::Internal::THistBufferedFillBase< DERIVED, HIST, SIZE >

Definition at line 26 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_tGetCoords () const
 
std::array_view< Weight_tGetWeights () 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>

Member Typedef Documentation

◆ CoordArray_t

template<class DERIVED, class HIST, int SIZE>
using ROOT::Experimental::Internal::THistBufferedFillBase< DERIVED, HIST, SIZE >::CoordArray_t = typename HIST::CoordArray_t

Definition at line 28 of file THistBufferedFill.hxx.

◆ Weight_t

template<class DERIVED, class HIST, int SIZE>
using ROOT::Experimental::Internal::THistBufferedFillBase< DERIVED, HIST, SIZE >::Weight_t = typename HIST::Weight_t

Definition at line 29 of file THistBufferedFill.hxx.

Constructor & Destructor Documentation

◆ THistBufferedFillBase()

template<class DERIVED, class HIST, int SIZE>
ROOT::Experimental::Internal::THistBufferedFillBase< DERIVED, HIST, SIZE >::THistBufferedFillBase ( )
inline

Definition at line 37 of file THistBufferedFill.hxx.

◆ ~THistBufferedFillBase()

template<class DERIVED, class HIST, int SIZE>
ROOT::Experimental::Internal::THistBufferedFillBase< DERIVED, HIST, SIZE >::~THistBufferedFillBase ( )
inline

Definition at line 38 of file THistBufferedFill.hxx.

Member Function Documentation

◆ Fill()

template<class DERIVED, class HIST, int SIZE>
void ROOT::Experimental::Internal::THistBufferedFillBase< DERIVED, HIST, SIZE >::Fill ( const CoordArray_t x,
Weight_t  weight = 1. 
)
inline

Definition at line 52 of file THistBufferedFill.hxx.

◆ GetCoords()

template<class DERIVED, class HIST, int SIZE>
std::array_view<CoordArray_t> ROOT::Experimental::Internal::THistBufferedFillBase< DERIVED, HIST, SIZE >::GetCoords ( ) const
inline

Definition at line 43 of file THistBufferedFill.hxx.

◆ GetWeights()

template<class DERIVED, class HIST, int SIZE>
std::array_view<Weight_t> ROOT::Experimental::Internal::THistBufferedFillBase< DERIVED, HIST, SIZE >::GetWeights ( ) const
inline

Definition at line 47 of file THistBufferedFill.hxx.

◆ toDerived() [1/2]

template<class DERIVED, class HIST, int SIZE>
DERIVED& ROOT::Experimental::Internal::THistBufferedFillBase< DERIVED, HIST, SIZE >::toDerived ( )
inline

Definition at line 40 of file THistBufferedFill.hxx.

◆ toDerived() [2/2]

template<class DERIVED, class HIST, int SIZE>
const DERIVED& ROOT::Experimental::Internal::THistBufferedFillBase< DERIVED, HIST, SIZE >::toDerived ( ) const
inline

Definition at line 41 of file THistBufferedFill.hxx.

Member Data Documentation

◆ fCursor

template<class DERIVED, class HIST, int SIZE>
size_t ROOT::Experimental::Internal::THistBufferedFillBase< DERIVED, HIST, SIZE >::fCursor = 0
private

Definition at line 32 of file THistBufferedFill.hxx.

◆ fWBuf

template<class DERIVED, class HIST, int SIZE>
std::array<Weight_t, SIZE> ROOT::Experimental::Internal::THistBufferedFillBase< DERIVED, HIST, SIZE >::fWBuf
private

Definition at line 34 of file THistBufferedFill.hxx.

◆ fXBuf

template<class DERIVED, class HIST, int SIZE>
std::array<CoordArray_t, SIZE> ROOT::Experimental::Internal::THistBufferedFillBase< DERIVED, HIST, SIZE >::fXBuf
private

Definition at line 33 of file THistBufferedFill.hxx.

Libraries for ROOT::Experimental::Internal::THistBufferedFillBase< DERIVED, HIST, SIZE >:
[legend]

The documentation for this class was generated from the following file: