ACTS
Experiment-independent tracking
Loading...
Searching...
No Matches
Acts::SurfaceCollector< Selector >::this_result Struct Reference

Simple result struct to be returned It has all the SurfaceHit objects that are collected (and thus have been selected). More...

#include <Acts/Propagator/SurfaceCollector.hpp>

Collaboration diagram for Acts::SurfaceCollector< Selector >::this_result:
[legend]

Public Attributes

std::vector< SurfaceHitcollected
 Container of collected surface hits during propagation.

Detailed Description

template<typename Selector = SurfaceSelector>
struct Acts::SurfaceCollector< Selector >::this_result

Simple result struct to be returned It has all the SurfaceHit objects that are collected (and thus have been selected).

Member Data Documentation

◆ collected

template<typename Selector = SurfaceSelector>
std::vector<SurfaceHit> Acts::SurfaceCollector< Selector >::this_result::collected

Container of collected surface hits during propagation.