ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
FWE::VertexFindingAlgorithm Class Reference

#include <acts/blob/master/Examples/Algorithms/Vertexing/include/ACTFW/Vertexing/VertexFindingAlgorithm.hpp>

+ Inheritance diagram for FWE::VertexFindingAlgorithm:
+ Collaboration diagram for FWE::VertexFindingAlgorithm:

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::Loggerlogger () const
 

Detailed Description

Definition at line 25 of file VertexFindingAlgorithm.hpp.

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

Constructor & Destructor Documentation

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

Member Function Documentation

FW::ProcessCode FWE::VertexFindingAlgorithm::execute ( const FW::AlgorithmContext context) const
finaloverridevirtual

Algorithm that receives all selected tracks from an event and finds and fits its vertices.

Framework execute method

Parameters
[in]contextis 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.

+ Here is the call graph for this function:

Member Data Documentation

Config FWE::VertexFindingAlgorithm::m_cfg
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


The documentation for this class was generated from the following files: