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>
Classes | |
struct | Config |
Public Member Functions | |
VertexFitAlgorithm (const Config &cfg, Acts::Logging::Level level=Acts::Logging::INFO) | |
Constructor. | |
FW::ProcessCode | execute (const FW::AlgorithmContext &context) const finaloverride |
Algorithm that receives a set of tracks belonging to a common vertex and fits the associated vertex to it. | |
Public Member Functions inherited from FW::BareAlgorithm | |
BareAlgorithm (std::string name, Acts::Logging::Level level=Acts::Logging::INFO) | |
std::string | name () const finaloverride |
The algorithm name. | |
Private Attributes | |
Config | m_cfg |
The config class. | |
Additional Inherited Members | |
Protected Member Functions inherited from FW::BareAlgorithm | |
const Acts::Logger & | logger () const |
Definition at line 21 of file VertexFitAlgorithm.hpp.
View newest version in sPHENIX GitHub at line 21 of file VertexFitAlgorithm.hpp
FWE::VertexFitAlgorithm::VertexFitAlgorithm | ( | const Config & | cfg, |
Acts::Logging::Level | level = Acts::Logging::INFO |
||
) |
Constructor.
Definition at line 29 of file VertexFitAlgorithm.cpp.
View newest version in sPHENIX GitHub at line 29 of file VertexFitAlgorithm.cpp
|
finaloverridevirtual |
Algorithm that receives a set of tracks belonging to a common vertex and fits the associated vertex to it.
Framework execute method
[in] | context | is the Algorithm context for event consistency |
Implements FW::BareAlgorithm.
Definition at line 35 of file VertexFitAlgorithm.cpp.
View newest version in sPHENIX GitHub at line 35 of file VertexFitAlgorithm.cpp
References ACTS_ERROR, ACTS_INFO, Acts::IntegrationTest::bField, FW::AlgorithmContext::eventStore, FW::AlgorithmContext::geoContext, FW::WhiteBoard::get(), FW::AlgorithmContext::magFieldContext, Acts::Vertex< input_track_t >::position(), Acts::Vertex< input_track_t >::setCovariance(), Acts::Vertex< input_track_t >::setPosition(), and SUCCESS.
|
private |
The config class.
Definition at line 50 of file VertexFitAlgorithm.hpp.
View newest version in sPHENIX GitHub at line 50 of file VertexFitAlgorithm.hpp