5#ifndef JIVEXML_TRUTHMUONTRACKRETRIEVER_H
6#define JIVEXML_TRUTHMUONTRACKRETRIEVER_H
12#include "GaudiKernel/ToolHandle.h"
15 class ParticleDataTable;
46 virtual StatusCode
retrieve(ToolHandle<IFormatTool> &FormatTool);
StatusCode initialize()
Default AthAlgTool methods.
const std::string m_typeName
The data type that is generated by this retriever.
virtual std::string dataTypeName() const
Return the name of the data type.
TruthMuonTrackRetriever(const std::string &type, const std::string &name, const IInterface *parent)
Standard Constructor.
virtual StatusCode retrieve(ToolHandle< IFormatTool > &FormatTool)
Retrieve all the data.
std::vector< std::string > m_TrackRecCollNames
A list of StoreGate names to probe in this order for the muon record collecton.
This header is shared inbetween the C-style server thread and the C++ Athena ServerSvc.