Analysis Software
Documentation for sPHENIX simulation software
|
Public Attributes | |
std::string | inputProtoTracks |
Input reconstructed proto tracks collection. | |
std::string | inputMeasurementParticlesMap |
Input hit-particles map collection. | |
std::string | inputParticles |
Input particles collection. | |
std::string | filePath = "performance_track_finder.root" |
Output filename. | |
std::string | fileMode = "RECREATE" |
Output file mode. | |
std::string | treeNameTracks = "track_finder_tracks" |
Output tree name for the tracks. | |
std::string | treeNameParticles = "track_finder_particles" |
Output tree name for the particles. | |
Definition at line 28 of file TrackFinderPerformanceWriter.hpp.
View newest version in sPHENIX GitHub at line 28 of file TrackFinderPerformanceWriter.hpp
std::string ActsExamples::TrackFinderPerformanceWriter::Config::fileMode = "RECREATE" |
Output file mode.
Definition at line 38 of file TrackFinderPerformanceWriter.hpp.
View newest version in sPHENIX GitHub at line 38 of file TrackFinderPerformanceWriter.hpp
Referenced by ActsExamples::TrackFinderPerformanceWriter::Impl::_logger().
std::string ActsExamples::TrackFinderPerformanceWriter::Config::filePath = "performance_track_finder.root" |
Output filename.
Definition at line 36 of file TrackFinderPerformanceWriter.hpp.
View newest version in sPHENIX GitHub at line 36 of file TrackFinderPerformanceWriter.hpp
Referenced by ActsExamples::TrackFinderPerformanceWriter::Impl::_logger(), runDetectorAlignment(), runHoughExample(), runRecCKFTracks(), runRecTruthTracks(), and runSeedingExample().
std::string ActsExamples::TrackFinderPerformanceWriter::Config::inputMeasurementParticlesMap |
Input hit-particles map collection.
Definition at line 32 of file TrackFinderPerformanceWriter.hpp.
View newest version in sPHENIX GitHub at line 32 of file TrackFinderPerformanceWriter.hpp
Referenced by ActsExamples::TrackFinderPerformanceWriter::Impl::_logger(), runDetectorAlignment(), runHoughExample(), runRecCKFTracks(), runRecTruthTracks(), and runSeedingExample().
std::string ActsExamples::TrackFinderPerformanceWriter::Config::inputParticles |
Input particles collection.
Definition at line 34 of file TrackFinderPerformanceWriter.hpp.
View newest version in sPHENIX GitHub at line 34 of file TrackFinderPerformanceWriter.hpp
Referenced by ActsExamples::TrackFinderPerformanceWriter::Impl::_logger(), runDetectorAlignment(), runHoughExample(), runRecCKFTracks(), runRecTruthTracks(), and runSeedingExample().
std::string ActsExamples::TrackFinderPerformanceWriter::Config::inputProtoTracks |
Input reconstructed proto tracks collection.
Definition at line 30 of file TrackFinderPerformanceWriter.hpp.
View newest version in sPHENIX GitHub at line 30 of file TrackFinderPerformanceWriter.hpp
Referenced by ActsExamples::TrackFinderPerformanceWriter::Impl::_logger(), runDetectorAlignment(), runHoughExample(), runRecCKFTracks(), runRecTruthTracks(), and runSeedingExample().
std::string ActsExamples::TrackFinderPerformanceWriter::Config::treeNameParticles = "track_finder_particles" |
Output tree name for the particles.
Definition at line 42 of file TrackFinderPerformanceWriter.hpp.
View newest version in sPHENIX GitHub at line 42 of file TrackFinderPerformanceWriter.hpp
Referenced by ActsExamples::TrackFinderPerformanceWriter::Impl::_logger().
std::string ActsExamples::TrackFinderPerformanceWriter::Config::treeNameTracks = "track_finder_tracks" |
Output tree name for the tracks.
Definition at line 40 of file TrackFinderPerformanceWriter.hpp.
View newest version in sPHENIX GitHub at line 40 of file TrackFinderPerformanceWriter.hpp
Referenced by ActsExamples::TrackFinderPerformanceWriter::Impl::_logger().