9#ifndef ANA_ALGORITHM__I_HISTOGRAM_WORKER_H
10#define ANA_ALGORITHM__I_HISTOGRAM_WORKER_H
19#error only include this header in AnalysisBase
48 virtual
void addOutput (TObject *output_swallow) = 0;
the interface to histogram storage on the worker
virtual void addOutput(TObject *output_swallow)=0
effects: add an object to the output.
virtual TObject * getOutputHist(const std::string &name) const =0
get the output histogram with the given name
virtual ~IHistogramWorker() noexcept=default
standard (virtual) destructor
This module defines the arguments passed from the BATCH driver to the BATCH worker.