9#include "GaudiKernel/MsgStream.h"
31 ATH_CHECK( DetDescrConverter::initialize() );
32 return StatusCode::SUCCESS;
46 bool initHelper =
false;
51 const std::string & inDetIDTag = mgr->tag();
54 bool doChecks = mgr->do_checks();
59 return StatusCode::FAILURE;
63 const std::string & inDetIDFileName = dict->file_name();
66 const std::string & inDetIdDictTag = dict->dict_tag();
76 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 Pixel 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.
static long storageType()
static const CLID & classID()
PixelIDDetDescrCnv(ISvcLocator *svcloc)
bool m_doChecks
Whether or not.
virtual StatusCode initialize() override
virtual long int repSvcType() const override
std::string m_inDetIdDictTag
Tag of RDB record for InDet ids.
PixelID * m_pixelId
The helper - only will create it once.
std::string m_inDetIDFileName
File to be read for InDet ids.
virtual StatusCode createObj(IOpaqueAddress *pAddr, DataObject *&pObj) override
std::string m_inDetIDTag
Internal InDet id tag.
This is an Identifier helper class for the Pixel subdetector.
DataObject * asStorable(SG::DataObjectSharedPtr< T > pObject)
Default, invalid implementation of ClassID_traits.