|
LDMX Software
|
Public Attributes | |
| std::string | file_path_ = "" |
| path of the output file | |
| std::string | file_mode_ = "RECREATE" |
| file access mode | |
| std::string | tree_name_ = "propagation_steps" |
| name of the output tree | |
| TFile * | root_file_ = nullptr |
| common root file | |
Definition at line 31 of file PropagatorStepWriter.h.
| std::string tracking::sim::PropagatorStepWriter::Config::file_mode_ = "RECREATE" |
file access mode
Definition at line 36 of file PropagatorStepWriter.h.
Referenced by tracking::sim::PropagatorStepWriter::PropagatorStepWriter().
| std::string tracking::sim::PropagatorStepWriter::Config::file_path_ = "" |
path of the output file
Definition at line 35 of file PropagatorStepWriter.h.
Referenced by tracking::sim::PropagatorStepWriter::PropagatorStepWriter().
| TFile* tracking::sim::PropagatorStepWriter::Config::root_file_ = nullptr |
common root file
Definition at line 38 of file PropagatorStepWriter.h.
Referenced by tracking::sim::PropagatorStepWriter::~PropagatorStepWriter().
| std::string tracking::sim::PropagatorStepWriter::Config::tree_name_ = "propagation_steps" |
name of the output tree
Definition at line 37 of file PropagatorStepWriter.h.
Referenced by tracking::sim::PropagatorStepWriter::PropagatorStepWriter().