LDMX Software
tracking::sim::PropagatorStepWriter::Config Struct Reference

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
 

Detailed Description

Definition at line 31 of file PropagatorStepWriter.h.

Member Data Documentation

◆ file_mode_

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().

◆ file_path_

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().

◆ root_file_

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().

◆ tree_name_

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().


The documentation for this struct was generated from the following file: