5#ifndef JIVEXML_SISPACEPOINTRETRIEVER_H
6#define JIVEXML_SISPACEPOINTRETRIEVER_H
44 virtual StatusCode
retrieve(ToolHandle<IFormatTool> &FormatTool);
55 const ToolHandle<IInDetGeoModelTool>
m_geo
56 {
this,
"GeoModelTool",
"JiveXML::InDetGeoModelTool/InDetGeoModelTool",
""};
Property holding a SG store/key/clid from which a ReadHandle is made.
Interface for all DataRetriever classes, that extract event data from StoreGate and pass them on to a...
SG::ReadHandleKey< SpacePointContainer > m_PixelSPContainerName
StoreGate key for Pixel space points.
SG::ReadHandleKey< SpacePointContainer > m_SCTSPContainerName
StoreGate key for SCT space points.
SiSpacePointRetriever(const std::string &type, const std::string &name, const IInterface *parent)
Standard Constructor.
virtual StatusCode retrieve(ToolHandle< IFormatTool > &FormatTool)
Retrieve all the data.
virtual std::string dataTypeName() const
Return the name of the data type.
bool m_usePixelTruthMap
StoreGate key for pixel PRD_MultiTruth.
virtual StatusCode initialize()
Only retrieve geo tool in initialize.
SG::ReadHandleKey< PRD_MultiTruthCollection > m_SCTPRDTruthName
bool m_useSCTTruthMap
StoreGate key for SCT PRD_MultiTruth.
SG::ReadHandleKey< PRD_MultiTruthCollection > m_PixelPRDTruthName
const ToolHandle< IInDetGeoModelTool > m_geo
A tool handle to the geo model tool.
Property holding a SG store/key/clid from which a ReadHandle is made.
This header is shared inbetween the C-style server thread and the C++ Athena ServerSvc.