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
Tracking
TrkDetDescr
TrkDetDescrInterfaces
TrkDetDescrInterfaces
ILayerMaterialManipulator.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3
*/
4
6
// ILayerMaterialManipulator.h, (c) ATLAS Detector software
8
9
#ifndef TRKDETDESCRINTERFACES_ILAYERMATERIALMANIPULATOR_H
10
#define TRKDETDESCRINTERFACES_ILAYERMATERIALMANIPULATOR_H
11
12
// Gaudi
13
#include "GaudiKernel/IAlgTool.h"
14
// STL
15
#include <vector>
16
#include <cstring>
17
18
namespace
Trk
{
19
20
class
LayerMaterialProperties;
21
class
LayerIndex;
22
29
class
ILayerMaterialManipulator
:
virtual
public
IAlgTool {
30
31
public
:
33
DeclareInterfaceID
(
ILayerMaterialManipulator
, 1, 0);
34
36
virtual
~ILayerMaterialManipulator
(){}
37
39
virtual
const
LayerMaterialProperties
*
processLayerMaterial
(
const
LayerIndex
& layIndex,
const
LayerMaterialProperties
& lmp)
const
= 0;
40
41
};
42
43
}
// end of namespace
44
45
#endif // TRKDETDESCRINTERFACES_ILAYERMATERIALMANIPULATOR_H
Trk::ILayerMaterialManipulator::processLayerMaterial
virtual const LayerMaterialProperties * processLayerMaterial(const LayerIndex &layIndex, const LayerMaterialProperties &lmp) const =0
process the layer material - after material creation and before loading
Trk::LayerIndex
Definition:
LayerIndex.h:37
Trk::LayerMaterialProperties
Definition:
LayerMaterialProperties.h:62
Trk::ILayerMaterialManipulator::DeclareInterfaceID
DeclareInterfaceID(ILayerMaterialManipulator, 1, 0)
Creates the InterfaceID and interfaceID() method.
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition:
FakeTrackBuilder.h:9
Trk::ILayerMaterialManipulator
Definition:
ILayerMaterialManipulator.h:29
Trk::ILayerMaterialManipulator::~ILayerMaterialManipulator
virtual ~ILayerMaterialManipulator()
Virtual destructor.
Definition:
ILayerMaterialManipulator.h:36
Generated on Wed Apr 23 2025 21:12:03 for ATLAS Offline Software by
1.8.18