19#include "HistogramAccumulatorSum.hh"
31 const std::string& resultHistNameIn,
32 const std::string& resultHistTitleIn):
43 result->Add(newValue);
virtual void Accumulate(TH1 *newValue)
Use TH1::Add which works on 1,2 and 3D histograms.
virtual TH1 * Terminate()
Simply return the result as it's already the correct result.
HistogramAccumulatorSum()
Public constructor only for compatibility with ROOT - not intended for use.
Class to accumulate and merge histograms in different ways.