|
ATLAS Offline Software
|
Go to the documentation of this file.
9 #include "GaudiKernel/MsgStream.h"
31 return StatusCode::SUCCESS;
45 bool initHelper =
false;
50 std::string inDetIDTag =
mgr->tag();
53 bool doChecks =
mgr->do_checks();
58 return StatusCode::FAILURE;
62 std::string inDetIDFileName = dict->
file_name();
65 std::string inDetIdDictTag = dict->
dict_tag();
75 ATH_MSG_DEBUG(
" Changed internal InDet id tag: " << inDetIDTag);
113 return StatusCode::SUCCESS;
std::string m_inDetIdDictTag
Tag of RDB record for InDet ids.
def retrieve(aClass, aKey=None)
const std::string & dict_tag(void) const
Access to the dictionary tag.
static long storageType()
This is an Identifier helper class for the SCT subdetector. This class is a factory for creating comp...
virtual StatusCode createObj(IOpaqueAddress *pAddr, DataObject *&pObj) override
virtual void setMessageSvc(IMessageSvc *msgSvc) override
const long DetDescr_StorageType
std::vector< Identifier > ID
SCT_IDDetDescrCnv(ISvcLocator *svcloc)
DataObject * asStorable(T *pObject)
const ServiceHandle< StoreGateSvc > & detStore() const
Handle to DetectorStore.
std::string m_inDetIDFileName
File to be read for InDet ids.
static const CLID & ID()
the CLID of T
msgSvc
Provide convenience handles for various services.
::StatusCode StatusCode
StatusCode definition for legacy code.
Default, invalid implementation of ClassID_traits.
virtual long int repSvcType() const override
int initializeHelper(IdHelper &helper) const
Return value: 0 OK, >0 error.
uint32_t CLID
The Class ID type.
const std::string & file_name(void) const
Access to file name.
IdDictManager is the interface to identifier dictionaries.
SCT_ID * m_sctId
The helper - only will create it once.
std::string m_inDetIDTag
Internal InDet id tag.
virtual StatusCode initialize() override
const IdDictMgr * manager(void) const
static const CLID & classID()
bool m_doChecks
Whether or not.