File LegacyInternalSeed.hpp

namespace Acts

Note

This file is foreseen for the Geometry module to replace Extent

namespace Legacy
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

Protected Attributes

float m_q
SPForSeed<SpacePoint> *m_s0
SPForSeed<SpacePoint> *m_s1
SPForSeed<SpacePoint> *m_s2
float m_z