Logo ROOT   6.14/05
Reference Guide
List of all members | Public Member Functions | Private Attributes | List of all members
ROOT::Experimental::THistStatUncertainty< DIMENSIONS, PRECISION, STORAGE >::TConstBinStat Class Reference

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

Const view on a THistStatUncertainty for a given bin.

Definition at line 213 of file THistData.hxx.

Public Member Functions

 TConstBinStat (const THistStatUncertainty &stat, int index)
 
PRECISION GetSumW2 () const
 
double GetUncertaintyImpl () const
 

Private Attributes

PRECISION fSumW2
 The bin's sum of square of weights. More...
 

#include <ROOT/THistData.hxx>

Constructor & Destructor Documentation

◆ TConstBinStat()

template<int DIMENSIONS, class PRECISION , template< class P_ > class STORAGE>
ROOT::Experimental::THistStatUncertainty< DIMENSIONS, PRECISION, STORAGE >::TConstBinStat::TConstBinStat ( const THistStatUncertainty stat,
int  index 
)
inline

Definition at line 215 of file THistData.hxx.

Member Function Documentation

◆ GetSumW2()

template<int DIMENSIONS, class PRECISION , template< class P_ > class STORAGE>
PRECISION ROOT::Experimental::THistStatUncertainty< DIMENSIONS, PRECISION, STORAGE >::TConstBinStat::GetSumW2 ( ) const
inline

Definition at line 216 of file THistData.hxx.

◆ GetUncertaintyImpl()

template<int DIMENSIONS, class PRECISION , template< class P_ > class STORAGE>
double ROOT::Experimental::THistStatUncertainty< DIMENSIONS, PRECISION, STORAGE >::TConstBinStat::GetUncertaintyImpl ( ) const
inline

Definition at line 218 of file THistData.hxx.

Member Data Documentation

◆ fSumW2

template<int DIMENSIONS, class PRECISION , template< class P_ > class STORAGE>
PRECISION ROOT::Experimental::THistStatUncertainty< DIMENSIONS, PRECISION, STORAGE >::TConstBinStat::fSumW2
private

The bin's sum of square of weights.

Definition at line 221 of file THistData.hxx.


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