ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <acts/blob/master/Examples/Algorithms/Generators/ACTFW/Generators/FlattenEvent.hpp>
Classes | |
struct | Config |
Public Member Functions | |
FlattenEvent (const Config &cfg, Acts::Logging::Level lvl) | |
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. | |
Private Attributes | |
Config | m_cfg |
Additional Inherited Members | |
Protected Member Functions inherited from FW::BareAlgorithm | |
const Acts::Logger & | logger () const |
Convert nested vector of vertices into a vector of particles.
Ignores all incoming particles in the vertices.
Definition at line 18 of file FlattenEvent.hpp.
View newest version in sPHENIX GitHub at line 18 of file FlattenEvent.hpp
FW::FlattenEvent::FlattenEvent | ( | const Config & | cfg, |
Acts::Logging::Level | lvl | ||
) |
Definition at line 17 of file FlattenEvent.cpp.
View newest version in sPHENIX GitHub at line 17 of file FlattenEvent.cpp
References FW::FlattenEvent::Config::inputEvent, m_cfg, and FW::FlattenEvent::Config::outputParticles.
|
finaloverridevirtual |
Execute the algorithm for one event.
This function must be implemented by subclasses.
Implements FW::BareAlgorithm.
Definition at line 27 of file FlattenEvent.cpp.
View newest version in sPHENIX GitHub at line 27 of file FlattenEvent.cpp
References FW::WhiteBoard::add(), FW::AlgorithmContext::eventStore, FW::WhiteBoard::get(), particle, and SUCCESS.
|
private |
Definition at line 32 of file FlattenEvent.hpp.
View newest version in sPHENIX GitHub at line 32 of file FlattenEvent.hpp
Referenced by FlattenEvent().