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
InnerDetector
InDetDetDescr
TRT_ReadoutGeometry
TRT_ReadoutGeometry
TRT_Conditions.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
// TRT_Conditions.h
8
9
#ifndef INDETREADOUTGEOMETRY_TRT_CONDITIONS_H
10
#define INDETREADOUTGEOMETRY_TRT_CONDITIONS_H
11
12
#include "
CxxUtils/checker_macros.h
"
13
#include "
GeoPrimitives/GeoPrimitives.h
"
14
#include "CLHEP/Geometry/Transform3D.h"
15
16
namespace
TRTCond
{
17
class
StrawDxContainer;
18
}
19
20
namespace
InDetDD
{
21
28
class
TRT_Conditions
{
29
30
public
:
31
32
TRT_Conditions
();
33
~TRT_Conditions
() =
default
;
34
35
const
TRTCond::StrawDxContainer
*
dxContainer
()
const
;
36
37
protected
:
38
void
setDxContainer
(
const
TRTCond::StrawDxContainer
* container);
39
40
private
:
41
const
TRTCond::StrawDxContainer
*
m_dxContainer
;
42
43
};
44
45
}
// end namespace
46
47
#endif // INDETREADOUTGEOMETRY_TRT_CONDITIONS_H
48
InDetDD::TRT_Conditions
Definition:
TRT_Conditions.h:28
GeoPrimitives.h
InDetDD::TRT_Conditions::setDxContainer
void setDxContainer(const TRTCond::StrawDxContainer *container)
Definition:
TRT_Conditions.cxx:20
InDetDD::TRT_Conditions::m_dxContainer
const TRTCond::StrawDxContainer * m_dxContainer
Definition:
TRT_Conditions.h:41
InDetDD::TRT_Conditions::~TRT_Conditions
~TRT_Conditions()=default
TRTCond::StrawDxContainer
Definition:
StrawDxContainer.h:109
TRTCond
Definition:
BasicRtRelation.cxx:8
InDetDD
Message Stream Member.
Definition:
FakeTrackBuilder.h:8
InDetDD::TRT_Conditions::dxContainer
const TRTCond::StrawDxContainer * dxContainer() const
Definition:
TRT_Conditions.cxx:14
InDetDD::TRT_Conditions::TRT_Conditions
TRT_Conditions()
Definition:
TRT_Conditions.cxx:9
checker_macros.h
Define macros for attributes used to control the static checker.
Generated on Thu May 29 2025 21:22:09 for ATLAS Offline Software by
1.8.18