33 template <
typename external_spacepo
int_t>
40 std::vector<const FTF_SP<external_spacepoint_t> *>
m_track;
41 std::vector<TrigInDetTriplet<external_spacepoint_t>>
m_seeds;
44 template <
typename external_spacepo
int_t>
47 static constexpr std::size_t
NDims = 3;
71 template <
typename input_container_t,
typename output_container_t,
74 const input_container_t &spacePoints,
75 output_container_t &out_cont,
76 callable_t &&extract_coordinates)
const;
78 template <
typename input_container_t,
typename callable_t>
80 const input_container_t &spacePoints,
81 callable_t &&extract_coordinates)
const;
98 std::vector<TrigInDetTriplet<external_spacepoint_t>>
m_triplets;