Analysis Software
Documentation for sPHENIX simulation software
|
#include <acts/blob/sPHENIX/Examples/Io/Json/include/ActsExamples/Io/Json/JsonMaterialWriter.hpp>
Public Attributes | |
Acts::MaterialMapJsonConverter::Config | converterCfg |
The config class of the converter. | |
std::string | fileName = "material" |
Output file name. | |
JsonFormat | writeFormat = JsonFormat::Json |
Output format of the file. | |
Definition at line 61 of file JsonMaterialWriter.hpp.
View newest version in sPHENIX GitHub at line 61 of file JsonMaterialWriter.hpp
Acts::MaterialMapJsonConverter::Config ActsExamples::JsonMaterialWriter::Config::converterCfg |
The config class of the converter.
Definition at line 63 of file JsonMaterialWriter.hpp.
View newest version in sPHENIX GitHub at line 63 of file JsonMaterialWriter.hpp
Referenced by processGeometry(), and runMaterialMapping().
std::string ActsExamples::JsonMaterialWriter::Config::fileName = "material" |
Output file name.
Definition at line 65 of file JsonMaterialWriter.hpp.
View newest version in sPHENIX GitHub at line 65 of file JsonMaterialWriter.hpp
Referenced by processGeometry(), and runMaterialMapping().
JsonFormat ActsExamples::JsonMaterialWriter::Config::writeFormat = JsonFormat::Json |
Output format of the file.
Definition at line 67 of file JsonMaterialWriter.hpp.
View newest version in sPHENIX GitHub at line 67 of file JsonMaterialWriter.hpp
Referenced by processGeometry(), and runMaterialMapping().