EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
Print all particles. More...
#include <acts/blob/sPHENIX/Examples/Algorithms/Printers/ActsExamples/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 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::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
ActsExamples::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 ActsExamples::BareAlgorithm.
Definition at line 22 of file PrintParticles.cpp.
View newest version in sPHENIX GitHub at line 22 of file PrintParticles.cpp
References ACTS_INFO, Acts::VectorHelpers::eta(), ActsExamples::AlgorithmContext::eventNumber, ActsExamples::AlgorithmContext::eventStore, ActsExamples::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