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
#include <atomic>
17
18
namespace
TRTCond
{
19
class
StrawDxContainer;
20
}
21
22
namespace
InDetDD
{
23
30
class
TRT_Conditions
{
31
32
public
:
33
34
TRT_Conditions
();
35
~TRT_Conditions
() =
default
;
36
37
const
TRTCond::StrawDxContainer
*
dxContainer
()
const
;
38
39
protected
:
40
void
setDxContainer
(
const
TRTCond::StrawDxContainer
* container)
const
;
41
42
private
:
43
mutable
std::atomic<const TRTCond::StrawDxContainer*>
m_dxContainer
;
44
45
};
46
47
}
// end namespace
48
49
#endif // INDETREADOUTGEOMETRY_TRT_CONDITIONS_H
50
InDetDD::TRT_Conditions::m_dxContainer
std::atomic< const TRTCond::StrawDxContainer * > m_dxContainer
Definition:
TRT_Conditions.h:43
InDetDD::TRT_Conditions
Definition:
TRT_Conditions.h:30
GeoPrimitives.h
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
InDetDD::TRT_Conditions::setDxContainer
void setDxContainer(const TRTCond::StrawDxContainer *container) const
Definition:
TRT_Conditions.cxx:20
checker_macros.h
Define macros for attributes used to control the static checker.
Generated on Sun May 11 2025 21:21:22 for ATLAS Offline Software by
1.8.18