![]() |
ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <acts/blob/master/Examples/Io/Root/include/ACTFW/Io/Root/RootParticleWriter.hpp>
Collaboration diagram for FW::RootParticleWriter::Config: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 33 of file RootParticleWriter.hpp.
View newest version in sPHENIX GitHub at line 33 of file RootParticleWriter.hpp
| std::string FW::RootParticleWriter::Config::fileMode = "RECREATE" |
Output file access mode.
Definition at line 39 of file RootParticleWriter.hpp.
View newest version in sPHENIX GitHub at line 39 of file RootParticleWriter.hpp
Referenced by FW::RootParticleWriter::RootParticleWriter().
| std::string FW::RootParticleWriter::Config::filePath |
Path to the output file.
Definition at line 37 of file RootParticleWriter.hpp.
View newest version in sPHENIX GitHub at line 37 of file RootParticleWriter.hpp
Referenced by main(), and FW::RootParticleWriter::RootParticleWriter().
| std::string FW::RootParticleWriter::Config::inputParticles |
Input particle collection to write.
Definition at line 35 of file RootParticleWriter.hpp.
View newest version in sPHENIX GitHub at line 35 of file RootParticleWriter.hpp
Referenced by main().
| std::string FW::RootParticleWriter::Config::treeName = "particles" |
Name of the tree within 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 FW::RootParticleWriter::RootParticleWriter().