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