EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ActsExamples::VertexFitterAlgorithm::Config Struct Reference

#include <acts/blob/sPHENIX/Examples/Algorithms/Vertexing/include/ActsExamples/Vertexing/VertexFitterAlgorithm.hpp>

+ Collaboration diagram for ActsExamples::VertexFitterAlgorithm::Config:

Public Attributes

std::string inputTrackParameters
 Input track parameters collection.
 
std::string inputProtoVertices
 Input proto vertex collection.
 
Acts::Vector3D bField = Acts::Vector3D::Zero()
 The magnetic field.
 
bool doConstrainedFit = false
 
Acts::Vector3D constraintPos = Acts::Vector3D(0, 0, 0)
 Vertex constraint position.
 
Acts::SymMatrix3D constraintCov
 Vertex constraint covariance matrix.
 

Detailed Description

Definition at line 21 of file VertexFitterAlgorithm.hpp.

View newest version in sPHENIX GitHub at line 21 of file VertexFitterAlgorithm.hpp

Member Data Documentation

Acts::Vector3D ActsExamples::VertexFitterAlgorithm::Config::bField = Acts::Vector3D::Zero()

The magnetic field.

Definition at line 27 of file VertexFitterAlgorithm.hpp.

View newest version in sPHENIX GitHub at line 27 of file VertexFitterAlgorithm.hpp

Referenced by main().

Acts::SymMatrix3D ActsExamples::VertexFitterAlgorithm::Config::constraintCov
Initial value:

Vertex constraint covariance matrix.

Definition at line 32 of file VertexFitterAlgorithm.hpp.

View newest version in sPHENIX GitHub at line 32 of file VertexFitterAlgorithm.hpp

Acts::Vector3D ActsExamples::VertexFitterAlgorithm::Config::constraintPos = Acts::Vector3D(0, 0, 0)

Vertex constraint position.

Definition at line 30 of file VertexFitterAlgorithm.hpp.

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

bool ActsExamples::VertexFitterAlgorithm::Config::doConstrainedFit = false

Definition at line 28 of file VertexFitterAlgorithm.hpp.

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

std::string ActsExamples::VertexFitterAlgorithm::Config::inputProtoVertices

Input proto vertex collection.

Definition at line 25 of file VertexFitterAlgorithm.hpp.

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

Referenced by main(), and ActsExamples::VertexFitterAlgorithm::VertexFitterAlgorithm().

std::string ActsExamples::VertexFitterAlgorithm::Config::inputTrackParameters

Input track parameters collection.

Definition at line 23 of file VertexFitterAlgorithm.hpp.

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

Referenced by main(), and ActsExamples::VertexFitterAlgorithm::VertexFitterAlgorithm().


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