![]() |
EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
A simple algorithm that just prints hello world. More...
#include <acts/blob/sPHENIX/Examples/Run/HelloWorld/HelloLoggerAlgorithm.hpp>
Inheritance diagram for ActsExamples::HelloLoggerAlgorithm:
Collaboration diagram for ActsExamples::HelloLoggerAlgorithm:Public Member Functions | |
| HelloLoggerAlgorithm (Acts::Logging::Level level) | |
| ActsExamples::ProcessCode | execute (const AlgorithmContext &ctx) const finaloverride |
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. | |
Additional Inherited Members | |
Protected Member Functions inherited from ActsExamples::BareAlgorithm | |
| const Acts::Logger & | logger () const |
A simple algorithm that just prints hello world.
Definition at line 18 of file HelloLoggerAlgorithm.hpp.
View newest version in sPHENIX GitHub at line 18 of file HelloLoggerAlgorithm.hpp
| ActsExamples::HelloLoggerAlgorithm::HelloLoggerAlgorithm | ( | Acts::Logging::Level | level | ) |
Definition at line 15 of file HelloLoggerAlgorithm.cpp.
View newest version in sPHENIX GitHub at line 15 of file HelloLoggerAlgorithm.cpp
|
finaloverridevirtual |
Execute the algorithm for one event.
This function must be implemented by subclasses.
Implements ActsExamples::BareAlgorithm.
Definition at line 19 of file HelloLoggerAlgorithm.cpp.
View newest version in sPHENIX GitHub at line 19 of file HelloLoggerAlgorithm.cpp
References ACTS_DEBUG, ACTS_INFO, ACTS_VERBOSE, ActsExamples::AlgorithmContext::eventNumber, ActsExamples::AlgorithmContext::eventStore, ActsExamples::WhiteBoard::get(), and SUCCESS.
Here is the call graph for this function: