EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
Classes | |
struct | Config |
Public Member Functions | |
TutorialVertexFinderAlgorithm (const Config &cfg, Acts::Logging::Level lvl) | |
ProcessCode | execute (const AlgorithmContext &ctx) const final |
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 |
Definition at line 18 of file TutorialVertexFinderAlgorithm.hpp.
View newest version in sPHENIX GitHub at line 18 of file TutorialVertexFinderAlgorithm.hpp
ActsExamples::TutorialVertexFinderAlgorithm::TutorialVertexFinderAlgorithm | ( | const Config & | cfg, |
Acts::Logging::Level | lvl | ||
) |
Definition at line 31 of file TutorialVertexFinderAlgorithm.cpp.
View newest version in sPHENIX GitHub at line 31 of file TutorialVertexFinderAlgorithm.cpp
References ActsExamples::TutorialVertexFinderAlgorithm::Config::inputTrackParameters, m_cfg, and ActsExamples::TutorialVertexFinderAlgorithm::Config::outputProtoVertices.
|
finalvirtual |
Find vertices.
ctx | is the algorithm context with event information |
Implements ActsExamples::BareAlgorithm.
Definition at line 42 of file TutorialVertexFinderAlgorithm.cpp.
View newest version in sPHENIX GitHub at line 42 of file TutorialVertexFinderAlgorithm.cpp
References ActsExamples::AlgorithmContext::eventStore, ActsExamples::WhiteBoard::get(), ActsExamples::makeTrackParametersPointerContainer(), SUCCESS, and nlohmann::detail::void().
|
private |
Definition at line 38 of file TutorialVertexFinderAlgorithm.hpp.
View newest version in sPHENIX GitHub at line 38 of file TutorialVertexFinderAlgorithm.hpp
Referenced by TutorialVertexFinderAlgorithm().