Analysis Software
Documentation for sPHENIX simulation software
|
#include <acts/blob/sPHENIX/Examples/Io/Root/include/ActsExamples/Io/Root/RootTrajectoryStatesWriter.hpp>
Public Attributes | |
std::string | inputTrajectories |
Input (fitted) trajectories collection. | |
std::string | inputParticles |
Input particles collection. | |
std::string | inputSimHits |
Input collection of simulated hits. | |
std::string | inputMeasurementParticlesMap |
Input hit-particles map collection. | |
std::string | inputMeasurementSimHitsMap |
Input collection to map measured hits to simulated hits. | |
std::string | filePath = "trackstates.root" |
output filename. | |
std::string | treeName = "trackstates" |
name of the output tree. | |
std::string | fileMode = "RECREATE" |
file access mode. | |
Definition at line 57 of file RootTrajectoryStatesWriter.hpp.
View newest version in sPHENIX GitHub at line 57 of file RootTrajectoryStatesWriter.hpp
std::string ActsExamples::RootTrajectoryStatesWriter::Config::fileMode = "RECREATE" |
file access mode.
Definition at line 73 of file RootTrajectoryStatesWriter.hpp.
View newest version in sPHENIX GitHub at line 73 of file RootTrajectoryStatesWriter.hpp
Referenced by ActsExamples::RootTrajectoryStatesWriter::RootTrajectoryStatesWriter().
std::string ActsExamples::RootTrajectoryStatesWriter::Config::filePath = "trackstates.root" |
output filename.
Definition at line 69 of file RootTrajectoryStatesWriter.hpp.
View newest version in sPHENIX GitHub at line 69 of file RootTrajectoryStatesWriter.hpp
Referenced by ActsExamples::RootTrajectoryStatesWriter::RootTrajectoryStatesWriter(), runDetectorAlignment(), runRecCKFTracks(), and runRecTruthTracks().
std::string ActsExamples::RootTrajectoryStatesWriter::Config::inputMeasurementParticlesMap |
Input hit-particles map collection.
Definition at line 65 of file RootTrajectoryStatesWriter.hpp.
View newest version in sPHENIX GitHub at line 65 of file RootTrajectoryStatesWriter.hpp
Referenced by ActsExamples::RootTrajectoryStatesWriter::RootTrajectoryStatesWriter(), runDetectorAlignment(), runRecCKFTracks(), and runRecTruthTracks().
std::string ActsExamples::RootTrajectoryStatesWriter::Config::inputMeasurementSimHitsMap |
Input collection to map measured hits to simulated hits.
Definition at line 67 of file RootTrajectoryStatesWriter.hpp.
View newest version in sPHENIX GitHub at line 67 of file RootTrajectoryStatesWriter.hpp
Referenced by ActsExamples::RootTrajectoryStatesWriter::RootTrajectoryStatesWriter(), runDetectorAlignment(), runRecCKFTracks(), and runRecTruthTracks().
std::string ActsExamples::RootTrajectoryStatesWriter::Config::inputParticles |
Input particles collection.
Definition at line 61 of file RootTrajectoryStatesWriter.hpp.
View newest version in sPHENIX GitHub at line 61 of file RootTrajectoryStatesWriter.hpp
Referenced by ActsExamples::RootTrajectoryStatesWriter::RootTrajectoryStatesWriter(), runDetectorAlignment(), runRecCKFTracks(), and runRecTruthTracks().
std::string ActsExamples::RootTrajectoryStatesWriter::Config::inputSimHits |
Input collection of simulated hits.
Definition at line 63 of file RootTrajectoryStatesWriter.hpp.
View newest version in sPHENIX GitHub at line 63 of file RootTrajectoryStatesWriter.hpp
Referenced by ActsExamples::RootTrajectoryStatesWriter::RootTrajectoryStatesWriter(), runDetectorAlignment(), runRecCKFTracks(), and runRecTruthTracks().
std::string ActsExamples::RootTrajectoryStatesWriter::Config::inputTrajectories |
Input (fitted) trajectories collection.
Definition at line 59 of file RootTrajectoryStatesWriter.hpp.
View newest version in sPHENIX GitHub at line 59 of file RootTrajectoryStatesWriter.hpp
Referenced by runDetectorAlignment(), runRecCKFTracks(), and runRecTruthTracks().
std::string ActsExamples::RootTrajectoryStatesWriter::Config::treeName = "trackstates" |
name of the output tree.
Definition at line 71 of file RootTrajectoryStatesWriter.hpp.
View newest version in sPHENIX GitHub at line 71 of file RootTrajectoryStatesWriter.hpp
Referenced by ActsExamples::RootTrajectoryStatesWriter::RootTrajectoryStatesWriter(), and runRecCKFTracks().