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
BeamPipeGeoModel
BeamPipeDetectorManager.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 BEAMPIPEGEOMODEL_BEAMPIPEDETECTORMANAGER_H
6
#define BEAMPIPEGEOMODEL_BEAMPIPEDETECTORMANAGER_H
7
8
#include "GeoModelKernel/GeoVPhysVol.h"
9
#include "GeoModelKernel/GeoVDetectorManager.h"
10
11
#include <vector>
12
13
class
BeamPipeDetectorManager
:
public
GeoVDetectorManager
14
{
15
public
:
16
17
// Constructor
18
BeamPipeDetectorManager
();
19
20
// Destructor
21
~BeamPipeDetectorManager
();
22
23
// Access to raw geometry:
24
virtual
unsigned
int
getNumTreeTops
()
const
;
25
26
// Access to raw geometry:
27
virtual
PVConstLink
getTreeTop
(
unsigned
int
i
)
const
;
28
29
// Add a Tree top:
30
void
addTreeTop
(
const
PVConstLink&);
31
32
private
:
33
34
const
BeamPipeDetectorManager
&
operator=
(
const
BeamPipeDetectorManager
&right);
35
BeamPipeDetectorManager
(
const
BeamPipeDetectorManager
&right);
36
37
std::vector<PVConstLink>
m_volume
;
38
};
39
40
#ifndef GAUDI_NEUTRAL
41
#include "
AthenaKernel/CLASS_DEF.h
"
42
CLASS_DEF
(
BeamPipeDetectorManager
, 119561103, 1)
43
#endif
44
45
#endif
46
47
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
lumiFormat.i
int i
Definition:
lumiFormat.py:85
BeamPipeDetectorManager::BeamPipeDetectorManager
BeamPipeDetectorManager(const BeamPipeDetectorManager &right)
BeamPipeDetectorManager::operator=
const BeamPipeDetectorManager & operator=(const BeamPipeDetectorManager &right)
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
CLASS_DEF.h
macros to associate a CLID to a type
BeamPipeDetectorManager
Definition:
BeamPipeDetectorManager.h:14
Generated on Sat Mar 29 2025 21:07:35 for ATLAS Offline Software by
1.8.18