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
BeamPipeDetectorFactory_Lite.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_BEAMPIPEDETECTORFACTORY_LITE_H
6
#define BEAMPIPEGEOMODEL_BEAMPIPEDETECTORFACTORY_LITE_H
7
8
#include "GeoModelKernel/GeoVDetectorFactory.h"
9
#include "
BeamPipeGeoModel/BeamPipeDetectorManager.h
"
10
11
class
BeamPipeDetectorFactory_Lite
final
:
public
GeoVDetectorFactory
12
{
13
public
:
14
15
// Constructor:
16
BeamPipeDetectorFactory_Lite
();
17
18
// Creation of geometry:
19
virtual
void
create
(GeoPhysVol *world)
override
;
20
21
// Access to the results:
22
virtual
const
BeamPipeDetectorManager
*
getDetectorManager
()
const override
;
23
24
// Illegal operations:
25
const
BeamPipeDetectorFactory_Lite
&
operator=
(
const
BeamPipeDetectorFactory_Lite
&right) =
delete
;
26
BeamPipeDetectorFactory_Lite
(
const
BeamPipeDetectorFactory_Lite
&right) =
delete
;
27
28
private
:
29
// The manager:
30
BeamPipeDetectorManager
*
m_manager
{
nullptr
};
31
};
32
33
// Class BeamPipeDetectorFactory_Lite
34
#endif
35
36
BeamPipeDetectorFactory_Lite::getDetectorManager
virtual const BeamPipeDetectorManager * getDetectorManager() const override
Definition:
BeamPipeDetectorFactory_Lite.cxx:28
BeamPipeDetectorFactory_Lite::operator=
const BeamPipeDetectorFactory_Lite & operator=(const BeamPipeDetectorFactory_Lite &right)=delete
BeamPipeDetectorFactory_Lite::m_manager
BeamPipeDetectorManager * m_manager
Definition:
BeamPipeDetectorFactory_Lite.h:30
BeamPipeDetectorManager.h
BeamPipeDetectorFactory_Lite::BeamPipeDetectorFactory_Lite
BeamPipeDetectorFactory_Lite()
Definition:
BeamPipeDetectorFactory_Lite.cxx:13
columnar::final
CM final
Definition:
ColumnAccessor.h:106
BeamPipeDetectorFactory_Lite::create
virtual void create(GeoPhysVol *world) override
Definition:
BeamPipeDetectorFactory_Lite.cxx:18
BeamPipeDetectorFactory_Lite::BeamPipeDetectorFactory_Lite
BeamPipeDetectorFactory_Lite(const BeamPipeDetectorFactory_Lite &right)=delete
BeamPipeDetectorFactory_Lite
Definition:
BeamPipeDetectorFactory_Lite.h:12
BeamPipeDetectorManager
Definition:
BeamPipeDetectorManager.h:14
Generated on Wed Apr 2 2025 21:07:41 for ATLAS Offline Software by
1.8.18