Struct Acts::Experimental::SingleDetectorVolumeImpl

struct SingleDetectorVolumeImpl : public Acts::Experimental::INavigationDelegate

Single volume updator, it sets the current navigation volume to the volume in question.

Public Functions

inline SingleDetectorVolumeImpl(const DetectorVolume *sVolume) noexcept(false)

Allowed constructor.

Parameters

sVolume – the volume to which it points

SingleDetectorVolumeImpl() = delete
inline void update(const GeometryContext&, NavigationState &nState) const

a null volume link - explicitely

Note

the method parameters are ignored

Public Members

const DetectorVolume *dVolume = nullptr