File InternalSeed.hpp

namespace Acts

Set the Geometry Context PLUGIN.

Set the Calibration Context PLUGIN.

Convenience functions to ease creation of and Acts::InterpolatedMaterialMap and to avoid code duplication.

Set the Mangetic Field Context PLUGIN.

Convenience functions to ease creation of and Acts::InterpolatedBFieldMap and to avoid code duplication.

Currently implemented for the two most common formats: rz and xyz.

template<typename SpacePoint>
class InternalSeed
#include <Acts/Seeding/InternalSeed.hpp>

Public Functions

InternalSeed(InternalSpacePoint<SpacePoint> &s0, InternalSpacePoint<SpacePoint> &s1, InternalSpacePoint<SpacePoint> &s2, float z, bool qualitySeed = false)
InternalSeed &operator=(const InternalSeed &seed)
inline bool qualitySeed() const
inline float z() const

Public Members

const std::array<InternalSpacePoint<SpacePoint>*, 3> sp

Protected Attributes

bool m_qualitySeed
float m_z