|
ACTS
Experiment-independent tracking
|
Vertex Finder Options. More...
#include <Acts/Vertexing/VertexingOptions.hpp>
Public Member Functions | |
| VertexingOptions ()=delete | |
| Default constructor is deleted. | |
| VertexingOptions (const GeometryContext &gctx, const MagneticFieldContext &mctx) | |
| VertexingOptions with context and without vertex constraint. | |
| VertexingOptions (const GeometryContext &gctx, const MagneticFieldContext &mctx, const Vertex &constr, const bool useConstr=true) | |
| VertexingOptions with context and vertex constraint. | |
Public Attributes | |
| Vertex | constraint |
| Vertex constraint. | |
| std::reference_wrapper< const GeometryContext > | geoContext |
| Context object for the geometry. | |
| std::reference_wrapper< const MagneticFieldContext > | magFieldContext |
| Context object for the magnetic field. | |
| bool | useConstraintInFit |
| Boolean indicating whether we use the constraint information during the vertex fit. | |
Vertex Finder Options.
|
delete |
Default constructor is deleted.
| Acts::VertexingOptions::VertexingOptions | ( | const GeometryContext & | gctx, |
| const MagneticFieldContext & | mctx, | ||
| const Vertex & | constr, | ||
| const bool | useConstr = true ) |
VertexingOptions with context and vertex constraint.
| gctx | Geometry context |
| mctx | Magnetic field context |
| constr | Vertex constraint |
| useConstr | Boolean indicating whether vertex constraint should be used during the vertex fit |
| Acts::VertexingOptions::VertexingOptions | ( | const GeometryContext & | gctx, |
| const MagneticFieldContext & | mctx ) |
VertexingOptions with context and without vertex constraint.
| gctx | Geometry context |
| mctx | Magnetic field context |
| Vertex Acts::VertexingOptions::constraint |
Vertex constraint.
Important note: While this variable is not used during the vertex fit if useConstraintInFit is set to false, it is always used during vertex finding.
| std::reference_wrapper<const GeometryContext> Acts::VertexingOptions::geoContext |
Context object for the geometry.
| std::reference_wrapper<const MagneticFieldContext> Acts::VertexingOptions::magFieldContext |
Context object for the magnetic field.
| bool Acts::VertexingOptions::useConstraintInFit |
Boolean indicating whether we use the constraint information during the vertex fit.
If set to true, the covariance matrix of constraint must be invertible.