ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <acts/blob/master/Examples/Io/Obj/include/ACTFW/Plugins/Obj/ObjPropagationStepsWriter.hpp>
Public Attributes | |
std::string | collection |
which collection to write | |
std::string | outputDir |
where to place output files | |
double | outputScalor = 1.0 |
scale output values | |
size_t | outputPrecision = 6 |
floating point precision | |
Definition at line 34 of file ObjPropagationStepsWriter.hpp.
View newest version in sPHENIX GitHub at line 34 of file ObjPropagationStepsWriter.hpp
std::string FW::Obj::ObjPropagationStepsWriter< step_t >::Config::collection |
which collection to write
Definition at line 35 of file ObjPropagationStepsWriter.hpp.
View newest version in sPHENIX GitHub at line 35 of file ObjPropagationStepsWriter.hpp
Referenced by FW::Obj::ObjPropagationStepsWriter< step_t >::ObjPropagationStepsWriter().
std::string FW::Obj::ObjPropagationStepsWriter< step_t >::Config::outputDir |
where to place output files
Definition at line 36 of file ObjPropagationStepsWriter.hpp.
View newest version in sPHENIX GitHub at line 36 of file ObjPropagationStepsWriter.hpp
Referenced by FW::Obj::ObjPropagationStepsWriter< step_t >::writeT().
size_t FW::Obj::ObjPropagationStepsWriter< step_t >::Config::outputPrecision = 6 |
floating point precision
Definition at line 38 of file ObjPropagationStepsWriter.hpp.
View newest version in sPHENIX GitHub at line 38 of file ObjPropagationStepsWriter.hpp
double FW::Obj::ObjPropagationStepsWriter< step_t >::Config::outputScalor = 1.0 |
scale output values
Definition at line 37 of file ObjPropagationStepsWriter.hpp.
View newest version in sPHENIX GitHub at line 37 of file ObjPropagationStepsWriter.hpp
Referenced by FW::Obj::ObjPropagationStepsWriter< step_t >::writeT().