LDMX Software
Public Types | Public Attributes | List of all members
ActsExamples::GeometryIdMultisetAccessor< T > Struct Template Reference

The accessor for the GeometryIdMultiset container. More...

#include <GeometryContainers.h>

Public Types

using Container = GeometryIdMultiset< T >
 
using Key = Acts::GeometryIdentifier
 
using Value = typename GeometryIdMultiset< T >::value_type
 
using Iterator = typename GeometryIdMultiset< T >::const_iterator
 

Public Attributes

const Container * container = nullptr
 

Detailed Description

template<typename T>
struct ActsExamples::GeometryIdMultisetAccessor< T >

The accessor for the GeometryIdMultiset container.

It wraps up a few lookup methods to be used in the Combinatorial Kalman Filter

Definition at line 221 of file GeometryContainers.h.

Member Typedef Documentation

◆ Container

template<typename T >
using ActsExamples::GeometryIdMultisetAccessor< T >::Container = GeometryIdMultiset<T>

Definition at line 222 of file GeometryContainers.h.

◆ Iterator

template<typename T >
using ActsExamples::GeometryIdMultisetAccessor< T >::Iterator = typename GeometryIdMultiset<T>::const_iterator

Definition at line 225 of file GeometryContainers.h.

◆ Key

template<typename T >
using ActsExamples::GeometryIdMultisetAccessor< T >::Key = Acts::GeometryIdentifier

Definition at line 223 of file GeometryContainers.h.

◆ Value

template<typename T >
using ActsExamples::GeometryIdMultisetAccessor< T >::Value = typename GeometryIdMultiset<T>::value_type

Definition at line 224 of file GeometryContainers.h.

Member Data Documentation

◆ container

template<typename T >
const Container* ActsExamples::GeometryIdMultisetAccessor< T >::container = nullptr

Definition at line 228 of file GeometryContainers.h.


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