![]() |
EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include "Acts/Geometry/BoundarySurfaceT.hpp"#include "Acts/Geometry/GeometryContext.hpp"#include "Acts/Geometry/GeometryIdentifier.hpp"#include "Acts/Geometry/Layer.hpp"#include "Acts/Geometry/Volume.hpp"#include "Acts/Material/IVolumeMaterial.hpp"#include "Acts/Surfaces/BoundaryCheck.hpp"#include "Acts/Surfaces/Surface.hpp"#include "Acts/Utilities/BinnedArray.hpp"#include "Acts/Utilities/BoundingBox.hpp"#include "Acts/Utilities/Definitions.hpp"#include "Acts/Utilities/Frustum.hpp"#include "Acts/Utilities/Logger.hpp"#include "Acts/Utilities/Ray.hpp"#include <functional>#include <map>#include <string>#include "detail/TrackingVolume.ipp"
Include dependency graph for TrackingVolume.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | NavigationOptions< object_t > |
| class | Acts::TrackingVolume |
Namespaces | |
| namespace | Acts |
| Set the Geometry Context PLUGIN. | |
Typedefs | |
| using | Acts::TrackingVolumeBoundaryPtr = std::shared_ptr< const BoundarySurfaceT< TrackingVolume >> |
| using | Acts::TrackingVolumeBoundaries = std::vector< TrackingVolumeBoundaryPtr > |
| using | Acts::LayerIntersection = ObjectIntersection< Layer, Surface > |
| using | Acts::BoundarySurface = BoundarySurfaceT< TrackingVolume > |
| using | Acts::BoundaryIntersection = ObjectIntersection< BoundarySurface, Surface > |