Analysis Software
Documentation for sPHENIX simulation software
|
#include <acts/blob/sPHENIX/Examples/Io/Performance/ActsExamples/Io/Performance/SeedingPerformanceWriter.hpp>
Public Attributes | |
std::string | inputSeeds |
Input reconstructed seed collection. | |
std::string | inputMeasurementParticlesMap |
Input hit to particles map. | |
std::string | inputParticles |
Input truth particles collection. | |
std::string | filePath = "performance_track_seeding.root" |
Output filename. | |
std::string | fileMode = "RECREATE" |
Output file mode. | |
EffPlotTool::Config | effPlotToolConfig |
Plot tool configurations. | |
DuplicationPlotTool::Config | duplicationPlotToolConfig |
Definition at line 39 of file SeedingPerformanceWriter.hpp.
View newest version in sPHENIX GitHub at line 39 of file SeedingPerformanceWriter.hpp
DuplicationPlotTool::Config ActsExamples::SeedingPerformanceWriter::Config::duplicationPlotToolConfig |
Definition at line 52 of file SeedingPerformanceWriter.hpp.
View newest version in sPHENIX GitHub at line 52 of file SeedingPerformanceWriter.hpp
EffPlotTool::Config ActsExamples::SeedingPerformanceWriter::Config::effPlotToolConfig |
Plot tool configurations.
Definition at line 51 of file SeedingPerformanceWriter.hpp.
View newest version in sPHENIX GitHub at line 51 of file SeedingPerformanceWriter.hpp
std::string ActsExamples::SeedingPerformanceWriter::Config::fileMode = "RECREATE" |
Output file mode.
Definition at line 49 of file SeedingPerformanceWriter.hpp.
View newest version in sPHENIX GitHub at line 49 of file SeedingPerformanceWriter.hpp
Referenced by ActsExamples::SeedingPerformanceWriter::SeedingPerformanceWriter().
std::string ActsExamples::SeedingPerformanceWriter::Config::filePath = "performance_track_seeding.root" |
Output filename.
Definition at line 47 of file SeedingPerformanceWriter.hpp.
View newest version in sPHENIX GitHub at line 47 of file SeedingPerformanceWriter.hpp
Referenced by runHoughExample(), runSeedingExample(), and ActsExamples::SeedingPerformanceWriter::SeedingPerformanceWriter().
std::string ActsExamples::SeedingPerformanceWriter::Config::inputMeasurementParticlesMap |
Input hit to particles map.
Definition at line 43 of file SeedingPerformanceWriter.hpp.
View newest version in sPHENIX GitHub at line 43 of file SeedingPerformanceWriter.hpp
Referenced by runHoughExample(), runSeedingExample(), and ActsExamples::SeedingPerformanceWriter::SeedingPerformanceWriter().
std::string ActsExamples::SeedingPerformanceWriter::Config::inputParticles |
Input truth particles collection.
Definition at line 45 of file SeedingPerformanceWriter.hpp.
View newest version in sPHENIX GitHub at line 45 of file SeedingPerformanceWriter.hpp
Referenced by runHoughExample(), runSeedingExample(), and ActsExamples::SeedingPerformanceWriter::SeedingPerformanceWriter().
std::string ActsExamples::SeedingPerformanceWriter::Config::inputSeeds |
Input reconstructed seed collection.
Definition at line 41 of file SeedingPerformanceWriter.hpp.
View newest version in sPHENIX GitHub at line 41 of file SeedingPerformanceWriter.hpp
Referenced by runHoughExample(), and runSeedingExample().