Analysis Software
Documentation for sPHENIX simulation software
|
#include "Acts/Definitions/Algebra.hpp"
#include "Acts/Material/ISurfaceMaterial.hpp"
#include "Acts/Material/IVolumeMaterial.hpp"
#include "Acts/Material/Material.hpp"
#include "Acts/Material/MaterialSlab.hpp"
#include "Acts/Plugins/Json/ActsJson.hpp"
#include <nlohmann/json.hpp>
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) |