15#include "GaudiKernel/MsgStream.h"
36 ATH_CHECK( DetDescrConverter::initialize() );
37 return StatusCode::SUCCESS;
51 bool initHelper =
false;
56 std::string inDetIDTag = mgr->tag();
59 bool doChecks = mgr->do_checks();
64 return StatusCode::FAILURE;
68 std::string inDetIDFileName = dict->file_name();
71 std::string inDetIdDictTag = dict->dict_tag();
81 ATH_MSG_DEBUG(
" Changed internal InDet id tag: " << inDetIDTag);
118 return StatusCode::SUCCESS;
#define ATH_CHECK
Evaluate an expression and check for errors.
std::vector< Identifier > ID
const long DetDescr_StorageType
uint32_t CLID
The Class ID type.
DetDescrConverter(const CLID &myCLID, ISvcLocator *svcloc, const char *name=nullptr)
const ServiceHandle< StoreGateSvc > & detStore() const
Handle to DetectorStore.
IdDictManager is the interface to identifier dictionaries.
const IdDictMgr * manager(void) const
int initializeHelper(IdHelper &helper) const
Return value: 0 OK, >0 error.
static long storageType()
std::string m_inDetIdDictTag
Tag of RDB record for InDet ids.
virtual StatusCode initialize() override
std::string m_inDetIDTag
Internal InDet id tag.
std::string m_inDetIDFileName
File to be read for InDet ids.
static const CLID & classID()
virtual long int repSvcType() const override
ZdcID * m_zdcId
The helper - only will create it once.
virtual StatusCode createObj(IOpaqueAddress *pAddr, DataObject *&pObj) override
bool m_doChecks
Whether or not.
ZdcIDDetDescrCnv(ISvcLocator *svcloc)
DataObject * asStorable(SG::DataObjectSharedPtr< T > pObject)
Default, invalid implementation of ClassID_traits.