5#ifndef JIVEXML_TRTRETRIEVER_H
6#define JIVEXML_TRTRETRIEVER_H
49 TRTRetriever(
const std::string&
type,
const std::string& name,
const IInterface* parent);
52 virtual StatusCode
retrieve(ToolHandle<IFormatTool> &FormatTool);
63 const ToolHandle<IInDetGeoModelTool>
m_geo
64 {
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...
bool m_useTRTTruthMap
The StoreGate key for the TRT MultiTruthMap with the track associations.
virtual StatusCode initialize()
initialize only geo model tool
virtual StatusCode retrieve(ToolHandle< IFormatTool > &FormatTool)
Retrieve all the data.
SG::ReadHandleKey< InDet::TRT_DriftCircleContainer > m_TRTDriftCircleCollKey
The StoreGate key for the TRT Cluster collection to retrieve.
virtual std::string dataTypeName() const
Return the name of the data type.
const ToolHandle< IInDetGeoModelTool > m_geo
A tool handle to the geo model tool.
SG::ReadHandleKey< PRD_MultiTruthCollection > m_TRTTruthMapKey
TRTRetriever(const std::string &type, const std::string &name, const IInterface *parent)
Standard Constructor.
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.