![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
Inheritance diagram for ActsExamples::TrajectoriesToPrototracks:
Collaboration diagram for ActsExamples::TrajectoriesToPrototracks:Classes | |
| struct | Config |
Public Member Functions | |
| TrajectoriesToPrototracks (Config cfg, Acts::Logging::Level lvl) | |
| ProcessCode | execute (const AlgorithmContext &ctx) const final |
| const Config & | config () const |
| Const access to the config. | |
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 < TrajectoriesContainer > | m_inputTrajectories |
| WriteDataHandle < ProtoTrackContainer > | m_outputProtoTracks |
Additional Inherited Members | |
Protected Member Functions inherited from ActsExamples::IAlgorithm | |
| const Acts::Logger & | logger () const |
Definition at line 23 of file TrajectoriesToPrototracks.hpp.
View newest version in sPHENIX GitHub at line 23 of file TrajectoriesToPrototracks.hpp
| ActsExamples::TrajectoriesToPrototracks::TrajectoriesToPrototracks | ( | Config | cfg, |
| Acts::Logging::Level | lvl | ||
| ) |
Construct the algorithm.
| cfg | is the algorithm configuration |
| lvl | is the logging level |
Definition at line 22 of file TrajectoriesToPrototracks.cpp.
View newest version in sPHENIX GitHub at line 22 of file TrajectoriesToPrototracks.cpp
References ActsExamples::WriteDataHandle< T >::initialize(), ActsExamples::ReadDataHandle< T >::initialize(), ActsExamples::TrajectoriesToPrototracks::Config::inputTrajectories, m_cfg, m_inputTrajectories, m_outputProtoTracks, and ActsExamples::TrajectoriesToPrototracks::Config::outputProtoTracks.
Here is the call graph for this function:
|
inline |
Const access to the config.
Definition at line 43 of file TrajectoriesToPrototracks.hpp.
View newest version in sPHENIX GitHub at line 43 of file TrajectoriesToPrototracks.hpp
References m_cfg.
|
finalvirtual |
Run the algorithm.
| ctx | is the algorithm context with event information |
Implements ActsExamples::IAlgorithm.
Definition at line 29 of file TrajectoriesToPrototracks.cpp.
View newest version in sPHENIX GitHub at line 29 of file TrajectoriesToPrototracks.cpp
References m_inputTrajectories, m_outputProtoTracks, Acts::MeasurementFlag, testing::internal::move(), filter::state, SUCCESS, tracks(), and trajectory.
Here is the call graph for this function:
|
private |
Definition at line 46 of file TrajectoriesToPrototracks.hpp.
View newest version in sPHENIX GitHub at line 46 of file TrajectoriesToPrototracks.hpp
Referenced by config(), and TrajectoriesToPrototracks().
|
private |
Definition at line 48 of file TrajectoriesToPrototracks.hpp.
View newest version in sPHENIX GitHub at line 48 of file TrajectoriesToPrototracks.hpp
Referenced by execute(), and TrajectoriesToPrototracks().
|
private |
Definition at line 51 of file TrajectoriesToPrototracks.hpp.
View newest version in sPHENIX GitHub at line 51 of file TrajectoriesToPrototracks.hpp
Referenced by execute(), and TrajectoriesToPrototracks().