Loading [MathJax]/extensions/tex2jax.js

RestFrames
v1.0.1
RestFrames HEP Event Analysis Software Library
|
Go to the documentation of this file.
32 namespace RestFrames {
34 int HistPlotCategory::m_class_key = 0;
42 const std::string& title)
48 HistPlotCategory::~HistPlotCategory() {}
50 RFList<const HistPlotCategory>
73 return HistPlotCategory::m_Empty;
static HistPlotCategory & Empty()
Returns empty HistPlotCategory.
Base class for all RestFrame package objects.
std::string GetName() const
Returns object name.
void SetSource(const std::string &source)
Sets name of instance that is associated with.
RestFrames::RFList< const HistPlotCategory > operator+(const HistPlotCategory &cat) const
Combines HistPlotCategory into list.
HistPlotCategory()
Empty constructor.