EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ActsExamples::VertexFitterAlgorithm Exception Referencefinal

#include <acts/blob/sPHENIX/Examples/Algorithms/Vertexing/include/ActsExamples/Vertexing/VertexFitterAlgorithm.hpp>

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

Detailed Description

Definition at line 19 of file VertexFitterAlgorithm.hpp.

View newest version in sPHENIX GitHub at line 19 of file VertexFitterAlgorithm.hpp

Constructor & Destructor Documentation

ActsExamples::VertexFitterAlgorithm::VertexFitterAlgorithm ( const Config cfg,
Acts::Logging::Level  lvl 
)

Member Function Documentation

ActsExamples::ProcessCode ActsExamples::VertexFitterAlgorithm::execute ( const AlgorithmContext ctx) const
finalvirtual

Fit the input vertices.

Parameters
ctxis the algorithm context with event information
Returns
a process code indication success or failure

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:

Member Data Documentation

Config ActsExamples::VertexFitterAlgorithm::m_cfg
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().


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