Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
Related Functions
:
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
v
w
x
z
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
GitLab
LXR
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
DetectorDescription
IdDictDetDescr
src
IdDictManager.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
/***************************************************************************
6
IdDictDetDescr package
7
-----------------------------------------
8
***************************************************************************/
9
10
//<doc><file> $Id: IdDictManager.cxx,v 1.3 2003-09-22 07:01:22 schaffer Exp $
11
//<version> $Name: not supported by cvs2svn $
12
13
//<<<<<< INCLUDES >>>>>>
14
15
#include "
IdDictDetDescr/IdDictManager.h
"
16
#include "
Identifier/IdHelper.h
"
17
#include "
IdDict/IdDictDefs.h
"
18
19
20
//<<<<<< MEMBER FUNCTION DEFINITIONS >>>>>>
21
22
IdDictManager::IdDictManager
()
23
:
24
m_mgr(0)
25
{}
26
27
IdDictManager::IdDictManager
(
const
IdDictMgr
&
mgr
)
28
:
29
m_mgr(&
mgr
)
30
{}
31
32
33
IdDictManager::~IdDictManager
()
34
{}
35
36
const
IdDictMgr
*
37
IdDictManager::manager
(
void
)
const
38
{
39
return
(
m_mgr
);
40
}
41
42
43
int
44
IdDictManager::initializeHelper
(
IdHelper
&
helper
)
const
45
{
46
if
(
m_mgr
)
return
(
helper
.initialize_from_dictionary(*
m_mgr
));
47
return
(1);
// otherwise error
48
}
49
50
IdDictManager::IdDictManager
IdDictManager()
Definition:
IdDictManager.cxx:22
IdDictManager::m_mgr
const IdDictMgr * m_mgr
Definition:
IdDictManager.h:50
IdHelper.h
IdDictManager.h
runBeamSpotCalibration.helper
helper
Definition:
runBeamSpotCalibration.py:112
IdDictDefs.h
BchCleanup.mgr
mgr
Definition:
BchCleanup.py:294
IdDictMgr
Definition:
IdDictMgr.h:14
IdHelper
This is an abstract base class for helper classes that know how to convert Identifier <-> IdentifierH...
Definition:
IdHelper.h:24
IdDictManager::initializeHelper
int initializeHelper(IdHelper &helper) const
Return value: 0 OK, >0 error.
Definition:
IdDictManager.cxx:44
IdDictManager::manager
const IdDictMgr * manager(void) const
Definition:
IdDictManager.cxx:37
IdDictManager::~IdDictManager
~IdDictManager()
Definition:
IdDictManager.cxx:33
Generated on Mon Apr 21 2025 21:11:46 for ATLAS Offline Software by
1.8.18