LDMX Software
|
Public Attributes | |
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 31 of file PropagatorStepWriter.h.
std::string tracking::sim::PropagatorStepWriter::Config::fileMode = "RECREATE" |
file access mode
Definition at line 36 of file PropagatorStepWriter.h.
Referenced by tracking::sim::PropagatorStepWriter::PropagatorStepWriter().
std::string tracking::sim::PropagatorStepWriter::Config::filePath = "" |
path of the output file
Definition at line 35 of file PropagatorStepWriter.h.
Referenced by tracking::sim::PropagatorStepWriter::PropagatorStepWriter().
TFile* tracking::sim::PropagatorStepWriter::Config::rootFile = nullptr |
common root file
Definition at line 38 of file PropagatorStepWriter.h.
Referenced by tracking::sim::PropagatorStepWriter::~PropagatorStepWriter().
std::string tracking::sim::PropagatorStepWriter::Config::treeName = "propagation_steps" |
name of the output tree
Definition at line 37 of file PropagatorStepWriter.h.
Referenced by tracking::sim::PropagatorStepWriter::PropagatorStepWriter().