Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Acts::Experimental::LinkToVolumeImpl Class Reference

a simple link to volume struct More...

+ Inheritance diagram for Acts::Experimental::LinkToVolumeImpl:
+ Collaboration diagram for Acts::Experimental::LinkToVolumeImpl:

Public Member Functions

 LinkToVolumeImpl (std::shared_ptr< DetectorVolume > dv)
 Constructor from volume.
 
void link (const GeometryContext &, NavigationState &nState) const
 
- Public Member Functions inherited from Acts::Experimental::INavigationDelegate
virtual ~INavigationDelegate ()=default
 

Public Attributes

std::shared_ptr< DetectorVolumedVolume = nullptr
 

Detailed Description

a simple link to volume struct

Definition at line 36 of file PortalTests.cpp.

View newest version in sPHENIX GitHub at line 36 of file PortalTests.cpp

Constructor & Destructor Documentation

Acts::Experimental::LinkToVolumeImpl::LinkToVolumeImpl ( std::shared_ptr< DetectorVolume dv)
inline

Constructor from volume.

Definition at line 41 of file PortalTests.cpp.

View newest version in sPHENIX GitHub at line 41 of file PortalTests.cpp

Member Function Documentation

void Acts::Experimental::LinkToVolumeImpl::link ( const GeometryContext ,
NavigationState nState 
) const
inline
Returns
the link to the contained volume
Note
the parameters are ignored

Definition at line 46 of file PortalTests.cpp.

View newest version in sPHENIX GitHub at line 46 of file PortalTests.cpp

References Acts::Experimental::NavigationState::currentVolume, and dVolume.

Referenced by BOOST_AUTO_TEST_CASE().

+ Here is the caller graph for this function:

Member Data Documentation

std::shared_ptr<DetectorVolume> Acts::Experimental::LinkToVolumeImpl::dVolume = nullptr

Definition at line 38 of file PortalTests.cpp.

View newest version in sPHENIX GitHub at line 38 of file PortalTests.cpp

Referenced by link().


The documentation for this class was generated from the following file: