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
TrkEvent
TrkEventPrimitives
TrkEventPrimitives
PropDirection.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
// PropDirection.h, (c) ATLAS Detector software
8
9
#ifndef TRKEVENTPRIMITIVES_PROPDIRECTION_H
10
#define TRKEVENTPRIMITIVES_PROPDIRECTION_H
11
12
namespace
Trk
{
13
19
enum
PropDirection
{
20
alongMomentum
= 1,
21
oppositeMomentum
=-1,
22
anyDirection
= 0,
23
mappingMode
= 2
24
};
29
enum
SearchDirection
{
outside
=1,
inside
=-1,
30
bothway
=0,
undefinedDirection
=0 };
31
32
33
39
enum
MaterialUpdateStage
40
{
41
42
preUpdate
= -1,
43
fullUpdate
= 0,
44
postUpdate
= 1
45
};
46
47
48
}
// end of namespace
49
50
#endif // TRKEVENTPRIMITIVES_PROPDIRECTION_H
51
Trk::anyDirection
@ anyDirection
Definition:
PropDirection.h:22
Trk::MaterialUpdateStage
MaterialUpdateStage
This is a steering enum to tell which material update stage:
Definition:
PropDirection.h:40
Trk::oppositeMomentum
@ oppositeMomentum
Definition:
PropDirection.h:21
Trk::alongMomentum
@ alongMomentum
Definition:
PropDirection.h:20
Trk::fullUpdate
@ fullUpdate
Definition:
PropDirection.h:43
Trk::PropDirection
PropDirection
Definition:
PropDirection.h:19
Trk::preUpdate
@ preUpdate
Definition:
PropDirection.h:42
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition:
FakeTrackBuilder.h:9
Trk::undefinedDirection
@ undefinedDirection
Definition:
PropDirection.h:30
Trk::SearchDirection
SearchDirection
Definition:
PropDirection.h:29
Trk::bothway
@ bothway
Definition:
PropDirection.h:30
Trk::inside
@ inside
Definition:
PropDirection.h:29
Trk::postUpdate
@ postUpdate
Definition:
PropDirection.h:44
Trk::outside
@ outside
Definition:
PropDirection.h:29
Trk::mappingMode
@ mappingMode
Definition:
PropDirection.h:23
Generated on Mon Apr 14 2025 21:17:15 for ATLAS Offline Software by
1.8.18