|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef AthenaMonitoringKernel_IMonitoredVariable_h
6 #define AthenaMonitoringKernel_IMonitoredVariable_h
20 virtual double get(
size_t)
const = 0;
23 virtual size_t size()
const = 0;
virtual size_t size() const =0
gives size of vector representation
virtual std::string getString(size_t) const =0
IMonitoredVariable(std::string name)
virtual double get(size_t) const =0
Generic monitoring tool for athena components.
virtual ~IMonitoredVariable()
virtual bool hasStringRepresentation() const =0
indcates that the stored content can be converted to strings
const std::string & name() const