File LegacySeed.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.

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

Protected Attributes

std::list<const SpacePoint*> m_spacepoints
double m_zvertex