5#ifndef JIVEXML_TRIGRPCDATARETRIEVER_H
6#define JIVEXML_TRIGRPCDATARETRIEVER_H
11#include "GaudiKernel/ServiceHandle.h"
12#include "GaudiKernel/ToolHandle.h"
33 virtual StatusCode
retrieve(ToolHandle<IFormatTool> &FormatTool);
50 ToolHandle<Muon::IRPC_RDO_Decoder>
m_rpcDecoder{
this,
"RpcRDO_Decoder",
"Muon::RpcRDO_Decoder"};
Interface for all DataRetriever classes, that extract event data from StoreGate and pass them on to a...
virtual StatusCode retrieve(ToolHandle< IFormatTool > &FormatTool)
Retrieve all the data.
ServiceHandle< Muon::IMuonIdHelperSvc > m_idHelperSvc
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.
StatusCode initialize()
Default AthAlgTool methods.
SG::ReadCondHandleKey< RpcCablingCondData > m_rpcCab
ToolHandle< Muon::IRPC_RDO_Decoder > m_rpcDecoder
SG::ReadCondHandleKey< MuonGM::MuonDetectorManager > m_DetectorManagerKey
TrigRpcDataRetriever(const std::string &type, const std::string &name, const IInterface *parent)
Standard Constructor.
SG::ReadHandleKey< RpcPadContainer > m_sgKey
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.