![]() |
ATLAS Offline Software
|
#include <IReadHistoDef.h>
Public Member Functions | |
| IReadHistoDef () | |
| virtual | ~IReadHistoDef () |
| virtual std::string | source () const =0 |
| virtual std::string | format () const =0 |
| virtual bool | histoDefinitionMap (std::map< std::string, SingleHistogramDefinition > &usersMap) const =0 |
| virtual bool | initialize ()=0 |
| virtual bool | sourceExists () const =0 |
Private Member Functions | |
| virtual bool | insertDefinition (const SingleHistogramDefinition &oneDefinition)=0 |
Private Attributes | |
| std::map< std::string, SingleHistogramDefinition > | m_histoDefinitionMap |
Definition at line 16 of file IReadHistoDef.h.
|
inline |
Definition at line 18 of file IReadHistoDef.h.
|
inlinevirtual |
Definition at line 20 of file IReadHistoDef.h.
|
pure virtual |
Implemented in ReadFromXmlDom.
|
pure virtual |
Implemented in ReadFromXmlDom.
|
pure virtual |
Implemented in ReadFromXmlDom.
|
privatepure virtual |
Implemented in ReadFromXmlDom.
|
pure virtual |
Implemented in ReadFromXmlDom.
|
pure virtual |
Implemented in ReadFromXmlDom.
|
private |
Definition at line 29 of file IReadHistoDef.h.