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

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

+ Inheritance diagram for FWE::VertexFitAlgorithm:
+ Collaboration diagram for FWE::VertexFitAlgorithm:

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

Detailed Description

Definition at line 21 of file VertexFitAlgorithm.hpp.

View newest version in sPHENIX GitHub at line 21 of file VertexFitAlgorithm.hpp

Constructor & Destructor Documentation

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

Member Function Documentation

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

Algorithm that receives a set of tracks belonging to a common vertex and fits the associated vertex to it.

Framework execute method

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

+ Here is the call graph for this function:

Member Data Documentation

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


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