19#ifndef HISTOGRAMACCUMULATORSUM_H
20#define HISTOGRAMACCUMULATORSUM_H
22#include "HistogramAccumulator.hh"
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.
const std::string resultHistName
Name for resultant histogram.
const std::string resultHistTitle
Title for resultant histogram.