Analysis Software
Documentation for sPHENIX simulation software
|
Classes | |
struct | Config |
Public Member Functions | |
RefittingAlgorithm (Config config, Acts::Logging::Level level) | |
ActsExamples::ProcessCode | execute (const AlgorithmContext &ctx) const final |
const Config & | config () const |
Get readonly access to the config parameters. | |
Public Member Functions inherited from ActsExamples::IAlgorithm | |
IAlgorithm (std::string name, Acts::Logging::Level level=Acts::Logging::INFO) | |
std::string | name () const override |
The algorithm name. | |
ProcessCode | internalExecute (const AlgorithmContext &context) final |
ProcessCode | initialize () override |
Initialize the algorithm. | |
ProcessCode | finalize () override |
Finalize the algorithm. | |
Private Attributes | |
Config | m_cfg |
ReadDataHandle < ConstTrackContainer > | m_inputTracks {this, "InputTracks"} |
WriteDataHandle < ConstTrackContainer > | m_outputTracks {this, "OutputTracks"} |
Additional Inherited Members | |
Protected Member Functions inherited from ActsExamples::IAlgorithm | |
const Acts::Logger & | logger () const |
Definition at line 25 of file RefittingAlgorithm.hpp.
View newest version in sPHENIX GitHub at line 25 of file RefittingAlgorithm.hpp
ActsExamples::RefittingAlgorithm::RefittingAlgorithm | ( | Config | config, |
Acts::Logging::Level | level | ||
) |
Constructor of the fitting algorithm
config | is the config struct to configure the algorithm |
level | is the logging level |
Definition at line 35 of file RefittingAlgorithm.cpp.
View newest version in sPHENIX GitHub at line 35 of file RefittingAlgorithm.cpp
References ActsExamples::WriteDataHandle< T >::initialize(), ActsExamples::ReadDataHandle< T >::initialize(), ActsExamples::RefittingAlgorithm::Config::inputTracks, m_cfg, m_inputTracks, m_outputTracks, and ActsExamples::RefittingAlgorithm::Config::outputTracks.
|
inline |
Get readonly access to the config parameters.
Definition at line 51 of file RefittingAlgorithm.hpp.
View newest version in sPHENIX GitHub at line 51 of file RefittingAlgorithm.hpp
References m_cfg.
|
finalvirtual |
Framework execute method of the fitting algorithm
ctx | is the algorithm context that holds event-wise information |
Implements ActsExamples::IAlgorithm.
Definition at line 50 of file RefittingAlgorithm.cpp.
View newest version in sPHENIX GitHub at line 50 of file RefittingAlgorithm.cpp
References ACTS_DEBUG, ACTS_VERBOSE, ACTS_WARNING, ActsExamples::AlgorithmContext::calibContext, ActsExamples::AlgorithmContext::geoContext, truth_tracking_gsf_refitting::inputTracks, m_cfg(), ActsExamples::AlgorithmContext::magFieldContext, testing::internal::move(), ckf::options, filter::state, SUCCESS, and tracks().
|
private |
Definition at line 54 of file RefittingAlgorithm.hpp.
View newest version in sPHENIX GitHub at line 54 of file RefittingAlgorithm.hpp
Referenced by config(), and RefittingAlgorithm().
|
private |
Definition at line 56 of file RefittingAlgorithm.hpp.
View newest version in sPHENIX GitHub at line 56 of file RefittingAlgorithm.hpp
Referenced by RefittingAlgorithm().
|
private |
Definition at line 57 of file RefittingAlgorithm.hpp.
View newest version in sPHENIX GitHub at line 57 of file RefittingAlgorithm.hpp
Referenced by RefittingAlgorithm().