Analysis Software
Documentation for sPHENIX simulation software
|
#include "Acts/Geometry/GeometryContext.hpp"
#include "Acts/Navigation/NavigationDelegates.hpp"
#include "Acts/Navigation/NavigationState.hpp"
#include "Acts/Navigation/NavigationStateFillers.hpp"
#include "Acts/Navigation/NavigationStateUpdators.hpp"
#include "Acts/Utilities/detail/Axis.hpp"
#include "Acts/Utilities/detail/Grid.hpp"
#include <stdexcept>
Go to the source code of this file.
Classes | |
struct | Acts::Experimental::EndOfWorldImpl |
The end of world sets the volume pointer of the navigation state to nullptr, usually indicates the end of the known world, hence the name. More... | |
struct | Acts::Experimental::SingleDetectorVolumeImpl |
Single volume updator, it sets the current navigation volume to the volume in question. More... | |
struct | Acts::Experimental::DetectorVolumesCollection |
This holds and extracts a collection of detector volumes. Alternatively an extractor could also use the detector and its associated detector volume container for volume extraction. More... | |
struct | Acts::Experimental::BoundVolumesGrid1Impl |
This is used for volumes that are indexed in a bound 1-dimensional grid, e.g. a z-spaced array, or an r-spaced array of volumes. More... | |
Namespaces | |
namespace | Acts |
Acts includes to create all necessary definitions. | |
namespace | Acts::Experimental |
Typedefs | |
using | Acts::Experimental::SingleIndex = std::size_t |
using | Acts::Experimental::VariableBoundAxis = Acts::detail::Axis< Acts::detail::AxisType::Variable, Acts::detail::AxisBoundaryType::Bound > |
using | Acts::Experimental::VariableBoundIndexGrid1 = Acts::detail::Grid< SingleIndex, VariableBoundAxis > |