Logo ROOT   6.14/05
Reference Guide
List of all members | Classes | Public Types | Public Member Functions | List of all members
ROOT::Experimental::THistStatRuntime< DIMENSIONS, PRECISION, STORAGE > Class Template Referenceabstract

template<int DIMENSIONS, class PRECISION, template< class P_ > class STORAGE>
class ROOT::Experimental::THistStatRuntime< DIMENSIONS, PRECISION, STORAGE >

Interface implementing a pure virtual functions DoFill(), DoFillN().

Definition at line 320 of file THistData.hxx.

Classes

class  TBinStat
 No-op; this class does not provide per-bin statistics. More...
 

Public Types

using BinStat_t = TBinStat
 
using ConstBinStat_t = TBinStat
 
using Content_t = STORAGE< PRECISION >
 Type of the bin content array. More...
 
using CoordArray_t = Hist::CoordArray_t< DIMENSIONS >
 The type of a (possibly multi-dimensional) coordinate. More...
 
using Weight_t = PRECISION
 The type of the weight and the bin content. More...
 

Public Member Functions

 THistStatRuntime ()=default
 
 THistStatRuntime (size_t)
 
virtual ~THistStatRuntime ()=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/THistData.hxx>

Member Typedef Documentation

◆ BinStat_t

template<int DIMENSIONS, class PRECISION , template< class P_ > class STORAGE>
using ROOT::Experimental::THistStatRuntime< DIMENSIONS, PRECISION, STORAGE >::BinStat_t = TBinStat

Definition at line 339 of file THistData.hxx.

◆ ConstBinStat_t

template<int DIMENSIONS, class PRECISION , template< class P_ > class STORAGE>
using ROOT::Experimental::THistStatRuntime< DIMENSIONS, PRECISION, STORAGE >::ConstBinStat_t = TBinStat

Definition at line 338 of file THistData.hxx.

◆ Content_t

template<int DIMENSIONS, class PRECISION , template< class P_ > class STORAGE>
using ROOT::Experimental::THistStatRuntime< DIMENSIONS, PRECISION, STORAGE >::Content_t = STORAGE<PRECISION>

Type of the bin content array.

Definition at line 327 of file THistData.hxx.

◆ CoordArray_t

template<int DIMENSIONS, class PRECISION , template< class P_ > class STORAGE>
using ROOT::Experimental::THistStatRuntime< DIMENSIONS, PRECISION, STORAGE >::CoordArray_t = Hist::CoordArray_t<DIMENSIONS>

The type of a (possibly multi-dimensional) coordinate.

Definition at line 323 of file THistData.hxx.

◆ Weight_t

template<int DIMENSIONS, class PRECISION , template< class P_ > class STORAGE>
using ROOT::Experimental::THistStatRuntime< DIMENSIONS, PRECISION, STORAGE >::Weight_t = PRECISION

The type of the weight and the bin content.

Definition at line 325 of file THistData.hxx.

Constructor & Destructor Documentation

◆ THistStatRuntime() [1/2]

template<int DIMENSIONS, class PRECISION , template< class P_ > class STORAGE>
ROOT::Experimental::THistStatRuntime< DIMENSIONS, PRECISION, STORAGE >::THistStatRuntime ( )
default

◆ THistStatRuntime() [2/2]

template<int DIMENSIONS, class PRECISION , template< class P_ > class STORAGE>
ROOT::Experimental::THistStatRuntime< DIMENSIONS, PRECISION, STORAGE >::THistStatRuntime ( size_t  )
inline

Definition at line 342 of file THistData.hxx.

◆ ~THistStatRuntime()

template<int DIMENSIONS, class PRECISION , template< class P_ > class STORAGE>
virtual ROOT::Experimental::THistStatRuntime< DIMENSIONS, PRECISION, STORAGE >::~THistStatRuntime ( )
virtualdefault

Member Function Documentation

◆ DoFill()

template<int DIMENSIONS, class PRECISION , template< class P_ > class STORAGE>
virtual void ROOT::Experimental::THistStatRuntime< DIMENSIONS, PRECISION, STORAGE >::DoFill ( const CoordArray_t x,
int  binidx,
Weight_t  weightN 
)
pure virtual

◆ Fill()

template<int DIMENSIONS, class PRECISION , template< class P_ > class STORAGE>
void ROOT::Experimental::THistStatRuntime< DIMENSIONS, PRECISION, STORAGE >::Fill ( const CoordArray_t x,
int  binidx,
Weight_t  weight = 1. 
)
inline

Definition at line 346 of file THistData.hxx.


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