Loading [MathJax]/jax/output/SVG/config.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
AtlasGeometryCommon
CavernInfraGeoModel
src
CavernInfraDetectorManager.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#include "
CavernInfraDetectorManager.h
"
6
7
CavernInfraDetectorManager::CavernInfraDetectorManager
()
8
{
9
setName(
"CavernInfra"
);
10
}
11
12
13
CavernInfraDetectorManager::~CavernInfraDetectorManager
() =
default
;
14
15
16
unsigned
int
CavernInfraDetectorManager::getNumTreeTops
()
const
17
{
18
return
m_treeTops
.size();
19
}
20
21
PVConstLink
CavernInfraDetectorManager::getTreeTop
(
unsigned
int
i
)
const
22
{
23
if
(
i
<
m_treeTops
.size())
24
return
m_treeTops
[
i
];
25
else
26
return
nullptr
;
27
}
28
29
void
CavernInfraDetectorManager::addTreeTop
(
const
PVLink& link)
30
{
31
m_treeTops
.push_back(link);
32
}
33
CavernInfraDetectorManager::m_treeTops
std::vector< PVLink > m_treeTops
Definition:
CavernInfraDetectorManager.h:30
CavernInfraDetectorManager::~CavernInfraDetectorManager
~CavernInfraDetectorManager()
CavernInfraDetectorManager::addTreeTop
void addTreeTop(const PVLink &)
Definition:
CavernInfraDetectorManager.cxx:29
lumiFormat.i
int i
Definition:
lumiFormat.py:85
CavernInfraDetectorManager::getTreeTop
virtual PVConstLink getTreeTop(unsigned int i) const override
Definition:
CavernInfraDetectorManager.cxx:21
CavernInfraDetectorManager::getNumTreeTops
virtual unsigned int getNumTreeTops() const override
Definition:
CavernInfraDetectorManager.cxx:16
CavernInfraDetectorManager.h
CavernInfraDetectorManager::CavernInfraDetectorManager
CavernInfraDetectorManager()
Definition:
CavernInfraDetectorManager.cxx:7
Generated on Sun Apr 6 2025 21:08:25 for ATLAS Offline Software by
1.8.18