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
Calorimeter
CaloDetDescr
CaloDetDescr
MbtsDetDescrManager.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef CALODETDESCR_MBTSDETDESCRMANAGER_H
6
#define CALODETDESCR_MBTSDETDESCRMANAGER_H
7
8
#include "
AthenaKernel/CLASS_DEF.h
"
9
#include "Identifier/Identifier.h"
10
#include <map>
11
12
class
CaloDetDescrElement
;
13
class
IMessageSvc;
14
15
class
MbtsDetDescrManager
16
{
17
public
:
18
MbtsDetDescrManager
();
19
~MbtsDetDescrManager
();
20
21
CaloDetDescrElement
*
get_element
(
const
Identifier
& elementId)
const
;
22
23
void
add
(
CaloDetDescrElement
* element);
24
25
private
:
26
typedef
std::map<Identifier, CaloDetDescrElement*>
MbtsElements
;
27
MbtsElements
m_elements
;
28
};
29
30
CLASS_DEF
(
MbtsDetDescrManager
, 66448502 , 1 )
31
32
#endif
CaloDetDescrElement
This class groups all DetDescr information related to a CaloCell. Provides a generic interface for al...
Definition:
Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h:66
MbtsDetDescrManager::~MbtsDetDescrManager
~MbtsDetDescrManager()
Definition:
MbtsDetDescrManager.cxx:15
MbtsDetDescrManager
Definition:
MbtsDetDescrManager.h:16
MbtsDetDescrManager::add
void add(CaloDetDescrElement *element)
Definition:
MbtsDetDescrManager.cxx:31
MbtsDetDescrManager::MbtsElements
std::map< Identifier, CaloDetDescrElement * > MbtsElements
Definition:
MbtsDetDescrManager.h:26
MbtsDetDescrManager::get_element
CaloDetDescrElement * get_element(const Identifier &elementId) const
Definition:
MbtsDetDescrManager.cxx:22
MbtsDetDescrManager::m_elements
MbtsElements m_elements
Definition:
MbtsDetDescrManager.h:27
CLASS_DEF
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
Definition:
Control/AthenaKernel/AthenaKernel/CLASS_DEF.h:67
MbtsDetDescrManager::MbtsDetDescrManager
MbtsDetDescrManager()
Definition:
MbtsDetDescrManager.cxx:11
CLASS_DEF.h
macros to associate a CLID to a type
Identifier
Definition:
IdentifierFieldParser.cxx:14
Generated on Sat Mar 15 2025 21:14:23 for ATLAS Offline Software by
1.8.18