EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <acts/blob/sPHENIX/Examples/Io/Root/include/ActsExamples/Io/Root/RootSimHitWriter.hpp>
Public Attributes | |
std::string | inputSimulatedHits |
Input particle collection to write. | |
std::string | filePath |
Path to the output file. | |
std::string | fileMode = "RECREATE" |
Output file access mode. | |
std::string | treeName = "hits" |
Name of the tree within the output file. | |
Definition at line 33 of file RootSimHitWriter.hpp.
View newest version in sPHENIX GitHub at line 33 of file RootSimHitWriter.hpp
std::string ActsExamples::RootSimHitWriter::Config::fileMode = "RECREATE" |
Output file access mode.
Definition at line 39 of file RootSimHitWriter.hpp.
View newest version in sPHENIX GitHub at line 39 of file RootSimHitWriter.hpp
Referenced by ActsExamples::RootSimHitWriter::RootSimHitWriter().
std::string ActsExamples::RootSimHitWriter::Config::filePath |
Path to the output file.
Definition at line 37 of file RootSimHitWriter.hpp.
View newest version in sPHENIX GitHub at line 37 of file RootSimHitWriter.hpp
Referenced by ActsExamples::RootSimHitWriter::RootSimHitWriter().
std::string ActsExamples::RootSimHitWriter::Config::inputSimulatedHits |
Input particle collection to write.
Definition at line 35 of file RootSimHitWriter.hpp.
View newest version in sPHENIX GitHub at line 35 of file RootSimHitWriter.hpp
std::string ActsExamples::RootSimHitWriter::Config::treeName = "hits" |
Name of the tree within the output file.
Definition at line 41 of file RootSimHitWriter.hpp.
View newest version in sPHENIX GitHub at line 41 of file RootSimHitWriter.hpp
Referenced by ActsExamples::RootSimHitWriter::RootSimHitWriter().