5#ifndef JIVEXML_BEAMSPOTRETRIEVER_H
6#define JIVEXML_BEAMSPOTRETRIEVER_H
34 virtual StatusCode
retrieve(ToolHandle<IFormatTool> &FormatTool)
override;
37 virtual std::string
dataTypeName()
const override {
return "BeamSpot"; };
virtual StatusCode initialize() override
virtual StatusCode retrieve(ToolHandle< IFormatTool > &FormatTool) override
Retrieve all the data.
virtual std::string dataTypeName() const override
Return the name of the data type.
BeamSpotRetriever(const std::string &type, const std::string &name, const IInterface *parent)
Standard constructor.
SG::ReadCondHandleKey< InDet::BeamSpotData > m_beamSpotKey
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.