Namespace Acts::Legacy

namespace Legacy
template<typename SpacePoint>
class AtlasSeedfinder
#include <Acts/Seeding/AtlasSeedfinder.hpp>

Public Functions

AtlasSeedfinder()
virtual ~AtlasSeedfinder()
void find3Sp()
template<class RandIter>
void newEvent(int, RandIter, RandIter)
inline const Seed<SpacePoint> *next()

Public Members

const Config m_config
class comCurvature
#include <Acts/Seeding/AtlasSeedfinder.hpp>

Public Functions

template<typename SpacePoint>
inline bool operator()(const std::pair<float, Acts::Legacy::SPForSeed<SpacePoint>*> &i1, const std::pair<float, Acts::Legacy::SPForSeed<SpacePoint>*> &i2)
template<typename SpacePoint>
class InternalSeed
#include <Acts/Seeding/LegacyInternalSeed.hpp>

Public Functions

InternalSeed()
InternalSeed(SPForSeed<SpacePoint>*&, SPForSeed<SpacePoint>*&, SPForSeed<SpacePoint>*&, float)
InternalSeed(const InternalSeed<SpacePoint>&)
virtual ~InternalSeed()
InternalSeed<SpacePoint> &operator=(const InternalSeed<SpacePoint>&)
inline const float &quality() const
void set(SPForSeed<SpacePoint>*&, SPForSeed<SpacePoint>*&, SPForSeed<SpacePoint>*&, float)
bool set3(Acts::Legacy::Seed<SpacePoint>&)
bool setQuality(float)
inline SPForSeed<SpacePoint> *spacepoint0()
inline SPForSeed<SpacePoint> *spacepoint1()
inline SPForSeed<SpacePoint> *spacepoint2()
inline const float &z() const
template<typename SpacePoint>
class Seed
#include <Acts/Seeding/LegacySeed.hpp>

Public Functions

Seed()
Seed(const SpacePoint*, const SpacePoint*, const SpacePoint*, const double)
Seed(const Seed&)
virtual ~Seed()
void add(const SpacePoint*&)
void erase()
Seed &operator=(const Seed&)
void setZVertex(const double&)
const std::list<const SpacePoint*> &spacePoints() const
const double &zVertex() const
template<typename SpacePoint>
class SPForSeed
#include <Acts/Seeding/SPForSeed.hpp>

Public Functions

inline SPForSeed()
inline SPForSeed(SpacePoint*const&, const float*)
inline SPForSeed(SpacePoint*const&, const float*, const float*)
inline SPForSeed(const SPForSeed&)
inline virtual ~SPForSeed()
inline const float &covr() const
inline const float &covz() const
inline SPForSeed &operator=(const SPForSeed&)
inline const float &param() const
inline float phi() const
inline const float &quality() const
inline const float &radius() const
inline void set(SpacePoint*const&, const float*)
inline void set(SpacePoint*const&, const float*, const float*)
inline void setParam(const float&)
inline void setQuality(float)
inline const int &surface() const
inline const float &x() const
inline const float &y() const
inline const float &z() const

Public Members

const SpacePoint *spacepoint