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
TrkDetDescrUtils
TrkDetDescrUtils
GeometrySignature.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
6
// GeometrySignature.h, (c) ATLAS Detector software
8
9
#ifndef TRKDETDESCRUITLS_GEOMETRYSIGNATURE_H
10
#define TRKDETDESCRUITLS_GEOMETRYSIGNATURE_H
11
12
namespace
Trk
{
13
23
enum
GeometrySignature
24
{
25
Global
= 0,
26
ID
= 1,
27
BeamPipe
= 2,
28
Calo
= 3,
29
MS
= 4,
30
Cavern
= 5,
31
HGTD
= 6,
32
NumberOfSignatures
= 7,
33
Unsigned
= 99
34
};
35
36
enum
GeometryType
37
{
38
Static
= 0,
39
Dense
= 1,
40
DenseWithLayers
= 1,
41
Detached
= 2,
42
Master
= 3,
43
NumberOfGeometryTypes
= 3
44
};
45
46
}
// end of namespace
47
48
#endif // TRKDETDESCRUITLS_GEOMETRYSIGNATURE_H
Trk::Static
@ Static
Definition:
GeometrySignature.h:38
Calo
Definition:
CaloTrackingGeometryBuilder.h:15
ID
std::vector< Identifier > ID
Definition:
CalibHitIDCheck.h:24
GeometrySignature
Trk::Dense
@ Dense
Definition:
GeometrySignature.h:39
Trk::NumberOfSignatures
@ NumberOfSignatures
Definition:
GeometrySignature.h:32
Trk::BeamPipe
@ BeamPipe
Definition:
GeometrySignature.h:27
Trk::MS
@ MS
Definition:
GeometrySignature.h:29
Trk::NumberOfGeometryTypes
@ NumberOfGeometryTypes
Definition:
GeometrySignature.h:43
HGTD
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration.
Definition:
Clustering.h:28
Trk::Unsigned
@ Unsigned
Definition:
GeometrySignature.h:33
Trk::Global
@ Global
Definition:
GeometrySignature.h:25
Trk::Cavern
@ Cavern
Definition:
GeometrySignature.h:30
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition:
FakeTrackBuilder.h:9
Trk::DenseWithLayers
@ DenseWithLayers
Definition:
GeometrySignature.h:40
Trk::Detached
@ Detached
Definition:
GeometrySignature.h:41
Trk::GeometryType
GeometryType
Definition:
GeometrySignature.h:37
Trk::Master
@ Master
Definition:
GeometrySignature.h:42
Generated on Fri Mar 21 2025 21:11:03 for ATLAS Offline Software by
1.8.18