ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <acts/blob/master/Examples/Algorithms/TruthTracking/ACTFW/TruthTracking/TruthTrackFinder.hpp>
Public Attributes | |
std::string | inputParticles |
The input truth particles that should be used to create proto tracks. | |
std::string | inputHitParticlesMap |
The input hit-particles map collection. | |
std::string | outputProtoTracks |
The output proto tracks collection. | |
Definition at line 24 of file TruthTrackFinder.hpp.
View newest version in sPHENIX GitHub at line 24 of file TruthTrackFinder.hpp
std::string FW::TruthTrackFinder::Config::inputHitParticlesMap |
The input hit-particles map collection.
Definition at line 28 of file TruthTrackFinder.hpp.
View newest version in sPHENIX GitHub at line 28 of file TruthTrackFinder.hpp
Referenced by FW::TruthTrackFinder::execute(), main(), and FW::TruthTrackFinder::TruthTrackFinder().
std::string FW::TruthTrackFinder::Config::inputParticles |
The input truth particles that should be used to create proto tracks.
Definition at line 26 of file TruthTrackFinder.hpp.
View newest version in sPHENIX GitHub at line 26 of file TruthTrackFinder.hpp
Referenced by FW::TruthTrackFinder::execute(), main(), and FW::TruthTrackFinder::TruthTrackFinder().
std::string FW::TruthTrackFinder::Config::outputProtoTracks |
The output proto tracks collection.
Definition at line 30 of file TruthTrackFinder.hpp.
View newest version in sPHENIX GitHub at line 30 of file TruthTrackFinder.hpp
Referenced by FW::TruthTrackFinder::execute(), main(), and FW::TruthTrackFinder::TruthTrackFinder().