|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef JIVEXML_PIXELCLUSTERRETRIEVER_H
6 #define JIVEXML_PIXELCLUSTERRETRIEVER_H
61 const ToolHandle<IInDetGeoModelTool>
m_geo
62 {
this,
"GeoModelTool",
"JiveXML::InDetGeoModelTool/InDetGeoModelTool",
""};
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.
bool m_usePixelTruthMap
The StoreGate key for the PRD MultiTruthMap with the track associations.
SG::ReadHandleKey< PRD_MultiTruthCollection > m_PixelTruthMapName
Retrieves all InDet::SiCluster objects.
SG::ReadCondHandleKey< InDetDD::SiDetectorElementCollection > m_pixelDetEleCollKey
::StatusCode StatusCode
StatusCode definition for legacy code.
virtual StatusCode retrieve(ToolHandle< IFormatTool > &FormatTool)
Retrieve all the data.
Interface for all DataRetriever classes, that extract event data from StoreGate and pass them on to a...
virtual StatusCode initialize()
initialize only geo model tool
PixelClusterRetriever(const std::string &type, const std::string &name, const IInterface *parent)
Standard Constructor.
This header is shared inbetween the C-style server thread and the C++ Athena ServerSvc.
SG::ReadHandleKey< InDet::SiClusterContainer > m_PixelClusterCollName
The StoreGate key for the SiClusterCollection to retrieve.