5#ifndef ROOT_RBinWithError
6#define ROOT_RBinWithError
11namespace Experimental {
54 fSum2 *= factor * factor;
std::enable_if_t< std::is_arithmetic_v< T > > AtomicInc(T *ptr)
std::enable_if_t< std::is_integral_v< T > > AtomicAdd(T *ptr, T val)
A special bin content type to compute the bin error in weighted filling.
RBinWithError & operator+=(double w)
RBinWithError operator++(int)
RBinWithError & operator+=(const RBinWithError &rhs)
RBinWithError & operator++()
RBinWithError & operator*=(double factor)