34 int HistPlotCategory::m_class_key = 0;
36 HistPlotCategory::HistPlotCategory() : RFBase()
38 m_Log.SetSource(
"HistPlotCategory "+
GetName());
41 HistPlotCategory::HistPlotCategory(
const std::string& name,
42 const std::string& title)
43 : RFBase(name, title, HistPlotCategory::m_class_key++)
45 m_Log.SetSource(
"HistPlotCategory "+
GetName());
48 HistPlotCategory::~HistPlotCategory() {}
50 RFList<const HistPlotCategory>
72 HistPlotCategory& HistPlotCategory::Empty(){
73 return HistPlotCategory::m_Empty;
76 HistPlotCategory HistPlotCategory::m_Empty;
std::string GetName() const
Returns object name.
RestFrames::RFList< const HistPlotCategory > operator+(const HistPlotCategory &cat) const
Combines HistPlotCategory into list.