ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <acts/blob/master/Examples/Algorithms/Vertexing/include/ACTFW/Vertexing/VertexFindingAlgorithm.hpp>
Classes | |
struct | Config |
Public Member Functions | |
VertexFindingAlgorithm (const Config &cfg, Acts::Logging::Level level=Acts::Logging::INFO) | |
Constructor. | |
FW::ProcessCode | execute (const FW::AlgorithmContext &context) const finaloverride |
Algorithm that receives all selected tracks from an event and finds and fits its vertices. | |
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 25 of file VertexFindingAlgorithm.hpp.
View newest version in sPHENIX GitHub at line 25 of file VertexFindingAlgorithm.hpp
FWE::VertexFindingAlgorithm::VertexFindingAlgorithm | ( | const Config & | cfg, |
Acts::Logging::Level | level = Acts::Logging::INFO |
||
) |
Constructor.
Definition at line 35 of file VertexFindingAlgorithm.cpp.
View newest version in sPHENIX GitHub at line 35 of file VertexFindingAlgorithm.cpp
|
finaloverridevirtual |
Algorithm that receives all selected tracks from an event and finds and fits its vertices.
Framework execute method
[in] | context | is the Algorithm context for event consistency |
Implements FW::BareAlgorithm.
Definition at line 41 of file VertexFindingAlgorithm.cpp.
View newest version in sPHENIX GitHub at line 41 of file VertexFindingAlgorithm.cpp
References ACTS_ERROR, ACTS_INFO, Acts::IntegrationTest::bField, FW::AlgorithmContext::eventStore, FW::AlgorithmContext::geoContext, FW::WhiteBoard::get(), FW::AlgorithmContext::magFieldContext, and SUCCESS.
|
private |
The config class.
Definition at line 46 of file VertexFindingAlgorithm.hpp.
View newest version in sPHENIX GitHub at line 46 of file VertexFindingAlgorithm.hpp