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
w
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
TileCalorimeter
TileG4
TileAncillary
DeadMaterial
src
DeadMaterialTool.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef DEADMATERIAL_DEADMATERIALTOOL_H
6
#define DEADMATERIAL_DEADMATERIALTOOL_H
7
8
// Base class header
9
#include "
G4AtlasTools/DetectorGeometryBase.h
"
10
11
// STL library
12
#include <string>
13
19
class
DeadMaterialTool
final
:
public
DetectorGeometryBase
20
{
21
public
:
22
// Basic constructor and destructor
23
DeadMaterialTool
(
const
std::string&
type
,
const
std::string&
name
,
const
IInterface *
parent
);
24
~DeadMaterialTool
();
25
27
virtual
void
BuildGeometry
()
override
final
;
28
29
private
:
30
double
m_zLength
;
31
double
m_yLength
;
32
double
m_xLength
;
33
};
34
35
#endif //DEADMATERIAL_DEADMATERIALTOOL_H
DeadMaterialTool::m_yLength
double m_yLength
Definition:
DeadMaterialTool.h:31
python.CaloAddPedShiftConfig.type
type
Definition:
CaloAddPedShiftConfig.py:42
DeadMaterialTool::~DeadMaterialTool
~DeadMaterialTool()
Definition:
DeadMaterialTool.cxx:34
DeadMaterialTool::m_xLength
double m_xLength
Definition:
DeadMaterialTool.h:32
test_pyathena.parent
parent
Definition:
test_pyathena.py:15
columnar::final
CM final
Definition:
ColumnAccessor.h:106
DeadMaterialTool::DeadMaterialTool
DeadMaterialTool(const std::string &type, const std::string &name, const IInterface *parent)
Definition:
DeadMaterialTool.cxx:22
DetectorGeometryBase.h
DeadMaterialTool::BuildGeometry
virtual void BuildGeometry() override final
virtual methods being implemented here
Definition:
DeadMaterialTool.cxx:39
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:240
DetectorGeometryBase
Definition:
DetectorGeometryBase.h:26
DeadMaterialTool::m_zLength
double m_zLength
Definition:
DeadMaterialTool.h:30
DeadMaterialTool
Definition:
DeadMaterialTool.h:20
Generated on Sun May 11 2025 21:08:33 for ATLAS Offline Software by
1.8.18