ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
FWE::VertexFitAlgorithm::Config Struct Reference

#include <acts/blob/master/Examples/Algorithms/Vertexing/include/ACTFW/Vertexing/VertexFitAlgorithm.hpp>

+ Collaboration diagram for FWE::VertexFitAlgorithm::Config:

Public Attributes

std::string trackCollection
 Input track collection.
 
Acts::Vector3D bField
 The magnetic field.
 
bool doConstrainedFit = false
 
Acts::ActsSymMatrixD< 3 > constraintCov
 Vertex constraint covariance matrix.
 
Acts::Vector3D constraintPos = Acts::Vector3D(0, 0, 0)
 Vertex constraint position.
 

Detailed Description

Definition at line 23 of file VertexFitAlgorithm.hpp.

View newest version in sPHENIX GitHub at line 23 of file VertexFitAlgorithm.hpp

Member Data Documentation

Acts::Vector3D FWE::VertexFitAlgorithm::Config::bField

The magnetic field.

Definition at line 28 of file VertexFitAlgorithm.hpp.

View newest version in sPHENIX GitHub at line 28 of file VertexFitAlgorithm.hpp

Referenced by main().

Acts::ActsSymMatrixD<3> FWE::VertexFitAlgorithm::Config::constraintCov
Initial value:
=
Acts::Vector3D(3_mm, 3_mm, 10_mm).asDiagonal()

Vertex constraint covariance matrix.

Definition at line 33 of file VertexFitAlgorithm.hpp.

View newest version in sPHENIX GitHub at line 33 of file VertexFitAlgorithm.hpp

Acts::Vector3D FWE::VertexFitAlgorithm::Config::constraintPos = Acts::Vector3D(0, 0, 0)

Vertex constraint position.

Definition at line 36 of file VertexFitAlgorithm.hpp.

View newest version in sPHENIX GitHub at line 36 of file VertexFitAlgorithm.hpp

bool FWE::VertexFitAlgorithm::Config::doConstrainedFit = false

Definition at line 30 of file VertexFitAlgorithm.hpp.

View newest version in sPHENIX GitHub at line 30 of file VertexFitAlgorithm.hpp

std::string FWE::VertexFitAlgorithm::Config::trackCollection

Input track collection.

Definition at line 25 of file VertexFitAlgorithm.hpp.

View newest version in sPHENIX GitHub at line 25 of file VertexFitAlgorithm.hpp

Referenced by main().


The documentation for this struct was generated from the following file: