ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <acts/blob/master/Examples/Io/Performance/ACTFW/Io/Performance/TrackFinderPerformanceWriter.hpp>
Public Attributes | |
std::string | inputParticles |
True set of input particles. | |
std::string | inputHitParticlesMap |
True hit-particles mapping. | |
std::string | inputProtoTracks |
Reconstructed input proto tracks. | |
std::string | outputDir |
Output directory. | |
std::string | outputFilename = "performance_track_finder.root" |
Output filename. | |
Definition at line 25 of file TrackFinderPerformanceWriter.hpp.
View newest version in sPHENIX GitHub at line 25 of file TrackFinderPerformanceWriter.hpp
std::string FW::TrackFinderPerformanceWriter::Config::inputHitParticlesMap |
True hit-particles mapping.
Definition at line 29 of file TrackFinderPerformanceWriter.hpp.
View newest version in sPHENIX GitHub at line 29 of file TrackFinderPerformanceWriter.hpp
Referenced by FW::TrackFinderPerformanceWriter::Impl::Impl(), and main().
std::string FW::TrackFinderPerformanceWriter::Config::inputParticles |
True set of input particles.
Definition at line 27 of file TrackFinderPerformanceWriter.hpp.
View newest version in sPHENIX GitHub at line 27 of file TrackFinderPerformanceWriter.hpp
Referenced by FW::TrackFinderPerformanceWriter::Impl::Impl(), and main().
std::string FW::TrackFinderPerformanceWriter::Config::inputProtoTracks |
Reconstructed input proto tracks.
Definition at line 31 of file TrackFinderPerformanceWriter.hpp.
View newest version in sPHENIX GitHub at line 31 of file TrackFinderPerformanceWriter.hpp
Referenced by FW::TrackFinderPerformanceWriter::Impl::Impl(), and main().
std::string FW::TrackFinderPerformanceWriter::Config::outputDir |
Output directory.
Definition at line 33 of file TrackFinderPerformanceWriter.hpp.
View newest version in sPHENIX GitHub at line 33 of file TrackFinderPerformanceWriter.hpp
Referenced by FW::TrackFinderPerformanceWriter::Impl::Impl(), and main().
std::string FW::TrackFinderPerformanceWriter::Config::outputFilename = "performance_track_finder.root" |
Output filename.
Definition at line 35 of file TrackFinderPerformanceWriter.hpp.
View newest version in sPHENIX GitHub at line 35 of file TrackFinderPerformanceWriter.hpp
Referenced by FW::TrackFinderPerformanceWriter::Impl::Impl().