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
TrkDetDescrTestTools
TrkDetDescrTestTools
LayerMaterialInspector.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3
*/
4
6
// LayerMaterialInspector.h, (c) ATLAS Detector software
8
9
#ifndef TRKDETDESCRTESTTOOLS_LAYERMATERIALINSPECTOR_H
10
#define TRKDETDESCRTESTTOOLS_LAYERMATERIALINSPECTOR_H
11
12
// Trk
13
#include "
TrkDetDescrTestTools/RecursiveGeometryProcessor.h
"
14
// Gaudi & Athena
15
#include "
AthenaBaseComps/AthAlgTool.h
"
16
#include "
CxxUtils/checker_macros.h
"
17
18
class
ITHistSvc;
19
20
namespace
Trk
{
21
22
class
Surface
;
23
class
Layer
;
24
class
LayerMaterialProperties;
25
35
class
ATLAS_NOT_THREAD_SAFE
LayerMaterialInspector
:
36
virtual
public
RecursiveGeometryProcessor
{
37
38
public
:
40
LayerMaterialInspector
(
const
std::string&,
const
std::string&,
const
IInterface*);
41
43
virtual
~LayerMaterialInspector
();
44
45
private
:
46
48
virtual
StatusCode
processNode(
const
TrackingVolume
& tvol,
size_t
level
= 0)
const
;
49
51
virtual
StatusCode
processNode(
const
Layer
& lay,
size_t
level
= 0)
const
;
52
54
virtual
StatusCode
processNode(
const
Surface
& surf,
size_t
level
= 0)
const
;
55
56
std::string
m_treeFolder
;
57
58
};
59
60
}
// end of namespace
61
62
63
#endif // TRKDETDESCRTESTTOOLS_LAYERMATERIALINSPECTOR_H
64
Trk::LayerMaterialInspector
Definition:
LayerMaterialInspector.h:36
ATLAS_NOT_THREAD_SAFE
#define ATLAS_NOT_THREAD_SAFE
getNoisyStrip() Find noisy strips from hitmaps and write out into xml/db formats
Definition:
checker_macros.h:212
Surface
Definition:
Trigger/TrigAccel/TrigCudaFitter/src/Surface.h:8
Trk::LayerMaterialInspector::m_treeFolder
std::string m_treeFolder
Definition:
LayerMaterialInspector.h:56
python.RingerConstants.Layer
Layer
Definition:
RingerConstants.py:42
python.iconfTool.models.loaders.level
level
Definition:
loaders.py:20
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthAlgTool.h
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition:
FakeTrackBuilder.h:9
Trk::LayerMaterialInspector::~LayerMaterialInspector
virtual ~LayerMaterialInspector()
Destructor.
RecursiveGeometryProcessor.h
Trk::RecursiveGeometryProcessor
Definition:
RecursiveGeometryProcessor.h:39
Trk::Surface
Definition:
Tracking/TrkDetDescr/TrkSurfaces/TrkSurfaces/Surface.h:75
checker_macros.h
Define macros for attributes used to control the static checker.
Trk::TrackingVolume
Definition:
TrackingVolume.h:121
Trk::Layer
Definition:
Layer.h:73
Generated on Sun Mar 23 2025 21:14:11 for ATLAS Offline Software by
1.8.18