ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <acts/blob/master/Plugins/Legacy/include/Acts/Seeding/LegacySeed.hpp>
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 |
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 | ( | ) |
Definition at line 94 of file LegacySeed.hpp.
View newest version in sPHENIX GitHub at line 94 of file LegacySeed.hpp
Acts::Legacy::Seed< SpacePoint >::Seed | ( | const SpacePoint * | b, |
const SpacePoint * | m, | ||
const SpacePoint * | u, | ||
const double | vertex | ||
) |
Definition at line 97 of file LegacySeed.hpp.
View newest version in sPHENIX GitHub at line 97 of file LegacySeed.hpp
Acts::Legacy::Seed< SpacePoint >::Seed | ( | const Seed< SpacePoint > & | ) |
|
virtual |
Definition at line 106 of file LegacySeed.hpp.
View newest version in sPHENIX GitHub at line 106 of file LegacySeed.hpp
|
inline |
Definition at line 62 of file LegacySeed.hpp.
View newest version in sPHENIX GitHub at line 62 of file LegacySeed.hpp
Referenced by Acts::Legacy::InternalSeed< SpacePoint >::set3().
|
inline |
Definition at line 57 of file LegacySeed.hpp.
View newest version in sPHENIX GitHub at line 57 of file LegacySeed.hpp
Referenced by Acts::Legacy::InternalSeed< SpacePoint >::set3().
Seed& Acts::Legacy::Seed< SpacePoint >::operator= | ( | const Seed< SpacePoint > & | ) |
|
inline |
Definition at line 67 of file LegacySeed.hpp.
View newest version in sPHENIX GitHub at line 67 of file LegacySeed.hpp
References z.
Referenced by Acts::Legacy::InternalSeed< SpacePoint >::set3().
|
inline |
Definition at line 51 of file LegacySeed.hpp.
View newest version in sPHENIX GitHub at line 51 of file LegacySeed.hpp
Referenced by seedComparator::operator()(), and runSeeding().
|
inline |
Definition at line 72 of file LegacySeed.hpp.
View newest version in sPHENIX GitHub at line 72 of file LegacySeed.hpp
|
protected |
Definition at line 42 of file LegacySeed.hpp.
View newest version in sPHENIX GitHub at line 42 of file LegacySeed.hpp
|
protected |
Definition at line 43 of file LegacySeed.hpp.
View newest version in sPHENIX GitHub at line 43 of file LegacySeed.hpp