Analysis Software
Documentation for sPHENIX simulation software
|
Select tracks by applying some selection cuts. More...
#include <acts/blob/sPHENIX/Examples/Algorithms/TruthTracking/ActsExamples/TruthTracking/TrackModifier.hpp>
Classes | |
struct | Config |
Public Member Functions | |
TrackModifier (const Config &config, Acts::Logging::Level level) | |
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. | |
Additional Inherited Members | |
Protected Member Functions inherited from ActsExamples::IAlgorithm | |
const Acts::Logger & | logger () const |
Select tracks by applying some selection cuts.
Definition at line 25 of file TrackModifier.hpp.
View newest version in sPHENIX GitHub at line 25 of file TrackModifier.hpp
ActsExamples::TrackModifier::TrackModifier | ( | const Config & | config, |
Acts::Logging::Level | level | ||
) |
Definition at line 27 of file TrackModifier.cpp.
View newest version in sPHENIX GitHub at line 27 of file TrackModifier.cpp
References ActsExamples::TrackModifier::Config::inputTrackParameters, ActsExamples::TrackModifier::Config::inputTrajectories, m_cfg, m_inputTrackParameters, m_inputTrajectories, m_outputTrackParameters, m_outputTrajectories, ActsExamples::DataHandleBase::maybeInitialize(), ActsExamples::TrackModifier::Config::outputTrackParameters, and ActsExamples::TrackModifier::Config::outputTrajectories.
|
inline |
Get readonly access to the config parameters.
Definition at line 54 of file TrackModifier.hpp.
View newest version in sPHENIX GitHub at line 54 of file TrackModifier.hpp
References m_cfg.
|
finalvirtual |
Execute the algorithm for one event.
This function must be implemented by subclasses.
Implements ActsExamples::IAlgorithm.
Definition at line 50 of file TrackModifier.cpp.
View newest version in sPHENIX GitHub at line 50 of file TrackModifier.cpp
References Acts::Test::cov, Acts::eBoundTime, i, truth_tracking_gsf_refitting::inputTrajectories, m_cfg(), testing::internal::move(), truth_tracking_gsf_refitting::outputTrajectories, Dataset::parameters, and SUCCESS.
|
private |
Definition at line 57 of file TrackModifier.hpp.
View newest version in sPHENIX GitHub at line 57 of file TrackModifier.hpp
Referenced by config(), and TrackModifier().
|
private |
Definition at line 59 of file TrackModifier.hpp.
View newest version in sPHENIX GitHub at line 59 of file TrackModifier.hpp
Referenced by TrackModifier().
|
private |
Definition at line 61 of file TrackModifier.hpp.
View newest version in sPHENIX GitHub at line 61 of file TrackModifier.hpp
Referenced by TrackModifier().
|
private |
Definition at line 64 of file TrackModifier.hpp.
View newest version in sPHENIX GitHub at line 64 of file TrackModifier.hpp
Referenced by TrackModifier().
|
private |
Definition at line 66 of file TrackModifier.hpp.
View newest version in sPHENIX GitHub at line 66 of file TrackModifier.hpp
Referenced by TrackModifier().