Analysis Software
Documentation for sPHENIX simulation software
|
This holds and extracts a collection of detector volumes. Alternatively an extractor could also use the detector and its associated detector volume container for volume extraction. More...
#include <acts/blob/sPHENIX/Core/include/Acts/Navigation/DetectorVolumeUpdators.hpp>
Public Member Functions | |
const DetectorVolume * | extract (const GeometryContext &, const NavigationState &, const SingleIndex &index) const |
Public Attributes | |
std::vector< const DetectorVolume * > | dVolumes = {} |
The volumes held by this collection. | |
This holds and extracts a collection of detector volumes. Alternatively an extractor could also use the detector and its associated detector volume container for volume extraction.
Definition at line 80 of file DetectorVolumeUpdators.hpp.
View newest version in sPHENIX GitHub at line 80 of file DetectorVolumeUpdators.hpp
|
inline |
Extract a voume from a collection
index | are access indices into the surfaces store |
Definition at line 90 of file DetectorVolumeUpdators.hpp.
View newest version in sPHENIX GitHub at line 90 of file DetectorVolumeUpdators.hpp
std::vector<const DetectorVolume*> Acts::Experimental::DetectorVolumesCollection::dVolumes = {} |
The volumes held by this collection.
Definition at line 82 of file DetectorVolumeUpdators.hpp.
View newest version in sPHENIX GitHub at line 82 of file DetectorVolumeUpdators.hpp
Referenced by extract().