ACTS
Experiment-independent tracking
Loading...
Searching...
No Matches
Acts::SpacePointColumnProxy< T, read_only >::Subset Class Reference

Subset view over selected column entries. More...

#include <Acts/EventData/SpacePointColumnProxy2.hpp>

Inheritance diagram for Acts::SpacePointColumnProxy< T, read_only >::Subset:
[legend]
Collaboration diagram for Acts::SpacePointColumnProxy< T, read_only >::Subset:
[legend]

Public Types

using Base
 Base class type.

Detailed Description

template<typename T, bool read_only>
class Acts::SpacePointColumnProxy< T, read_only >::Subset

Subset view over selected column entries.

Member Typedef Documentation

◆ Base

template<typename T, bool read_only>
using Acts::SpacePointColumnProxy< T, read_only >::Subset::Base
Initial value:
detail::ContainerSubset<Subset, Subset, Column, Value,
std::span<const Index>, ReadOnly>
Subset view of doublets addressed by indices.
Definition DoubletSeedFinder.hpp:220
static constexpr bool ReadOnly
Flag indicating whether this space point column proxy is read-only.
Definition SpacePointColumnProxy2.hpp:29
T Value
Type alias for column value type.
Definition SpacePointColumnProxy2.hpp:37
const_if_t< ReadOnly, std::vector< Value > > Column
Type alias for column container type (const if read-only).
Definition SpacePointColumnProxy2.hpp:41

Base class type.