Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Acts::SeedFinder< external_spacepoint_t, platform_t >::SeedingState Struct Reference

#include <acts/blob/sPHENIX/Core/include/Acts/Seeding/SeedFinder.hpp>

+ Collaboration diagram for Acts::SeedFinder< external_spacepoint_t, platform_t >::SeedingState:

Public Attributes

std::vector
< InternalSpacePoint
< external_spacepoint_t > * > 
compatBottomSP
 
std::vector
< InternalSpacePoint
< external_spacepoint_t > * > 
compatTopSP
 
std::vector< LinCirclelinCircleBottom
 
std::vector< LinCirclelinCircleTop
 
std::vector< const
InternalSpacePoint
< external_spacepoint_t > * > 
topSpVec
 
std::vector< float > curvatures
 
std::vector< float > impactParameters
 
CandidatesForMiddleSp< const
InternalSpacePoint
< external_spacepoint_t > > 
candidates_collector
 
boost::container::small_vector
< Acts::Neighbour
< external_spacepoint_t >, 9 > 
bottomNeighbours
 
boost::container::small_vector
< Acts::Neighbour
< external_spacepoint_t >, 9 > 
topNeighbours
 
Acts::SpacePointData spacePointData
 

Detailed Description

template<typename external_spacepoint_t, typename platform_t = void*>
struct Acts::SeedFinder< external_spacepoint_t, platform_t >::SeedingState

Definition at line 46 of file SeedFinder.hpp.

View newest version in sPHENIX GitHub at line 46 of file SeedFinder.hpp

Member Data Documentation

template<typename external_spacepoint_t, typename platform_t = void*>
boost::container::small_vector<Acts::Neighbour<external_spacepoint_t>, 9> Acts::SeedFinder< external_spacepoint_t, platform_t >::SeedingState::bottomNeighbours

Definition at line 67 of file SeedFinder.hpp.

View newest version in sPHENIX GitHub at line 67 of file SeedFinder.hpp

Referenced by Acts::SeedFinder< external_spacepoint_t, platform_t >::createSeedsForGroup().

template<typename external_spacepoint_t, typename platform_t = void*>
CandidatesForMiddleSp<const InternalSpacePoint<external_spacepoint_t> > Acts::SeedFinder< external_spacepoint_t, platform_t >::SeedingState::candidates_collector
template<typename external_spacepoint_t, typename platform_t = void*>
std::vector<InternalSpacePoint<external_spacepoint_t>*> Acts::SeedFinder< external_spacepoint_t, platform_t >::SeedingState::compatBottomSP
template<typename external_spacepoint_t, typename platform_t = void*>
std::vector<InternalSpacePoint<external_spacepoint_t>*> Acts::SeedFinder< external_spacepoint_t, platform_t >::SeedingState::compatTopSP
template<typename external_spacepoint_t, typename platform_t = void*>
std::vector<float> Acts::SeedFinder< external_spacepoint_t, platform_t >::SeedingState::curvatures

Definition at line 58 of file SeedFinder.hpp.

View newest version in sPHENIX GitHub at line 58 of file SeedFinder.hpp

Referenced by Acts::SeedFinder< external_spacepoint_t, platform_t >::filterCandidates().

template<typename external_spacepoint_t, typename platform_t = void*>
std::vector<float> Acts::SeedFinder< external_spacepoint_t, platform_t >::SeedingState::impactParameters

Definition at line 59 of file SeedFinder.hpp.

View newest version in sPHENIX GitHub at line 59 of file SeedFinder.hpp

Referenced by Acts::SeedFinder< external_spacepoint_t, platform_t >::filterCandidates().

template<typename external_spacepoint_t, typename platform_t = void*>
std::vector<LinCircle> Acts::SeedFinder< external_spacepoint_t, platform_t >::SeedingState::linCircleBottom
template<typename external_spacepoint_t, typename platform_t = void*>
std::vector<LinCircle> Acts::SeedFinder< external_spacepoint_t, platform_t >::SeedingState::linCircleTop
template<typename external_spacepoint_t, typename platform_t = void*>
Acts::SpacePointData Acts::SeedFinder< external_spacepoint_t, platform_t >::SeedingState::spacePointData
template<typename external_spacepoint_t, typename platform_t = void*>
boost::container::small_vector<Acts::Neighbour<external_spacepoint_t>, 9> Acts::SeedFinder< external_spacepoint_t, platform_t >::SeedingState::topNeighbours

Definition at line 69 of file SeedFinder.hpp.

View newest version in sPHENIX GitHub at line 69 of file SeedFinder.hpp

Referenced by Acts::SeedFinder< external_spacepoint_t, platform_t >::createSeedsForGroup().

template<typename external_spacepoint_t, typename platform_t = void*>
std::vector<const InternalSpacePoint<external_spacepoint_t>*> Acts::SeedFinder< external_spacepoint_t, platform_t >::SeedingState::topSpVec

Definition at line 57 of file SeedFinder.hpp.

View newest version in sPHENIX GitHub at line 57 of file SeedFinder.hpp

Referenced by Acts::SeedFinder< external_spacepoint_t, platform_t >::filterCandidates().


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