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
AtlasGeometryCommon
BeamPipeGeoModel
src
BeamPipeDetectorManager.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 "
BeamPipeGeoModel/BeamPipeDetectorManager.h
"
6
7
BeamPipeDetectorManager::BeamPipeDetectorManager
()
8
{
9
setName(
"BeamPipe"
);
10
}
11
12
13
BeamPipeDetectorManager::~BeamPipeDetectorManager
() =
default
;
14
15
unsigned
int
BeamPipeDetectorManager::getNumTreeTops
()
const
16
{
17
return
m_volume
.size();
18
}
19
20
PVConstLink
BeamPipeDetectorManager::getTreeTop
(
unsigned
int
i
)
const
21
{
22
return
m_volume
[
i
];
23
}
24
25
void
BeamPipeDetectorManager::addTreeTop
(
const
PVConstLink& vol)
26
{
27
m_volume
.push_back(vol);
28
}
29
30
31
BeamPipeDetectorManager::addTreeTop
void addTreeTop(const PVConstLink &)
Definition:
BeamPipeDetectorManager.cxx:25
BeamPipeDetectorManager::getNumTreeTops
virtual unsigned int getNumTreeTops() const
Definition:
BeamPipeDetectorManager.cxx:15
BeamPipeDetectorManager::~BeamPipeDetectorManager
~BeamPipeDetectorManager()
BeamPipeDetectorManager::m_volume
std::vector< PVConstLink > m_volume
Definition:
BeamPipeDetectorManager.h:37
BeamPipeDetectorManager::BeamPipeDetectorManager
BeamPipeDetectorManager()
Definition:
BeamPipeDetectorManager.cxx:7
BeamPipeDetectorManager::getTreeTop
virtual PVConstLink getTreeTop(unsigned int i) const
Definition:
BeamPipeDetectorManager.cxx:20
BeamPipeDetectorManager.h
lumiFormat.i
int i
Definition:
lumiFormat.py:85
Generated on Tue Mar 25 2025 21:07:37 for ATLAS Offline Software by
1.8.18