19#include "HistogramDef.hh"
36 const std::string& histNameIn,
38 const std::string& variableIn,
39 const std::string& selectionIn,
43 nDimensions(nDimensionsIn),
45 selection(selectionIn),
53 out << hs <<
" " << s.treeName <<
" " << s.histName <<
" " << bs <<
" " << s.variable <<
" " << s.selection <<
"\n";
Common specification for a histogram.
HistogramDef()
Public constructor only for compatibility with ROOT - not intended for use.
virtual std::string GetHistogramString() const =0
Get the first string that defines the histogram in rebdsim for feedback.
virtual std::string GetBinningString() const =0
Provide the binning string in the original input format for feedback.