15#include "GaudiKernel/DataObject.h"
16#include "GaudiKernel/IToolSvc.h"
17#include "GaudiKernel/MsgStream.h"
18#include "GaudiKernel/StatusCode.h"
38 return StatusCode::SUCCESS;
48 return StatusCode::FAILURE;
52 std::string nm = pObj->registry()->name();
56 return m_tool->convert(cont);
#define ATH_CHECK
Evaluate an expression and check for errors.
uint32_t CLID
The Class ID type.
convert to and from a SG storable
const std::string const_cnvName
AthConstConverter(long storage_type, const CLID &class_type, ISvcLocator *svc, const std::string &name)
IOpaqueAddress for ByteStreamCnvSvc, with ROB ids.
static constexpr long storageType()
virtual StatusCode createRepConst(DataObject *pObj, IOpaqueAddress *&pAddr) const override
Convert the transient object to the requested representation.
static long storageType()
virtual StatusCode initialize() override
TgcRdoContByteStreamCnv(ISvcLocator *svcloc)
static const CLID & classID()
ToolHandle< Muon::ITGC_RDOtoByteStreamTool > m_tool
bool fromStorable(DataObject *pDObj, T *&pTrans, bool quiet=false, IRegisterTransient *irt=0, bool isConst=true)