|
ACTS
Experiment-independent tracking
|
Functions | |
| std::unique_ptr< VolumeBounds > | fromJson (const nlohmann::json &jVolumeBounds) |
| Conversion to volume bounds from json. | |
| template<typename bounds_t> | |
| std::unique_ptr< bounds_t > | fromJson (const nlohmann::json &jVolumeBounds) |
| Conversion to volume bounds from json. | |
| nlohmann::json | toJson (const VolumeBounds &bounds) |
| Conversion to Json from volume bounds. | |
| std::unique_ptr< VolumeBounds > Acts::VolumeBoundsJsonConverter::fromJson | ( | const nlohmann::json & | jVolumeBounds | ) |
Conversion to volume bounds from json.
| jVolumeBounds | the read-in json object |
| std::unique_ptr< bounds_t > Acts::VolumeBoundsJsonConverter::fromJson | ( | const nlohmann::json & | jVolumeBounds | ) |
Conversion to volume bounds from json.
The type is given as a template argument in order to be able to construct the correct fitting types for surfaces.
| jVolumeBounds | the read-in json object |
| nlohmann::json Acts::VolumeBoundsJsonConverter::toJson | ( | const VolumeBounds & | bounds | ) |
Conversion to Json from volume bounds.
| bounds | is the bounds object |