|
ACTS
Experiment-independent tracking
|
Classes | |
| struct | Options |
| The options for the transform converter. More... | |
Functions | |
| Transform3 | fromJson (const nlohmann::json &jTransform) |
| The Transform converter from json. | |
| nlohmann::json | 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.
| jTransform | the transform json transformation |
| nlohmann::json Acts::Transform3JsonConverter::toJson | ( | const Transform3 & | t, |
| const Options & | options = {} ) |
The Transform converter to json.
| t | the transform to be converted |
| options | transformation options |