Analysis Software
Documentation for sPHENIX simulation software
|
Public Attributes | |
std::string | inputMeasurements |
Input measurements collection. | |
std::string | inputSourceLinks |
Input source links collection. | |
std::string | inputInitialTrackParameters |
Input initial track parameter estimates for for each proto track. | |
std::string | outputTracks |
Output find trajectories collection. | |
std::shared_ptr < TrackFinderFunction > | findTracks |
Type erased track finder function. | |
Acts::MeasurementSelector::Config | measurementSelectorCfg |
CKF measurement selector config. | |
bool | computeSharedHits = false |
Compute shared hit information. | |
std::optional < Acts::TrackSelector::Config > | trackSelectorCfg = std::nullopt |
Track selector config. | |
bool | backward = false |
Run backward finding. | |
unsigned int | maxSteps = 100000 |
Maximum number of propagation steps. | |
Definition at line 80 of file TrackFindingAlgorithm.hpp.
View newest version in sPHENIX GitHub at line 80 of file TrackFindingAlgorithm.hpp
bool ActsExamples::TrackFindingAlgorithm::Config::backward = false |
Run backward finding.
Definition at line 99 of file TrackFindingAlgorithm.hpp.
View newest version in sPHENIX GitHub at line 99 of file TrackFindingAlgorithm.hpp
bool ActsExamples::TrackFindingAlgorithm::Config::computeSharedHits = false |
Compute shared hit information.
Definition at line 95 of file TrackFindingAlgorithm.hpp.
View newest version in sPHENIX GitHub at line 95 of file TrackFindingAlgorithm.hpp
std::shared_ptr<TrackFinderFunction> ActsExamples::TrackFindingAlgorithm::Config::findTracks |
Type erased track finder function.
Definition at line 91 of file TrackFindingAlgorithm.hpp.
View newest version in sPHENIX GitHub at line 91 of file TrackFindingAlgorithm.hpp
std::string ActsExamples::TrackFindingAlgorithm::Config::inputInitialTrackParameters |
Input initial track parameter estimates for for each proto track.
Definition at line 86 of file TrackFindingAlgorithm.hpp.
View newest version in sPHENIX GitHub at line 86 of file TrackFindingAlgorithm.hpp
std::string ActsExamples::TrackFindingAlgorithm::Config::inputMeasurements |
Input measurements collection.
Definition at line 82 of file TrackFindingAlgorithm.hpp.
View newest version in sPHENIX GitHub at line 82 of file TrackFindingAlgorithm.hpp
std::string ActsExamples::TrackFindingAlgorithm::Config::inputSourceLinks |
Input source links collection.
Definition at line 84 of file TrackFindingAlgorithm.hpp.
View newest version in sPHENIX GitHub at line 84 of file TrackFindingAlgorithm.hpp
unsigned int ActsExamples::TrackFindingAlgorithm::Config::maxSteps = 100000 |
Maximum number of propagation steps.
Definition at line 101 of file TrackFindingAlgorithm.hpp.
View newest version in sPHENIX GitHub at line 101 of file TrackFindingAlgorithm.hpp
Acts::MeasurementSelector::Config ActsExamples::TrackFindingAlgorithm::Config::measurementSelectorCfg |
CKF measurement selector config.
Definition at line 93 of file TrackFindingAlgorithm.hpp.
View newest version in sPHENIX GitHub at line 93 of file TrackFindingAlgorithm.hpp
std::string ActsExamples::TrackFindingAlgorithm::Config::outputTracks |
Output find trajectories collection.
Definition at line 88 of file TrackFindingAlgorithm.hpp.
View newest version in sPHENIX GitHub at line 88 of file TrackFindingAlgorithm.hpp
std::optional<Acts::TrackSelector::Config> ActsExamples::TrackFindingAlgorithm::Config::trackSelectorCfg = std::nullopt |
Track selector config.
Definition at line 97 of file TrackFindingAlgorithm.hpp.
View newest version in sPHENIX GitHub at line 97 of file TrackFindingAlgorithm.hpp
Referenced by ActsExamples::TrackFindingAlgorithm::TrackFindingAlgorithm().