ATLAS Offline Software
Loading...
Searching...
No Matches
IdDictManager.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4
5/***************************************************************************
6 IdDictDetDescr package
7 -----------------------------------------
8 ***************************************************************************/
9
10
12#include "Identifier/IdHelper.h"
13
14
19
21 :
22 m_mgr(&mgr)
23{}
24
25
28
29const IdDictMgr*
31{
32 return (m_mgr);
33}
34
35
36int
38{
39 if (m_mgr) return (helper.initialize_from_dictionary(*m_mgr));
40 return (1); // otherwise error
41}
42
43
const IdDictMgr * manager(void) const
int initializeHelper(IdHelper &helper) const
Return value: 0 OK, >0 error.
const IdDictMgr * m_mgr
This is an abstract base class for helper classes that know how to convert Identifier <-> IdentifierH...
Definition IdHelper.h:24