Analysis Software
Documentation for sPHENIX simulation software
|
A helper struct that allows to extrace a volume from the detector by its index. More...
#include <acts/blob/sPHENIX/Core/include/Acts/Navigation/DetectorVolumeFinders.hpp>
Static Public Member Functions | |
static const DetectorVolume * | extract ([[maybe_unused]] const GeometryContext &gctx, const NavigationState &nState, size_t index) noexcept(false) |
A helper struct that allows to extrace a volume from the detector by its index.
Definition at line 95 of file DetectorVolumeFinders.hpp.
View newest version in sPHENIX GitHub at line 95 of file DetectorVolumeFinders.hpp
|
inlinestaticnoexcept |
Extract the surfaces from the volume
gctx | the geometry contextfor this extraction call |
nState | is the current navigation state |
index | is the index in the global detector volume store |
Definition at line 103 of file DetectorVolumeFinders.hpp.
View newest version in sPHENIX GitHub at line 103 of file DetectorVolumeFinders.hpp
References Acts::Experimental::NavigationState::currentDetector, index, nState, volumes, and Acts::Experimental::Detector::volumes().