Analysis Software
Documentation for sPHENIX simulation software
|
Print track parameters. More...
#include <acts/blob/sPHENIX/Examples/Algorithms/Printers/ActsExamples/Printers/TrackParametersPrinter.hpp>
Classes | |
struct | Config |
Public Member Functions | |
TrackParametersPrinter (const Config &cfg, Acts::Logging::Level level) | |
ProcessCode | execute (const AlgorithmContext &ctx) const override |
const Config & | config () const |
Public Member Functions inherited from ActsExamples::IAlgorithm | |
IAlgorithm (std::string name, Acts::Logging::Level level=Acts::Logging::INFO) | |
std::string | name () const override |
The algorithm name. | |
ProcessCode | internalExecute (const AlgorithmContext &context) final |
ProcessCode | initialize () override |
Initialize the algorithm. | |
ProcessCode | finalize () override |
Finalize the algorithm. | |
Private Attributes | |
Config | m_cfg |
ReadDataHandle < TrackParametersContainer > | m_inputTrackParameters |
Additional Inherited Members | |
Protected Member Functions inherited from ActsExamples::IAlgorithm | |
const Acts::Logger & | logger () const |
Print track parameters.
Definition at line 24 of file TrackParametersPrinter.hpp.
View newest version in sPHENIX GitHub at line 24 of file TrackParametersPrinter.hpp
ActsExamples::TrackParametersPrinter::TrackParametersPrinter | ( | const Config & | cfg, |
Acts::Logging::Level | level | ||
) |
Definition at line 21 of file TrackParametersPrinter.cpp.
View newest version in sPHENIX GitHub at line 21 of file TrackParametersPrinter.cpp
References ActsExamples::ReadDataHandle< T >::initialize(), ActsExamples::TrackParametersPrinter::Config::inputTrackParameters, m_cfg, and m_inputTrackParameters.
|
inline |
Definition at line 35 of file TrackParametersPrinter.hpp.
View newest version in sPHENIX GitHub at line 35 of file TrackParametersPrinter.hpp
References m_cfg.
|
overridevirtual |
Execute the algorithm for one event.
This function must be implemented by subclasses.
Implements ActsExamples::IAlgorithm.
Definition at line 32 of file TrackParametersPrinter.cpp.
View newest version in sPHENIX GitHub at line 32 of file TrackParametersPrinter.cpp
References ACTS_INFO, ActsExamples::AlgorithmContext::eventNumber, i, m_cfg(), and SUCCESS.
|
private |
Definition at line 38 of file TrackParametersPrinter.hpp.
View newest version in sPHENIX GitHub at line 38 of file TrackParametersPrinter.hpp
Referenced by config(), and TrackParametersPrinter().
|
private |
Definition at line 40 of file TrackParametersPrinter.hpp.
View newest version in sPHENIX GitHub at line 40 of file TrackParametersPrinter.hpp
Referenced by TrackParametersPrinter().