ATLAS Offline Software
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 Thu Nov 7 2024 21:24:13 for ATLAS Offline Software by
1.8.18