|
ACTS
Experiment-independent tracking
|
Functions | |
| template<typename axis_generator_type, typename value_type = std::vector<std::size_t>> | |
| auto | fromJson (const nlohmann::json &jGrid, const axis_generator_type &aGenerator) |
| Templated grid conversion from json. | |
| template<typename grid_type> | |
| nlohmann::json | toJson (const grid_type &grid) |
| Templated grid conversion to json. | |
| template<typename grid_type> | |
| nlohmann::json | toJsonDetray (const grid_type &grid, bool swapAxis=false) |
| Templated grid conversion to json. | |
| auto Acts::GridJsonConverter::fromJson | ( | const nlohmann::json & | jGrid, |
| const axis_generator_type & | aGenerator ) |
Templated grid conversion from json.
| axis_generator_type | the type of the axis generator which determines the grid type |
| jGrid | the json object to represent the grid |
| aGenerator | the axis generator |
| nlohmann::json Acts::GridJsonConverter::toJson | ( | const grid_type & | grid | ) |
Templated grid conversion to json.
| grid_type | the type of the grid |
| grid | the grid object |
| nlohmann::json Acts::GridJsonConverter::toJsonDetray | ( | const grid_type & | grid, |
| bool | swapAxis = false ) |
Templated grid conversion to json.
| grid_type | the type of the grid |
| grid | the grid object |
| swapAxis | - this is needed for detray |