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
InnerDetector
InDetDetDescr
InDetServMatGeoModel
src
PixelServMatFactory.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef INDETSERVMATGEOMODEL_PIXELSERVMATFACTORY_H
6
#define INDETSERVMATGEOMODEL_PIXELSERVMATFACTORY_H
7
8
#include "
InDetGeoModelUtils/InDetSubDetectorFactoryBase.h
"
9
10
class
GeoPhysVol;
11
class
InDetMaterialManager
;
12
13
class
PixelServMatFactory
:
public
InDetDD::SubDetectorFactoryBase
{
14
15
public
:
16
17
// Constructor:
18
PixelServMatFactory
(
InDetDD::AthenaComps
* athenaComps);
19
20
// Destructor:
21
~PixelServMatFactory
();
22
23
// Creation of geometry:
24
void
create
(GeoPhysVol *mother);
25
26
private
:
27
28
// Illegal operations:
29
const
PixelServMatFactory
&
operator=
(
const
PixelServMatFactory
&right);
30
PixelServMatFactory
(
const
PixelServMatFactory
&right);
31
32
};
33
34
#endif // INDETSERVMATGEOMODEL_PIXELSERVMATFACTORY_H
PixelServMatFactory::~PixelServMatFactory
~PixelServMatFactory()
Definition:
PixelServMatFactory.cxx:38
InDetDD::AthenaComps
Class to hold various Athena components.
Definition:
InDetDDAthenaComps.h:21
PixelServMatFactory::PixelServMatFactory
PixelServMatFactory(InDetDD::AthenaComps *athenaComps)
Definition:
PixelServMatFactory.cxx:33
InDetSubDetectorFactoryBase.h
PixelServMatFactory::PixelServMatFactory
PixelServMatFactory(const PixelServMatFactory &right)
InDetMaterialManager
InDetMaterialManager.
Definition:
InDetMaterialManager.h:34
InDetDD::SubDetectorFactoryBase
Definition:
InDetSubDetectorFactoryBase.h:25
PixelServMatFactory::operator=
const PixelServMatFactory & operator=(const PixelServMatFactory &right)
PixelServMatFactory::create
void create(GeoPhysVol *mother)
Definition:
PixelServMatFactory.cxx:44
PixelServMatFactory
Definition:
PixelServMatFactory.h:13
Generated on Mon Apr 21 2025 21:16:57 for ATLAS Offline Software by
1.8.18