ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <acts/blob/master/Examples/Algorithms/Vertexing/include/ACTFW/Vertexing/VertexFitAlgorithm.hpp>
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. | |
Definition at line 23 of file VertexFitAlgorithm.hpp.
View newest version in sPHENIX GitHub at line 23 of file VertexFitAlgorithm.hpp
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 |
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().