ATLAS Offline Software
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 
23  mappingMode = 2
24  };
31 
32 
33 
40  {
41 
42  preUpdate = -1,
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