Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ActsExamples::GeometryIdMultisetAccessor< T > Struct Template Reference

#include <acts/blob/sPHENIX/Examples/Framework/include/ActsExamples/EventData/GeometryContainers.hpp>

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 Containercontainer = 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 222 of file GeometryContainers.hpp.

View newest version in sPHENIX GitHub at line 222 of file GeometryContainers.hpp

Member Typedef Documentation

Definition at line 223 of file GeometryContainers.hpp.

View newest version in sPHENIX GitHub at line 223 of file GeometryContainers.hpp

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

Definition at line 226 of file GeometryContainers.hpp.

View newest version in sPHENIX GitHub at line 226 of file GeometryContainers.hpp

Definition at line 224 of file GeometryContainers.hpp.

View newest version in sPHENIX GitHub at line 224 of file GeometryContainers.hpp

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

Definition at line 225 of file GeometryContainers.hpp.

View newest version in sPHENIX GitHub at line 225 of file GeometryContainers.hpp

Member Data Documentation

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

Definition at line 229 of file GeometryContainers.hpp.

View newest version in sPHENIX GitHub at line 229 of file GeometryContainers.hpp

Referenced by ActsExamples::TrackFindingAlgorithm::execute().


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