|
ACTS
Experiment-independent tracking
|
Helper struct for storing vertex related information. More...
#include <Acts/Vertexing/AMVFInfo.hpp>
Public Member Functions | |
| VertexInfo ()=default | |
| VertexInfo (const Acts::Vertex &constr, const Acts::Vector4 &pos) | |
| Construct VertexInfo with constraint and position. | |
Public Attributes | |
| Acts::Vertex | constraint |
| Vertex constraint for fitting procedure. | |
| std::map< InputTrack, const BoundTrackParameters > | impactParams3D |
| Map of 3D impact parameters for each associated track. | |
| Acts::Vector4 | linPoint {Acts::Vector4::Zero()} |
| Point where all associated tracks are linearized. | |
| Acts::Vector4 | oldPosition {Acts::Vector4::Zero()} |
| Vertex position from the last iteration of the fit. | |
| bool | relinearize = true |
| Flag indicating if associated tracks need relinearization. | |
| Acts::Vector4 | seedPosition {Acts::Vector4::Zero()} |
| The seed position (i.e., the first estimate for the vertex position as obtained by the vertex seed finder). | |
| std::vector< InputTrack > | trackLinks |
| Vector of all tracks that are currently assigned to vertex. | |
Helper struct for storing vertex related information.
|
default |
| Acts::VertexInfo::VertexInfo | ( | const Acts::Vertex & | constr, |
| const Acts::Vector4 & | pos ) |
Construct VertexInfo with constraint and position.
| constr | Vertex constraint for the fitting procedure |
| pos | Initial position for linearization, old position, and seed |
| Acts::Vertex Acts::VertexInfo::constraint |
Vertex constraint for fitting procedure.
| std::map<InputTrack, const BoundTrackParameters> Acts::VertexInfo::impactParams3D |
Map of 3D impact parameters for each associated track.
| Acts::Vector4 Acts::VertexInfo::linPoint {Acts::Vector4::Zero()} |
Point where all associated tracks are linearized.
| Acts::Vector4 Acts::VertexInfo::oldPosition {Acts::Vector4::Zero()} |
Vertex position from the last iteration of the fit.
| bool Acts::VertexInfo::relinearize = true |
Flag indicating if associated tracks need relinearization.
| Acts::Vector4 Acts::VertexInfo::seedPosition {Acts::Vector4::Zero()} |
The seed position (i.e., the first estimate for the vertex position as obtained by the vertex seed finder).
| std::vector<InputTrack> Acts::VertexInfo::trackLinks |
Vector of all tracks that are currently assigned to vertex.