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

Helper extractors: indexed surfaces. More...

#include <acts/blob/sPHENIX/Core/include/Acts/Detector/DetectorVolume.hpp>

Static Public Member Functions

static const std::vector
< const Surface * > 
extract ([[maybe_unused]] const GeometryContext &gctx, const NavigationState &nState, const std::vector< size_t > &indices)
 
static const std::vector
< const Surface * > 
extract ([[maybe_unused]] const GeometryContext &gctx, const NavigationState &nState, const std::vector< size_t > &indices)
 

Detailed Description

Helper extractors: indexed surfaces.

Definition at line 482 of file DetectorVolume.hpp.

View newest version in sPHENIX GitHub at line 482 of file DetectorVolume.hpp

Member Function Documentation

static const std::vector<const Surface*> Acts::Experimental::IndexedSurfacesExtractor::extract ( [[maybe_unused] ] const GeometryContext gctx,
const NavigationState nState,
const std::vector< size_t > &  indices 
)
inlinestatic

Extract the surfaces from the volume

Parameters
gctxthe geometry contextfor this extraction call
nStateis the navigation state for the extraction
indicesare access indices into the surfaces store

Definition at line 94 of file NavigationStateUpdatorsTests.cpp.

View newest version in sPHENIX GitHub at line 94 of file NavigationStateUpdatorsTests.cpp

References Acts::Experimental::NavigationState::currentVolume, i, and Acts::Experimental::DetectorVolume::surfaces().

+ Here is the call graph for this function:

static const std::vector<const Surface*> Acts::Experimental::IndexedSurfacesExtractor::extract ( [[maybe_unused] ] const GeometryContext gctx,
const NavigationState nState,
const std::vector< size_t > &  indices 
)
inlinestatic

Extract the surfaces from the volume

Parameters
gctxthe geometry contextfor this extraction call
nStateis the current navigation state
indicesare access indices into the surfaces store
Note
no out of boudns checking is done
Returns
a vector of raw Surface pointers

Definition at line 492 of file DetectorVolume.hpp.

View newest version in sPHENIX GitHub at line 492 of file DetectorVolume.hpp

References Acts::Experimental::NavigationState::currentVolume, i, and Acts::Experimental::DetectorVolume::surfaces().

Referenced by BOOST_AUTO_TEST_CASE(), and Acts::Experimental::MultiLayerSurfacesUpdatorImpl< grid_t, path_generator >::update().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:


The documentation for this struct was generated from the following files: