ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
A simple algorithm that just prints hello world. More...
#include <acts/blob/master/Examples/Run/HelloWorld/HelloLoggerAlgorithm.hpp>
Public Member Functions | |
HelloLoggerAlgorithm (Acts::Logging::Level level) | |
FW::ProcessCode | execute (const AlgorithmContext &ctx) const finaloverride |
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. | |
Additional Inherited Members | |
Protected Member Functions inherited from FW::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
FW::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 FW::BareAlgorithm.
Definition at line 18 of file HelloLoggerAlgorithm.cpp.
View newest version in sPHENIX GitHub at line 18 of file HelloLoggerAlgorithm.cpp
References ACTS_DEBUG, ACTS_INFO, ACTS_VERBOSE, FW::AlgorithmContext::eventNumber, FW::AlgorithmContext::eventStore, FW::WhiteBoard::get(), and SUCCESS.