File AMVFInfo.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 input_track_t>
struct VertexInfo
#include <Acts/Vertexing/AMVFInfo.hpp>

Helper struct for storing vertex related information.

Public Functions

VertexInfo() = default
inline VertexInfo(const Acts::Vertex<input_track_t> &vtx, const Acts::Vector4 &pos)

Public Members

Acts::Vertex<input_track_t> constraintVertex
std::map<const input_track_t*, const BoundTrackParameters> ip3dParams
Acts::Vector4 linPoint = {Acts::Vector4::Zero()}
Acts::Vector4 oldPosition = {Acts::Vector4::Zero()}
bool relinearize = true
Acts::Vector4 seedPosition = {Acts::Vector4::Zero()}
std::vector<const input_track_t*> trackLinks