EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
Classes | |
struct | Config |
Public Member Functions | |
AdaptiveMultiVertexFinderAlgorithm (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 AdaptiveMultiVertexFinderAlgorithm.hpp.
View newest version in sPHENIX GitHub at line 18 of file AdaptiveMultiVertexFinderAlgorithm.hpp
ActsExamples::AdaptiveMultiVertexFinderAlgorithm::AdaptiveMultiVertexFinderAlgorithm | ( | const Config & | cfg, |
Acts::Logging::Level | lvl | ||
) |
Definition at line 35 of file AdaptiveMultiVertexFinderAlgorithm.cpp.
View newest version in sPHENIX GitHub at line 35 of file AdaptiveMultiVertexFinderAlgorithm.cpp
References ActsExamples::AdaptiveMultiVertexFinderAlgorithm::Config::inputTrackParameters, m_cfg, and ActsExamples::AdaptiveMultiVertexFinderAlgorithm::Config::outputProtoVertices.
|
finalvirtual |
Find vertices using the adapative multi vertex finder algorithm.
ctx | is the algorithm context with event information |
Implements ActsExamples::BareAlgorithm.
Definition at line 48 of file AdaptiveMultiVertexFinderAlgorithm.cpp.
View newest version in sPHENIX GitHub at line 48 of file AdaptiveMultiVertexFinderAlgorithm.cpp
References ACTS_ERROR, ACTS_INFO, ActsExamples::WhiteBoard::add(), Acts::IntegrationTest::bField, ActsExamples::AlgorithmContext::eventStore, ActsExamples::AlgorithmContext::geoContext, ActsExamples::WhiteBoard::get(), ActsExamples::AlgorithmContext::magFieldContext, ActsExamples::makeProtoVertices(), ActsExamples::makeTrackParametersPointerContainer(), propagation_timing::stepper, SUCCESS, and vtx().
|
private |
Definition at line 39 of file AdaptiveMultiVertexFinderAlgorithm.hpp.
View newest version in sPHENIX GitHub at line 39 of file AdaptiveMultiVertexFinderAlgorithm.hpp
Referenced by AdaptiveMultiVertexFinderAlgorithm().