|
ACTS
Experiment-independent tracking
|
Classes | |
| struct | Options |
| Configure the conversion through that struct. More... | |
Functions | |
| nlohmann::json | toJson (const GeometryContext &gctx, const RegularCylinderIndexGridNavigationPolicy &policy, const TrackingVolume &volume, const Options &options=Options()) |
| Convert an IndexGridNavigationPolicy for regular cylinder to Json. | |
| nlohmann::json | toJson (const GeometryContext &gctx, const RegularDiscIndexGridNavigationPolicy &policy, const TrackingVolume &volume, const Options &options=Options()) |
| Convert an IndexGridNavigationPolicy for regular disc to Json. | |
| nlohmann::json | toJson (const GeometryContext &gctx, const RegularPlaneIndexGridNavigationPolicy &policy, const TrackingVolume &volume, const Options &options=Options()) |
| Convert an IndexGridNavigationPolicy for regular plane to Json. | |
| nlohmann::json | toJson (const GeometryContext &gctx, const RegularRingIndexGridNavigationPolicy &policy, const TrackingVolume &volume, const Options &options=Options()) |
| Convert an IndexGridNavigationPolicy for regular ring to Json. | |
| nlohmann::json | toJson (const RegularCylinderIndexGridNavigationPolicy &policy) |
| Convert an IndexGridNavigationPolicy for regular cylinder to Json. | |
| nlohmann::json | toJson (const RegularDiscIndexGridNavigationPolicy &policy) |
| Convert an IndexGridNavigationPolicy for regular disc to Json. | |
| nlohmann::json | toJson (const RegularPlaneIndexGridNavigationPolicy &policy) |
| Convert an IndexGridNavigationPolicy for regular plane to Json. | |
| nlohmann::json | toJson (const RegularRingIndexGridNavigationPolicy &policy) |
| Convert an IndexGridNavigationPolicy for regular ring to Json. | |
| nlohmann::json Acts::IndexGridNavigationJsonConverter::toJson | ( | const GeometryContext & | gctx, |
| const RegularCylinderIndexGridNavigationPolicy & | policy, | ||
| const TrackingVolume & | volume, | ||
| const Options & | options = Options() ) |
Convert an IndexGridNavigationPolicy for regular cylinder to Json.
| gctx | The geometry context |
| policy | The policy to convert |
| volume | The tracking volume holding the surfaces |
| options | The options for the conversion |
| nlohmann::json Acts::IndexGridNavigationJsonConverter::toJson | ( | const GeometryContext & | gctx, |
| const RegularDiscIndexGridNavigationPolicy & | policy, | ||
| const TrackingVolume & | volume, | ||
| const Options & | options = Options() ) |
Convert an IndexGridNavigationPolicy for regular disc to Json.
| gctx | The geometry context |
| policy | The policy to convert |
| volume | The tracking volume holding the surfaces |
| options | The options for the conversion |
| nlohmann::json Acts::IndexGridNavigationJsonConverter::toJson | ( | const GeometryContext & | gctx, |
| const RegularPlaneIndexGridNavigationPolicy & | policy, | ||
| const TrackingVolume & | volume, | ||
| const Options & | options = Options() ) |
Convert an IndexGridNavigationPolicy for regular plane to Json.
| gctx | The geometry context |
| policy | The policy to convert |
| volume | The tracking volume holding the surfaces |
| options | The options for the conversion |
| nlohmann::json Acts::IndexGridNavigationJsonConverter::toJson | ( | const GeometryContext & | gctx, |
| const RegularRingIndexGridNavigationPolicy & | policy, | ||
| const TrackingVolume & | volume, | ||
| const Options & | options = Options() ) |
Convert an IndexGridNavigationPolicy for regular ring to Json.
| gctx | The geometry context |
| policy | The policy to convert |
| volume | The tracking volume holding the surfaces |
| options | The options for the conversion |
| nlohmann::json Acts::IndexGridNavigationJsonConverter::toJson | ( | const RegularCylinderIndexGridNavigationPolicy & | policy | ) |
Convert an IndexGridNavigationPolicy for regular cylinder to Json.
| policy | The policy to convert |
| nlohmann::json Acts::IndexGridNavigationJsonConverter::toJson | ( | const RegularDiscIndexGridNavigationPolicy & | policy | ) |
Convert an IndexGridNavigationPolicy for regular disc to Json.
| policy | The policy to convert |
| nlohmann::json Acts::IndexGridNavigationJsonConverter::toJson | ( | const RegularPlaneIndexGridNavigationPolicy & | policy | ) |
Convert an IndexGridNavigationPolicy for regular plane to Json.
| policy | The policy to convert |
| nlohmann::json Acts::IndexGridNavigationJsonConverter::toJson | ( | const RegularRingIndexGridNavigationPolicy & | policy | ) |
Convert an IndexGridNavigationPolicy for regular ring to Json.
| policy | The policy to convert |