![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
#include <acts/blob/sPHENIX/Core/include/Acts/Seeding/Seed.hpp>
Public Member Functions | |
| Seed (const SpacePoint &b, const SpacePoint &m, const SpacePoint &u, float vertex, float seedQuality=-std::numeric_limits< float >::infinity()) | |
| Seed (const Seed &)=default | |
| Seed & | operator= (const Seed &)=default |
| const auto & | sp () const |
| double | z () const |
| float | seedQuality () const |
Private Attributes | |
| boost::container::small_vector < const SpacePoint *, 3 > | m_spacepoints |
| float | m_zvertex |
| float | m_seedQuality |
Definition at line 18 of file Seed.hpp.
View newest version in sPHENIX GitHub at line 18 of file Seed.hpp
| Acts::Seed< SpacePoint >::Seed | ( | const SpacePoint & | b, |
| const SpacePoint & | m, | ||
| const SpacePoint & | u, | ||
| float | vertex, | ||
| float | seedQuality = -std::numeric_limits<float>::infinity() |
||
| ) |
|
default |
|
default |
|
inline |
Definition at line 32 of file Seed.hpp.
View newest version in sPHENIX GitHub at line 32 of file Seed.hpp
References Acts::Seed< SpacePoint >::m_seedQuality.
|
inline |
Definition at line 30 of file Seed.hpp.
View newest version in sPHENIX GitHub at line 30 of file Seed.hpp
References Acts::Seed< SpacePoint >::m_spacepoints.
Referenced by ActsExamples::PrototracksToParameters::execute(), Acts::SeedFilter< external_spacepoint_t >::filterSeeds_1SpFixed(), main(), and ActsExamples::seedToPrototrack().
Here is the caller graph for this function:
|
inline |
Definition at line 31 of file Seed.hpp.
View newest version in sPHENIX GitHub at line 31 of file Seed.hpp
References Acts::Seed< SpacePoint >::m_zvertex.
|
private |
Definition at line 37 of file Seed.hpp.
View newest version in sPHENIX GitHub at line 37 of file Seed.hpp
Referenced by Acts::Seed< SpacePoint >::seedQuality().
|
private |
Definition at line 35 of file Seed.hpp.
View newest version in sPHENIX GitHub at line 35 of file Seed.hpp
Referenced by Acts::Seed< SpacePoint >::sp().
|
private |
Definition at line 36 of file Seed.hpp.
View newest version in sPHENIX GitHub at line 36 of file Seed.hpp
Referenced by Acts::Seed< SpacePoint >::z().