Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DetectorVolumeUpdators.hpp File Reference
+ Include dependency graph for DetectorVolumeUpdators.hpp:
+ This graph shows which files directly or indirectly include this file:

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 >