ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Print hits within some geometric region-of-interest. More...
#include <acts/blob/master/Examples/Algorithms/Printers/ACTFW/Printers/PrintHits.hpp>
Classes | |
struct | Config |
Public Member Functions | |
PrintHits (const Config &cfg, Acts::Logging::Level level) | |
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 hits within some geometric region-of-interest.
Definition at line 19 of file PrintHits.hpp.
View newest version in sPHENIX GitHub at line 19 of file PrintHits.hpp
FW::PrintHits::PrintHits | ( | const Config & | cfg, |
Acts::Logging::Level | level | ||
) |
Definition at line 21 of file PrintHits.cpp.
View newest version in sPHENIX GitHub at line 21 of file PrintHits.cpp
|
virtual |
Execute the algorithm for one event.
This function must be implemented by subclasses.
Implements FW::BareAlgorithm.
Definition at line 25 of file PrintHits.cpp.
View newest version in sPHENIX GitHub at line 25 of file PrintHits.cpp
References ACTS_INFO, c, Acts::PlanarModuleCluster::digitizationCells(), FW::AlgorithmContext::eventStore, FW::WhiteBoard::get(), FW::makeRange(), FW::selectLayer(), FW::selectModule(), FW::selectVolume(), and SUCCESS.
|
private |
Definition at line 43 of file PrintHits.hpp.
View newest version in sPHENIX GitHub at line 43 of file PrintHits.hpp