ATLAS Offline Software
|
IdDictManager is the interface to identifier dictionaries. More...
#include <IdDictManager.h>
Public Member Functions | |
IdDictManager () | |
IdDictManager (const IdDictMgr &mgr) | |
~IdDictManager () | |
const IdDictMgr * | manager (void) const |
int | initializeHelper (IdHelper &helper) const |
Return value: 0 OK, >0 error. More... | |
Private Attributes | |
const IdDictMgr * | m_mgr |
IdDictManager is the interface to identifier dictionaries.
This class inherits most of its functionality from IdDictMgr and adds the capabilities to be an object in the detector store.
Definition at line 35 of file IdDictManager.h.
IdDictManager::IdDictManager | ( | ) |
Definition at line 22 of file IdDictManager.cxx.
Definition at line 27 of file IdDictManager.cxx.
IdDictManager::~IdDictManager | ( | ) |
Definition at line 33 of file IdDictManager.cxx.
int IdDictManager::initializeHelper | ( | IdHelper & | helper | ) | const |
Return value: 0 OK, >0 error.
Definition at line 44 of file IdDictManager.cxx.
Definition at line 37 of file IdDictManager.cxx.
Definition at line 50 of file IdDictManager.h.