![]() |
EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
Inheritance diagram for ActsExamples::VertexFitterAlgorithm:
Collaboration diagram for ActsExamples::VertexFitterAlgorithm:Classes | |
| struct | Config |
Public Member Functions | |
| VertexFitterAlgorithm (const Config &cfg, Acts::Logging::Level lvl) | |
| ProcessCode | execute (const AlgorithmContext &ctx) const final |
Public Member Functions inherited from ActsExamples::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 |
Additional Inherited Members | |
Protected Member Functions inherited from ActsExamples::BareAlgorithm | |
| const Acts::Logger & | logger () const |
Definition at line 19 of file VertexFitterAlgorithm.hpp.
View newest version in sPHENIX GitHub at line 19 of file VertexFitterAlgorithm.hpp
| ActsExamples::VertexFitterAlgorithm::VertexFitterAlgorithm | ( | const Config & | cfg, |
| Acts::Logging::Level | lvl | ||
| ) |
Definition at line 28 of file VertexFitterAlgorithm.cpp.
View newest version in sPHENIX GitHub at line 28 of file VertexFitterAlgorithm.cpp
References ActsExamples::VertexFitterAlgorithm::Config::inputProtoVertices, ActsExamples::VertexFitterAlgorithm::Config::inputTrackParameters, and m_cfg.
|
finalvirtual |
Fit the input vertices.
| ctx | is the algorithm context with event information |
Implements ActsExamples::BareAlgorithm.
Definition at line 39 of file VertexFitterAlgorithm.cpp.
View newest version in sPHENIX GitHub at line 39 of file VertexFitterAlgorithm.cpp
References ACTS_ERROR, ACTS_INFO, ACTS_WARNING, Acts::IntegrationTest::bField, ActsExamples::AlgorithmContext::eventStore, Acts::Vertex< input_track_t >::fullPosition(), ActsExamples::AlgorithmContext::geoContext, ActsExamples::WhiteBoard::get(), ActsExamples::AlgorithmContext::magFieldContext, Acts::Vertex< input_track_t >::setCovariance(), Acts::Vertex< input_track_t >::setPosition(), and SUCCESS.
Here is the call graph for this function:
|
private |
Definition at line 47 of file VertexFitterAlgorithm.hpp.
View newest version in sPHENIX GitHub at line 47 of file VertexFitterAlgorithm.hpp
Referenced by VertexFitterAlgorithm().