ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <acts/blob/master/Examples/Io/Root/include/ACTFW/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 FW::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 FW::RootPropagationStepsWriter::RootPropagationStepsWriter().
std::string FW::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 FW::RootPropagationStepsWriter::RootPropagationStepsWriter().
std::string FW::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 FW::RootPropagationStepsWriter::RootPropagationStepsWriter().
TFile* FW::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 FW::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 FW::RootPropagationStepsWriter::RootPropagationStepsWriter().