|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef JIVEXML_IDATARETRIEVER_H
6 #define JIVEXML_IDATARETRIEVER_H
8 #include "GaudiKernel/IAlgTool.h"
9 #include "GaudiKernel/ToolHandle.h"
10 #include "GaudiKernel/ClassID.h"
16 static const InterfaceID IID_IDataRetriever(
"JiveXML::IDataRetriever", 3, 0);
virtual StatusCode retrieve(ToolHandle< IFormatTool > &FormatTool)=0
Retrieve data and pass it on to the formatting tool.
::StatusCode StatusCode
StatusCode definition for legacy code.
Interface for all DataRetriever classes, that extract event data from StoreGate and pass them on to a...
This header is shared inbetween the C-style server thread and the C++ Athena ServerSvc.
virtual std::string dataTypeName() const =0
Return the class name of the data class that is handled by this retriever.
static const InterfaceID & interfaceID()
Return the interface identifier.