ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Print all particles. More...
#include <acts/blob/master/Examples/Algorithms/Printers/ACTFW/Printers/PrintParticles.hpp>
Classes | |
struct | Config |
Public Member Functions | |
PrintParticles (const Config &cfg, Acts::Logging::Level lvl) | |
ProcessCode | execute (const AlgorithmContext &ctx) const |
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 |
Additional Inherited Members | |
Protected Member Functions inherited from FW::BareAlgorithm | |
const Acts::Logger & | logger () const |
Print all particles.
Definition at line 18 of file PrintParticles.hpp.
View newest version in sPHENIX GitHub at line 18 of file PrintParticles.hpp
FW::PrintParticles::PrintParticles | ( | const Config & | cfg, |
Acts::Logging::Level | lvl | ||
) |
Definition at line 18 of file PrintParticles.cpp.
View newest version in sPHENIX GitHub at line 18 of file PrintParticles.cpp
|
virtual |
Execute the algorithm for one event.
This function must be implemented by subclasses.
Implements FW::BareAlgorithm.
Definition at line 21 of file PrintParticles.cpp.
View newest version in sPHENIX GitHub at line 21 of file PrintParticles.cpp
References Acts::units::_GeV, ACTS_INFO, Acts::VectorHelpers::eta(), FW::AlgorithmContext::eventNumber, FW::AlgorithmContext::eventStore, FW::WhiteBoard::get(), particle, Acts::VectorHelpers::phi(), and SUCCESS.
|
private |
Definition at line 30 of file PrintParticles.hpp.
View newest version in sPHENIX GitHub at line 30 of file PrintParticles.hpp