A context to concurrently fill an RHist.
RHistFillContext(RHist< BinContentType > &hist)
RHist< BinContentType > * fHist
A pointer to the filled histogram.
RHistFillContext(RHistFillContext< BinContentType > &&)=default
RHistFillContext< BinContentType > & operator=(RHistFillContext< BinContentType > &&)=default
RHistFillContext(const RHistFillContext< BinContentType > &)=delete
void Fill(const std::tuple< A... > &args)
Fill an entry into the histogram.
void Fill(const std::tuple< A... > &args, RWeight weight)
Fill an entry into the histogram with a weight.
RHistStats fStats
Local histogram statistics.
void Flush()
Flush locally accumulated entries to the histogram.
void Fill(const A &...args)
Fill an entry into the histogram.
RHistFillContext< BinContentType > & operator=(const RHistFillContext< BinContentType > &)=delete