template<int DIMENSIONS, class
PRECISION, class STORAGE, template< int D_, class P_ > class... STAT>
class ROOT::Experimental::Detail::RHistData< DIMENSIONS, PRECISION, STORAGE, STAT >
A RHistImplBase's data, provides accessors to all its statistics.
Definition at line 396 of file RHistData.hxx.
template<int DIMENSIONS, class
PRECISION , class STORAGE , template< int D_, class P_ > class... STAT>
template<bool B = true, class = typename std::enable_if<B && HasBinUncertainty()>::type>
Calculate the bin content's uncertainty for the given bin, using base class information, i.e.
forwarding to a base's GetBinUncertaintyImpl(binidx)
.
Definition at line 464 of file RHistData.hxx.
template<int DIMENSIONS, class
PRECISION , class STORAGE , template< int D_, class P_ > class... STAT>
template<bool B = true, class = typename std::enable_if<B && !HasBinUncertainty()>::type>
Calculate the bin content's uncertainty for the given bin, using Poisson statistics on the absolute bin content.
Only available if no base provides this functionality. Requires GetContent().
Definition at line 472 of file RHistData.hxx.