Analysis Software
Documentation for sPHENIX simulation software
|
#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 43 of file RootPropagationStepsWriter.hpp.
View newest version in sPHENIX GitHub at line 43 of file RootPropagationStepsWriter.hpp
std::string ActsExamples::RootPropagationStepsWriter::Config::collection |
particle collection to write
Definition at line 44 of file RootPropagationStepsWriter.hpp.
View newest version in sPHENIX GitHub at line 44 of file RootPropagationStepsWriter.hpp
Referenced by test_propagation.AssertCollectionExistsAlg::execute(), propagationExample(), and ActsExamples::RootPropagationStepsWriter::RootPropagationStepsWriter().
std::string ActsExamples::RootPropagationStepsWriter::Config::fileMode = "RECREATE" |
file access mode
Definition at line 47 of file RootPropagationStepsWriter.hpp.
View newest version in sPHENIX GitHub at line 47 of file RootPropagationStepsWriter.hpp
Referenced by ActsExamples::RootPropagationStepsWriter::RootPropagationStepsWriter().
std::string ActsExamples::RootPropagationStepsWriter::Config::filePath = "" |
path of the output file
Definition at line 46 of file RootPropagationStepsWriter.hpp.
View newest version in sPHENIX GitHub at line 46 of file RootPropagationStepsWriter.hpp
Referenced by propagationExample(), and ActsExamples::RootPropagationStepsWriter::RootPropagationStepsWriter().
TFile* ActsExamples::RootPropagationStepsWriter::Config::rootFile = nullptr |
common root file
Definition at line 49 of file RootPropagationStepsWriter.hpp.
View newest version in sPHENIX GitHub at line 49 of file RootPropagationStepsWriter.hpp
std::string ActsExamples::RootPropagationStepsWriter::Config::treeName = "propagation_steps" |
name of the output tree
Definition at line 48 of file RootPropagationStepsWriter.hpp.
View newest version in sPHENIX GitHub at line 48 of file RootPropagationStepsWriter.hpp
Referenced by ActsExamples::RootPropagationStepsWriter::RootPropagationStepsWriter().