ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
FW::FlattenEvent Exception Referencefinal

#include <acts/blob/master/Examples/Algorithms/Generators/ACTFW/Generators/FlattenEvent.hpp>

+ Inheritance diagram for FW::FlattenEvent:
+ Collaboration diagram for FW::FlattenEvent:

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::Loggerlogger () const
 

Detailed Description

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

Constructor & Destructor Documentation

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.

Member Function Documentation

FW::ProcessCode FW::FlattenEvent::execute ( const AlgorithmContext context) const
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.

+ Here is the call graph for this function:

Member Data Documentation

Config FW::FlattenEvent::m_cfg
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().


The documentation for this exception was generated from the following files: