|
ACTS
Experiment-independent tracking
|
Functions | |
| template<typename index_grid> | |
| nlohmann::json | convertImpl (const index_grid &indexGrid, bool detray=false, bool checkSwap=false) |
| The actual conversion method. | |
| template<typename updator_type, typename generator_type> | |
| updator_type | generateFromJson (const nlohmann::json &jUpdater, const std::string &jIndicator) |
| Helper method to be used for the creation of surface updators and volume updates. | |
| nlohmann::json Acts::IndexedGridJsonHelper::convertImpl | ( | const index_grid & | indexGrid, |
| bool | detray = false, | ||
| bool | checkSwap = false ) |
The actual conversion method.
| indexGrid | is the index grid to be written |
| detray | is a flag indicating detray writeout |
| checkSwap | is a flag indicating if the axes should be swapped |
| updator_type Acts::IndexedGridJsonHelper::generateFromJson | ( | const nlohmann::json & | jUpdater, |
| const std::string & | jIndicator ) |
Helper method to be used for the creation of surface updators and volume updates.
| updator_type | |
| generator_type |
| jUpdater | The corresponding json object |
| jIndicator | the string indicator which one it is |