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

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

#include <Acts/Propagator/VolumeCollector.hpp>

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

Public Attributes

std::vector< VolumeHitcollected
 Container of collected volume hits during propagation.

Detailed Description

template<typename Selector = VolumeSelector>
struct Acts::VolumeCollector< Selector >::this_result

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

Member Data Documentation

◆ collected

template<typename Selector = VolumeSelector>
std::vector<VolumeHit> Acts::VolumeCollector< Selector >::this_result::collected

Container of collected volume hits during propagation.