Analysis Software
Documentation for sPHENIX simulation software
|
#include <acts/blob/sPHENIX/Examples/Io/Root/include/ActsExamples/Io/Root/RootParticleWriter.hpp>
Public Attributes | |
std::string | inputParticles |
Input particle collection to write. | |
std::string | filePath |
Path to the output file. | |
std::string | fileMode = "RECREATE" |
Output file access mode. | |
std::string | treeName = "particles" |
Name of the tree within the output file. | |
Definition at line 37 of file RootParticleWriter.hpp.
View newest version in sPHENIX GitHub at line 37 of file RootParticleWriter.hpp
std::string ActsExamples::RootParticleWriter::Config::fileMode = "RECREATE" |
Output file access mode.
Definition at line 43 of file RootParticleWriter.hpp.
View newest version in sPHENIX GitHub at line 43 of file RootParticleWriter.hpp
Referenced by ActsExamples::RootParticleWriter::RootParticleWriter().
std::string ActsExamples::RootParticleWriter::Config::filePath |
Path to the output file.
Definition at line 41 of file RootParticleWriter.hpp.
View newest version in sPHENIX GitHub at line 41 of file RootParticleWriter.hpp
Referenced by main(), ActsExamples::RootParticleWriter::RootParticleWriter(), and ActsExamples::Simulation::setupOutput().
std::string ActsExamples::RootParticleWriter::Config::inputParticles |
Input particle collection to write.
Definition at line 39 of file RootParticleWriter.hpp.
View newest version in sPHENIX GitHub at line 39 of file RootParticleWriter.hpp
Referenced by main(), and ActsExamples::Simulation::setupOutput().
std::string ActsExamples::RootParticleWriter::Config::treeName = "particles" |
Name of the tree within the output file.
Definition at line 45 of file RootParticleWriter.hpp.
View newest version in sPHENIX GitHub at line 45 of file RootParticleWriter.hpp
Referenced by ActsExamples::RootParticleWriter::RootParticleWriter().