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
ForwardDetectors
ForwardSimulation
ForwardRegionGeoModel
src
ForwardRegionGeoModelManager.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
#include "
ForwardRegionGeoModelManager.h
"
6
ForwardRegionGeoModelManager::ForwardRegionGeoModelManager
()
7
{
8
setName(
"ForwardRegionGeoModel"
);
9
}
10
11
12
ForwardRegionGeoModelManager::~ForwardRegionGeoModelManager
()
13
{
14
}
15
16
17
unsigned
int
ForwardRegionGeoModelManager::getNumTreeTops
()
const
18
{
19
return
m_volume
.size();
20
}
21
22
PVConstLink
ForwardRegionGeoModelManager::getTreeTop
(
unsigned
int
i
)
const
23
{
24
return
m_volume
[
i
];
25
}
26
27
void
ForwardRegionGeoModelManager::addTreeTop
(PVLink vol){
28
m_volume
.push_back(vol);
29
}
lumiFormat.i
int i
Definition:
lumiFormat.py:85
ForwardRegionGeoModelManager::getNumTreeTops
virtual unsigned int getNumTreeTops() const
Definition:
ForwardRegionGeoModelManager.cxx:17
ForwardRegionGeoModelManager::m_volume
std::vector< PVLink > m_volume
Definition:
ForwardRegionGeoModelManager.h:35
ForwardRegionGeoModelManager::ForwardRegionGeoModelManager
ForwardRegionGeoModelManager()
Definition:
ForwardRegionGeoModelManager.cxx:6
ForwardRegionGeoModelManager::getTreeTop
virtual PVConstLink getTreeTop(unsigned int i) const
Definition:
ForwardRegionGeoModelManager.cxx:22
ForwardRegionGeoModelManager::addTreeTop
void addTreeTop(PVLink)
Definition:
ForwardRegionGeoModelManager.cxx:27
ForwardRegionGeoModelManager::~ForwardRegionGeoModelManager
~ForwardRegionGeoModelManager()
Definition:
ForwardRegionGeoModelManager.cxx:12
ForwardRegionGeoModelManager.h
Generated on Fri Apr 25 2025 21:10:49 for ATLAS Offline Software by
1.8.18