Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ActsExamples::JsonMaterialWriter::Config Struct Reference

#include <acts/blob/sPHENIX/Examples/Io/Json/include/ActsExamples/Io/Json/JsonMaterialWriter.hpp>

+ Collaboration diagram for ActsExamples::JsonMaterialWriter::Config:

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.
 

Detailed Description

Definition at line 61 of file JsonMaterialWriter.hpp.

View newest version in sPHENIX GitHub at line 61 of file JsonMaterialWriter.hpp

Member Data Documentation

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


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