Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Harris committed Jun 18, 2024
1 parent 7a173e7 commit 5329842
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Core/include/Acts/Navigation/NavigationState.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
#include "Acts/Definitions/Units.hpp"
#include "Acts/Geometry/GeometryContext.hpp"
#include "Acts/Surfaces/BoundaryCheck.hpp"
#include "Acts/Utilities/BoundingBox.hpp"
#include "Acts/Utilities/Delegate.hpp"
#include "Acts/Utilities/Frustum.hpp"
#include "Acts/Utilities/Intersection.hpp"

#include <any>
Expand All @@ -21,13 +23,17 @@

namespace Acts {

using Frustum3 = Acts::Frustum<Acts::ActsScalar, 3, 3>;
class Surface;

namespace Experimental {

class Portal;
class Detector;
class DetectorVolume;
using BoundingBox =
Acts::AxisAlignedBoundingBox<DetectorVolume,
Acts::ActsScalar, 3>;

/// @brief A navigation state struct that is holding the current navigation information
///
Expand Down

0 comments on commit 5329842

Please sign in to comment.