Analysis Software
Documentation for sPHENIX simulation software
|
Helper extractors: indexed surfaces. More...
#include <acts/blob/sPHENIX/Core/include/Acts/Detector/DetectorVolume.hpp>
Static Public Member Functions | |
static const std::vector < const Surface * > | extract ([[maybe_unused]] const GeometryContext &gctx, const NavigationState &nState, const std::vector< size_t > &indices) |
static const std::vector < const Surface * > | extract ([[maybe_unused]] const GeometryContext &gctx, const NavigationState &nState, const std::vector< size_t > &indices) |
Helper extractors: indexed surfaces.
Definition at line 482 of file DetectorVolume.hpp.
View newest version in sPHENIX GitHub at line 482 of file DetectorVolume.hpp
|
inlinestatic |
Extract the surfaces from the volume
gctx | the geometry contextfor this extraction call |
nState | is the navigation state for the extraction |
indices | are access indices into the surfaces store |
Definition at line 94 of file NavigationStateUpdatorsTests.cpp.
View newest version in sPHENIX GitHub at line 94 of file NavigationStateUpdatorsTests.cpp
References Acts::Experimental::NavigationState::currentVolume, i, and Acts::Experimental::DetectorVolume::surfaces().
|
inlinestatic |
Extract the surfaces from the volume
gctx | the geometry contextfor this extraction call |
nState | is the current navigation state |
indices | are access indices into the surfaces store |
Definition at line 492 of file DetectorVolume.hpp.
View newest version in sPHENIX GitHub at line 492 of file DetectorVolume.hpp
References Acts::Experimental::NavigationState::currentVolume, i, and Acts::Experimental::DetectorVolume::surfaces().
Referenced by BOOST_AUTO_TEST_CASE(), and Acts::Experimental::MultiLayerSurfacesUpdatorImpl< grid_t, path_generator >::update().