Analysis Software
Documentation for sPHENIX simulation software
|
Single volume updator, it sets the current navigation volume to the volume in question. More...
#include <acts/blob/sPHENIX/Core/include/Acts/Navigation/DetectorVolumeUpdators.hpp>
Public Member Functions | |
SingleDetectorVolumeImpl (const DetectorVolume *sVolume) noexcept(false) | |
Allowed constructor. | |
SingleDetectorVolumeImpl ()=delete | |
void | update (const GeometryContext &, NavigationState &nState) const |
a null volume link - explicitly | |
Public Member Functions inherited from Acts::Experimental::INavigationDelegate | |
virtual | ~INavigationDelegate ()=default |
Public Attributes | |
const DetectorVolume * | dVolume = nullptr |
Single volume updator, it sets the current navigation volume to the volume in question.
Definition at line 42 of file DetectorVolumeUpdators.hpp.
View newest version in sPHENIX GitHub at line 42 of file DetectorVolumeUpdators.hpp
|
inlinenoexcept |
Allowed constructor.
sVolume | the volume to which it points |
Definition at line 47 of file DetectorVolumeUpdators.hpp.
View newest version in sPHENIX GitHub at line 47 of file DetectorVolumeUpdators.hpp
|
delete |
|
inline |
a null volume link - explicitly
Definition at line 61 of file DetectorVolumeUpdators.hpp.
View newest version in sPHENIX GitHub at line 61 of file DetectorVolumeUpdators.hpp
References Acts::Experimental::NavigationState::currentVolume, and dVolume.
Referenced by Acts::Experimental::detail::PortalHelper::attachDetectorVolumeUpdator(), and BOOST_AUTO_TEST_CASE().
const DetectorVolume* Acts::Experimental::SingleDetectorVolumeImpl::dVolume = nullptr |
Definition at line 43 of file DetectorVolumeUpdators.hpp.
View newest version in sPHENIX GitHub at line 43 of file DetectorVolumeUpdators.hpp
Referenced by update().