Analysis Software
Documentation for sPHENIX simulation software
|
#include <acts/blob/sPHENIX/Examples/Io/Root/include/ActsExamples/Io/Root/RootSimHitWriter.hpp>
Public Attributes | |
std::string | inputSimHits |
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 36 of file RootSimHitWriter.hpp.
View newest version in sPHENIX GitHub at line 36 of file RootSimHitWriter.hpp
std::string ActsExamples::RootSimHitWriter::Config::fileMode = "RECREATE" |
Output file access mode.
Definition at line 42 of file RootSimHitWriter.hpp.
View newest version in sPHENIX GitHub at line 42 of file RootSimHitWriter.hpp
Referenced by ActsExamples::RootSimHitWriter::RootSimHitWriter().
std::string ActsExamples::RootSimHitWriter::Config::filePath |
Path to the output file.
Definition at line 40 of file RootSimHitWriter.hpp.
View newest version in sPHENIX GitHub at line 40 of file RootSimHitWriter.hpp
Referenced by BOOST_AUTO_TEST_CASE(), ActsExamples::RootSimHitWriter::RootSimHitWriter(), and ActsExamples::Simulation::setupOutput().
std::string ActsExamples::RootSimHitWriter::Config::inputSimHits |
Input particle collection to write.
Definition at line 38 of file RootSimHitWriter.hpp.
View newest version in sPHENIX GitHub at line 38 of file RootSimHitWriter.hpp
Referenced by BOOST_AUTO_TEST_CASE(), and ActsExamples::Simulation::setupOutput().
std::string ActsExamples::RootSimHitWriter::Config::treeName = "hits" |
Name of the tree within the output file.
Definition at line 44 of file RootSimHitWriter.hpp.
View newest version in sPHENIX GitHub at line 44 of file RootSimHitWriter.hpp
Referenced by ActsExamples::RootSimHitWriter::RootSimHitWriter().