|
ACTS
Experiment-independent tracking
|
Classes | |
| struct | Options |
Functions | |
| std::shared_ptr< Surface > | fromJson (const nlohmann::json &jSurface) |
| The Surface converter from json. | |
| nlohmann::json | toJson (const GeometryContext &gctx, const Surface &surface, const Options &options=Options{}) |
| Contextual conversion of a surface. | |
| nlohmann::json | toJsonDetray (const GeometryContext &gctx, const Surface &surface, const Options &options=Options{}) |
| Contextual conversion of a surface - Detray export. | |
| std::shared_ptr< Surface > Acts::SurfaceJsonConverter::fromJson | ( | const nlohmann::json & | jSurface | ) |
The Surface converter from json.
| jSurface | the surface json object |
| nlohmann::json Acts::SurfaceJsonConverter::toJson | ( | const GeometryContext & | gctx, |
| const Surface & | surface, | ||
| const Options & | options = Options{} ) |
Contextual conversion of a surface.
| gctx | the geometry context for this |
| surface | the surface to be converted |
| options | the writing options for the surfaces |
| nlohmann::json Acts::SurfaceJsonConverter::toJsonDetray | ( | const GeometryContext & | gctx, |
| const Surface & | surface, | ||
| const Options & | options = Options{} ) |
Contextual conversion of a surface - Detray export.
| gctx | the geometry context for this |
| surface | the surface to be converted |
| options | the writing options for the surfaces |