Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ActsExamples::TrackFinderPerformanceWriter::Config Struct Reference

#include <acts/blob/sPHENIX/Examples/Io/Performance/ActsExamples/Io/Performance/TrackFinderPerformanceWriter.hpp>

+ Collaboration diagram for ActsExamples::TrackFinderPerformanceWriter::Config:

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.
 

Detailed Description

Definition at line 28 of file TrackFinderPerformanceWriter.hpp.

View newest version in sPHENIX GitHub at line 28 of file TrackFinderPerformanceWriter.hpp

Member Data Documentation

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"
std::string ActsExamples::TrackFinderPerformanceWriter::Config::inputMeasurementParticlesMap
std::string ActsExamples::TrackFinderPerformanceWriter::Config::inputParticles
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().


The documentation for this struct was generated from the following file: