Analysis Software
Documentation for sPHENIX simulation software
|
#include <acts/blob/sPHENIX/Examples/Io/Root/include/ActsExamples/Io/Root/RootTrackParameterWriter.hpp>
Public Attributes | |
std::string | inputTrackParameters |
Input estimated track parameters collection. | |
std::string | inputProtoTracks |
Input reconstructed proto tracks 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 = "estimatedparams.root" |
output filename. | |
std::string | treeName = "estimatedparams" |
name of the output tree. | |
std::string | fileMode = "RECREATE" |
file access mode. | |
Definition at line 45 of file RootTrackParameterWriter.hpp.
View newest version in sPHENIX GitHub at line 45 of file RootTrackParameterWriter.hpp
std::string ActsExamples::RootTrackParameterWriter::Config::fileMode = "RECREATE" |
file access mode.
Definition at line 63 of file RootTrackParameterWriter.hpp.
View newest version in sPHENIX GitHub at line 63 of file RootTrackParameterWriter.hpp
Referenced by ActsExamples::RootTrackParameterWriter::RootTrackParameterWriter().
std::string ActsExamples::RootTrackParameterWriter::Config::filePath = "estimatedparams.root" |
output filename.
Definition at line 59 of file RootTrackParameterWriter.hpp.
View newest version in sPHENIX GitHub at line 59 of file RootTrackParameterWriter.hpp
Referenced by ActsExamples::RootTrackParameterWriter::RootTrackParameterWriter(), runHoughExample(), and runSeedingExample().
std::string ActsExamples::RootTrackParameterWriter::Config::inputMeasurementParticlesMap |
Input hit-particles map collection.
Definition at line 55 of file RootTrackParameterWriter.hpp.
View newest version in sPHENIX GitHub at line 55 of file RootTrackParameterWriter.hpp
Referenced by ActsExamples::RootTrackParameterWriter::RootTrackParameterWriter(), runHoughExample(), and runSeedingExample().
std::string ActsExamples::RootTrackParameterWriter::Config::inputMeasurementSimHitsMap |
Input collection to map measured hits to simulated hits.
Definition at line 57 of file RootTrackParameterWriter.hpp.
View newest version in sPHENIX GitHub at line 57 of file RootTrackParameterWriter.hpp
Referenced by ActsExamples::RootTrackParameterWriter::RootTrackParameterWriter(), runHoughExample(), and runSeedingExample().
std::string ActsExamples::RootTrackParameterWriter::Config::inputParticles |
Input particles collection.
Definition at line 51 of file RootTrackParameterWriter.hpp.
View newest version in sPHENIX GitHub at line 51 of file RootTrackParameterWriter.hpp
Referenced by ActsExamples::RootTrackParameterWriter::RootTrackParameterWriter(), runHoughExample(), and runSeedingExample().
std::string ActsExamples::RootTrackParameterWriter::Config::inputProtoTracks |
Input reconstructed proto tracks collection.
Definition at line 49 of file RootTrackParameterWriter.hpp.
View newest version in sPHENIX GitHub at line 49 of file RootTrackParameterWriter.hpp
Referenced by ActsExamples::RootTrackParameterWriter::RootTrackParameterWriter(), runHoughExample(), and runSeedingExample().
std::string ActsExamples::RootTrackParameterWriter::Config::inputSimHits |
Input collection of simulated hits.
Definition at line 53 of file RootTrackParameterWriter.hpp.
View newest version in sPHENIX GitHub at line 53 of file RootTrackParameterWriter.hpp
Referenced by ActsExamples::RootTrackParameterWriter::RootTrackParameterWriter(), runHoughExample(), and runSeedingExample().
std::string ActsExamples::RootTrackParameterWriter::Config::inputTrackParameters |
Input estimated track parameters collection.
Definition at line 47 of file RootTrackParameterWriter.hpp.
View newest version in sPHENIX GitHub at line 47 of file RootTrackParameterWriter.hpp
Referenced by runHoughExample(), and runSeedingExample().
std::string ActsExamples::RootTrackParameterWriter::Config::treeName = "estimatedparams" |
name of the output tree.
Definition at line 61 of file RootTrackParameterWriter.hpp.
View newest version in sPHENIX GitHub at line 61 of file RootTrackParameterWriter.hpp
Referenced by ActsExamples::RootTrackParameterWriter::RootTrackParameterWriter(), runHoughExample(), and runSeedingExample().