EICrecon
JANA based reconstruction for the EPIC detector
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Friends | List of all members
eicrecon::SpacePointContainerAdapter< collection_t > Class Template Reference

#include <TrackSeeding.h>

Public Types

using CollectionType = collection_t
 
using ValueType = typename CollectionType::value_type
 

Public Member Functions

 SpacePointContainerAdapter ()=delete
 
 SpacePointContainerAdapter (CollectionType &container)
 

Friends

class Acts::SpacePointContainer< SpacePointContainerAdapter< collection_t >, Acts::detail::RefHolder >
 

Detailed Description

template<typename collection_t>
class eicrecon::SpacePointContainerAdapter< collection_t >

Adapter to wrap a collection of space points for use with Acts::SpacePointContainer. This replaces ActsExamples::SpacePointContainer<T>, which was removed in Acts >= 46 (see https://github.com/acts-project/acts/pull/5088).

Member Typedef Documentation

◆ CollectionType

template<typename collection_t >
using eicrecon::SpacePointContainerAdapter< collection_t >::CollectionType = collection_t

◆ ValueType

template<typename collection_t >
using eicrecon::SpacePointContainerAdapter< collection_t >::ValueType = typename CollectionType::value_type

Constructor & Destructor Documentation

◆ SpacePointContainerAdapter() [1/2]

template<typename collection_t >
eicrecon::SpacePointContainerAdapter< collection_t >::SpacePointContainerAdapter ( )
delete

◆ SpacePointContainerAdapter() [2/2]

template<typename collection_t >
eicrecon::SpacePointContainerAdapter< collection_t >::SpacePointContainerAdapter ( CollectionType container)
inlineexplicit

Friends And Related Symbol Documentation

◆ Acts::SpacePointContainer< SpacePointContainerAdapter< collection_t >, Acts::detail::RefHolder >

template<typename collection_t >
friend class Acts::SpacePointContainer< SpacePointContainerAdapter< collection_t >, Acts::detail::RefHolder >
friend

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