![]() |
ATLAS Offline Software
|
#include "GaudiKernel/IAlgTool.h"#include "GaudiKernel/EventContext.h"#include "GaudiKernel/ThreadLocalContext.h"#include "GeoPrimitives/GeoPrimitives.h"#include "TrkEventPrimitives/ParticleHypothesis.h"#include "TrkParameters/TrackParameters.h"#include "TrkVolumes/BoundarySurface.h"#include "TrkVolumes/BoundarySurfaceFace.h"#include <utility>Go to the source code of this file.
Classes | |
| struct | Trk::NavigationCell |
| useful struct for a single navigation cell More... | |
| class | Trk::INavigator |
| Interface class for the navigation AlgTool, it inherits from IAlgTool Detailed information about private members and member functions can be found in the actual implementation class Trk::Navigator which inherits from this one. More... | |
Namespaces | |
| namespace | Trk |
| Ensure that the ATLAS eigen extensions are properly loaded. | |
Typedefs | |
| typedef std::pair< int, const NavigationCell * > | Trk::IdNavigationCell |
Functions | |
| static const InterfaceID | Trk::IID_INavigator ("INavigator", 1, 0) |
| Interface ID for INavigator. | |