File Seed.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 Seed
#include <Acts/Seeding/Seed.hpp>

Public Functions

Seed(const SpacePoint &b, const SpacePoint &m, const SpacePoint &u, float vertex)
Seed(const Seed&) = default
Seed &operator=(const Seed&) = default
inline const auto &sp() const
inline double z() const

Private Members

boost::container::small_vector<const SpacePoint*, 3> m_spacepoints
float m_zvertex