Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
MaterialJsonConverter.hpp File Reference
+ Include dependency graph for MaterialJsonConverter.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Acts
 Acts includes to create all necessary definitions.
 

Typedefs

using Acts::volumeMaterialPointer = const Acts::IVolumeMaterial *
 
using Acts::surfaceMaterialPointer = const Acts::ISurfaceMaterial *
 

Functions

void Acts::to_json (nlohmann::json &j, const Material &t)
 
void Acts::from_json (const nlohmann::json &j, Material &t)
 
void Acts::to_json (nlohmann::json &j, const MaterialSlab &t)
 
void Acts::from_json (const nlohmann::json &j, MaterialSlab &t)
 
void Acts::from_json (const nlohmann::json &j, MaterialSlabMatrix &t)
 
void Acts::to_json (nlohmann::json &j, const volumeMaterialPointer &material)
 
void Acts::from_json (const nlohmann::json &j, volumeMaterialPointer &material)
 
void Acts::to_json (nlohmann::json &j, const surfaceMaterialPointer &material)
 
void Acts::from_json (const nlohmann::json &j, surfaceMaterialPointer &material)