5#ifndef JIVEXML_TRIGSISPACEPOINTRETRIEVER_H
6#define JIVEXML_TRIGSISPACEPOINTRETRIEVER_H
29 virtual StatusCode
retrieve(ToolHandle<IFormatTool> &FormatTool);
Interface for all DataRetriever classes, that extract event data from StoreGate and pass them on to a...
TrigSiSpacePointRetriever(const std::string &type, const std::string &name, const IInterface *parent)
Standard Constructor.
const SCT_ID * m_sctHelper
std::string m_SCT_SpContainerName
virtual StatusCode initialize()
int calcSCTLayer(const Identifier &)
virtual StatusCode retrieve(ToolHandle< IFormatTool > &FormatTool)
Retrieve all the data.
const std::string m_typeName
The data type that is generated by this retriever.
std::string m_pixelSpContainerName
int calcPixelLayer(const Identifier &)
const PixelID * m_pixelHelper
virtual std::string dataTypeName() const
Return the name of the data type.
This is an Identifier helper class for the Pixel subdetector.
This is an Identifier helper class for the SCT subdetector.
This header is shared inbetween the C-style server thread and the C++ Athena ServerSvc.