9#include "GaudiKernel/MsgStream.h"
32 ATH_CHECK( DetDescrConverter::initialize() );
33 return StatusCode::SUCCESS;
47 bool initHelper =
false;
52 const std::string & inDetIDTag = mgr->tag();
55 bool doChecks = mgr->do_checks();
60 return StatusCode::FAILURE;
64 const std::string & inDetIDFileName = dict->file_name();
67 const std::string & inDetIdDictTag = dict->dict_tag();
77 ATH_MSG_DEBUG(
" Changed internal InDet id tag: " << inDetIDTag);
113 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.
This is an Identifier helper class for the SCT subdetector.
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.
std::string m_inDetIdDictTag
Tag of RDB record for InDet ids.
static const CLID & classID()
std::string m_inDetIDTag
Internal InDet id tag.
std::string m_inDetIDFileName
File to be read for InDet ids.
bool m_doChecks
Whether or not.
virtual long int repSvcType() const override
SCT_ID * m_sctId
The helper - only will create it once.
SCT_IDDetDescrCnv(ISvcLocator *svcloc)
static long storageType()
virtual StatusCode initialize() override
virtual StatusCode createObj(IOpaqueAddress *pAddr, DataObject *&pObj) override
This is an Identifier helper class for the SCT subdetector.
DataObject * asStorable(SG::DataObjectSharedPtr< T > pObject)
Default, invalid implementation of ClassID_traits.