EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <acts/blob/sPHENIX/Examples/Io/Root/include/ActsExamples/Io/Root/RootPropagationStepsWriter.hpp>
Public Attributes | |
std::string | collection |
particle collection to write | |
std::string | filePath = "" |
path of the output file | |
std::string | fileMode = "RECREATE" |
file access mode | |
std::string | treeName = "propagation_steps" |
name of the output tree | |
TFile * | rootFile = nullptr |
common root file | |
Definition at line 37 of file RootPropagationStepsWriter.hpp.
View newest version in sPHENIX GitHub at line 37 of file RootPropagationStepsWriter.hpp
std::string ActsExamples::RootPropagationStepsWriter::Config::collection |
particle collection to write
Definition at line 38 of file RootPropagationStepsWriter.hpp.
View newest version in sPHENIX GitHub at line 38 of file RootPropagationStepsWriter.hpp
Referenced by propagationExample(), and ActsExamples::RootPropagationStepsWriter::RootPropagationStepsWriter().
std::string ActsExamples::RootPropagationStepsWriter::Config::fileMode = "RECREATE" |
file access mode
Definition at line 41 of file RootPropagationStepsWriter.hpp.
View newest version in sPHENIX GitHub at line 41 of file RootPropagationStepsWriter.hpp
Referenced by ActsExamples::RootPropagationStepsWriter::RootPropagationStepsWriter().
std::string ActsExamples::RootPropagationStepsWriter::Config::filePath = "" |
path of the output file
Definition at line 40 of file RootPropagationStepsWriter.hpp.
View newest version in sPHENIX GitHub at line 40 of file RootPropagationStepsWriter.hpp
Referenced by propagationExample(), and ActsExamples::RootPropagationStepsWriter::RootPropagationStepsWriter().
TFile* ActsExamples::RootPropagationStepsWriter::Config::rootFile = nullptr |
common root file
Definition at line 43 of file RootPropagationStepsWriter.hpp.
View newest version in sPHENIX GitHub at line 43 of file RootPropagationStepsWriter.hpp
std::string ActsExamples::RootPropagationStepsWriter::Config::treeName = "propagation_steps" |
name of the output tree
Definition at line 42 of file RootPropagationStepsWriter.hpp.
View newest version in sPHENIX GitHub at line 42 of file RootPropagationStepsWriter.hpp
Referenced by ActsExamples::RootPropagationStepsWriter::RootPropagationStepsWriter().