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
Acts
ActsGeometryInterfaces
ActsGeometryInterfaces
GeometryDefs.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
*/
4
#ifndef ACTSGEOMETRYINTERFACES_GEOMETRYDEFS_H
5
#define ACTSGEOMETRYINTERFACES_GEOMETRYDEFS_H
6
8
#include "
GeoPrimitives/GeoPrimitives.h
"
10
#include <string>
11
#ifndef SIMULATIONBASE
12
# include "Acts/Definitions/Algebra.hpp"
13
#endif
14
namespace
ActsTrk
{
17
enum class
DetectorType
:
unsigned
short
{
19
Pixel
,
20
Sct
,
22
Trt
,
23
Hgtd
,
25
Mdt
,
26
Rpc
,
27
Tgc
,
28
Csc
,
29
Mm
,
30
sTgc
,
31
UnDefined
32
};
33
34
inline
std::string
to_string
(
const
DetectorType
&
type
) {
35
if
(
type
==
DetectorType::Pixel
)
36
return
"Pixel"
;
37
else
if
(
type
==
DetectorType::Sct
)
38
return
"Sct"
;
39
else
if
(
type
==
DetectorType::Trt
)
40
return
"Trt"
;
41
else
if
(
type
==
DetectorType::Hgtd
)
42
return
"Hgtd"
;
43
else
if
(
type
==
DetectorType::Mdt
)
44
return
"Mdt"
;
45
else
if
(
type
==
DetectorType::Rpc
)
46
return
"Rpc"
;
47
else
if
(
type
==
DetectorType::Tgc
)
48
return
"Tgc"
;
49
else
if
(
type
==
DetectorType::Csc
)
50
return
"Csc"
;
51
else
if
(
type
==
DetectorType::Mm
)
52
return
"Mm"
;
53
else
if
(
type
==
DetectorType::sTgc
)
54
return
"sTgc"
;
55
return
"Unknown"
;
56
}
57
58
}
// namespace ActsTrk
59
#endif
ActsTrk::DetectorType
DetectorType
Simple enum to Identify the Type of the ACTS sub detector.
Definition:
GeometryDefs.h:17
xAOD::short
short
Definition:
Vertex_v1.cxx:165
ActsTrk::DetectorType::UnDefined
@ UnDefined
Small Thing Gap chambers (NSW)
ActsTrk::DetectorType::Tgc
@ Tgc
Resitive Plate Chambers.
ActsTrk::DetectorType::Sct
@ Sct
ActsTrk::DetectorType::sTgc
@ sTgc
Micromegas (NSW)
xAOD::unsigned
unsigned
Definition:
RingSetConf_v1.cxx:662
python.CaloAddPedShiftConfig.type
type
Definition:
CaloAddPedShiftConfig.py:42
GeoPrimitives.h
ActsTrk::DetectorType::Pixel
@ Pixel
Inner detector legacy.
ActsTrk::DetectorType::Mm
@ Mm
Maybe not needed in the migration.
ActsTrk::DetectorType::Csc
@ Csc
Thin gap champers.
ActsTrk::DetectorType::Trt
@ Trt
Maybe the Sct / Pixel for Itk become seperate entries?
ActsTrk::DetectorType::Mdt
@ Mdt
MuonSpectrometer.
ActsTrk::to_string
std::string to_string(const DetectorType &type)
Definition:
GeometryDefs.h:34
ActsTrk::DetectorType::Hgtd
@ Hgtd
ActsTrk::DetectorType::Rpc
@ Rpc
Monitored Drift Tubes.
ActsTrk
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...
Definition:
MuonDetectorBuilderTool.cxx:55
Generated on Tue May 6 2025 21:10:07 for ATLAS Offline Software by
1.8.18