Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
AlgebraJsonConverter.hpp File Reference
#include "Acts/Definitions/Algebra.hpp"
#include "Acts/Plugins/Json/ActsJson.hpp"
#include <nlohmann/json.hpp>
+ Include dependency graph for AlgebraJsonConverter.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Acts::Transform3JsonConverter::Options
 The options for the transform converter. More...
 

Namespaces

namespace  Acts
 Acts includes to create all necessary definitions.
 
namespace  Acts::Transform3JsonConverter
 

Functions

void Acts::to_json (nlohmann::json &j, const Transform3 &t)
 
void Acts::from_json (const nlohmann::json &j, Transform3 &t)
 
nlohmann::json Acts::Transform3JsonConverter::toJson (const Transform3 &t, const Options &options={})
 The Transform converter to json.
 
Transform3 Acts::Transform3JsonConverter::fromJson (const nlohmann::json &jTransform)
 The Transform converter from json.