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