|
ATLAS Offline Software
|
Go to the documentation of this file.
11 #include "GaudiKernel/IRegistry.h"
16 AthConstConverter(storageType(), classID(), svcloc,
"RpcPadContByteStreamCnv"), m_tool(
"Muon::RpcPadContByteStreamTool") {}
26 return StatusCode::SUCCESS;
34 return StatusCode::FAILURE;
37 std::string
nm = pObj->registry()->name();
39 return m_tool->convert(cont);
bool fromStorable(DataObject *pDObj, T *&pTrans, bool quiet=false, IRegisterTransient *irt=0, bool isConst=true)
convert to and from a SG storable
Gaudi converter base class with const interfaces.
static const CLID & ID()
the CLID of T
static long storageType()
static const CLID & classID()
::StatusCode StatusCode
StatusCode definition for legacy code.
IOpaqueAddress for ByteStreamCnvSvc, with ROB ids.
uint32_t CLID
The Class ID type.
ToolHandle< Muon::IRPC_RDOtoByteStreamTool > m_tool
static constexpr long storageType()
virtual StatusCode initialize() override
virtual StatusCode createRepConst(DataObject *pObj, IOpaqueAddress *&pAddr) const override
Convert the transient object to the requested representation.
RpcPadContByteStreamCnv(ISvcLocator *svcloc)
Use IdentifiableContainer with RpcPad.