![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
#include <acts/blob/sPHENIX/Plugins/Legacy/include/Acts/Seeding/LegacySeed.hpp>
Collaboration diagram for Acts::Legacy::Seed< SpacePoint >:Public Member Functions | |
| Seed () | |
| Seed (const SpacePoint *, const SpacePoint *, const SpacePoint *, const double) | |
| Seed (const Seed &) | |
| Seed & | operator= (const Seed &) |
| virtual | ~Seed () |
| void | erase () |
| void | add (const SpacePoint *&) |
| void | setZVertex (const double &) |
| const std::list< const SpacePoint * > & | spacePoints () const |
| const double & | zVertex () const |
Protected Attributes | |
| std::list< const SpacePoint * > | m_spacepoints |
| double | m_zvertex = 0 |
Definition at line 20 of file LegacySeed.hpp.
View newest version in sPHENIX GitHub at line 20 of file LegacySeed.hpp
| Acts::Legacy::Seed< SpacePoint >::Seed | ( | ) |
| Acts::Legacy::Seed< SpacePoint >::Seed | ( | const SpacePoint * | , |
| const SpacePoint * | , | ||
| const SpacePoint * | , | ||
| const double | |||
| ) |
| Acts::Legacy::Seed< SpacePoint >::Seed | ( | const Seed< SpacePoint > & | ) |
|
virtual |
| void Acts::Legacy::Seed< SpacePoint >::add | ( | const SpacePoint *& | ) |
| void Acts::Legacy::Seed< SpacePoint >::erase | ( | ) |
| Seed& Acts::Legacy::Seed< SpacePoint >::operator= | ( | const Seed< SpacePoint > & | ) |
| void Acts::Legacy::Seed< SpacePoint >::setZVertex | ( | const double & | ) |
| const std::list<const SpacePoint*>& Acts::Legacy::Seed< SpacePoint >::spacePoints | ( | ) | const |
Referenced by seedComparator::operator()(), and runSeeding().
Here is the caller graph for this function:| const double& Acts::Legacy::Seed< SpacePoint >::zVertex | ( | ) | const |
|
protected |
Definition at line 43 of file LegacySeed.hpp.
View newest version in sPHENIX GitHub at line 43 of file LegacySeed.hpp
|
protected |
Definition at line 44 of file LegacySeed.hpp.
View newest version in sPHENIX GitHub at line 44 of file LegacySeed.hpp