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"
33 virtual StatusCode
retrieve( ToolHandle<IFormatTool> &FormatTool ) = 0;
Interface for all DataRetriever classes, that extract event data from StoreGate and pass them on to a...
virtual StatusCode retrieve(ToolHandle< IFormatTool > &FormatTool)=0
Retrieve data and pass it on to the formatting tool.
static const InterfaceID & interfaceID()
Return the interface identifier.
virtual std::string dataTypeName() const =0
Return the class name of the data class that is handled by this retriever.
This header is shared inbetween the C-style server thread and the C++ Athena ServerSvc.
static const InterfaceID IID_IDataRetriever("JiveXML::IDataRetriever", 3, 0)