|
ACTS
Experiment-independent tracking
|
Functions | |
| GridAccess::BoundToGridLocal1DimDelegate | boundToGridLocal1DimDelegateFromJson (const nlohmann::json &jBoundToGridLocal) |
| Create the delegate directly. | |
| GridAccess::BoundToGridLocal2DimDelegate | boundToGridLocal2DimDelegateFromJson (const nlohmann::json &jBoundToGridLocal) |
| Create the delegate directly. | |
| std::unique_ptr< GridAccess::IBoundToGridLocal > | boundToGridLocalFromJson (const nlohmann::json &jBoundToGridLocal) |
| Create a local grid to local instance. | |
| GridAccess::GlobalToGridLocal1DimDelegate | globalToGridLocal1DimDelegateFromJson (const nlohmann::json &jGlobalToGridLocal) |
| Create the delegate directly. | |
| GridAccess::GlobalToGridLocal2DimDelegate | globalToGridLocal2DimDelegateFromJson (const nlohmann::json &jGlobalToGridLocal) |
| Create the delegate directly. | |
| std::unique_ptr< const GridAccess::IGlobalToGridLocal > | globalToGridLocalFromJson (const nlohmann::json &jGlobalToGridLocal) |
| Create a global grid to local instance. | |
| nlohmann::json | toJson (const GridAccess::IBoundToGridLocal &boundToGridLocal) |
| Convert a local to local access to json. | |
| nlohmann::json | toJson (const GridAccess::IGlobalToGridLocal &globalToGridLocal) |
| Convert a global to local access to json. | |
| GridAccess::BoundToGridLocal1DimDelegate Acts::GridAccessJsonConverter::boundToGridLocal1DimDelegateFromJson | ( | const nlohmann::json & | jBoundToGridLocal | ) |
Create the delegate directly.
| jBoundToGridLocal | the json snippe |
This is the usual workflow, as the connect method can be called on the concreate type
| GridAccess::BoundToGridLocal2DimDelegate Acts::GridAccessJsonConverter::boundToGridLocal2DimDelegateFromJson | ( | const nlohmann::json & | jBoundToGridLocal | ) |
Create the delegate directly.
| jBoundToGridLocal | the json snippe |
This is the usual workflow, as the connect method can be called on the concreate type
| std::unique_ptr< GridAccess::IBoundToGridLocal > Acts::GridAccessJsonConverter::boundToGridLocalFromJson | ( | const nlohmann::json & | jBoundToGridLocal | ) |
Create a local grid to local instance.
| jBoundToGridLocal | the json snippet |
| GridAccess::GlobalToGridLocal1DimDelegate Acts::GridAccessJsonConverter::globalToGridLocal1DimDelegateFromJson | ( | const nlohmann::json & | jGlobalToGridLocal | ) |
Create the delegate directly.
| jGlobalToGridLocal | the json snippet |
This is the usual workflow, as the connect method can be called on the concreate type
| GridAccess::GlobalToGridLocal2DimDelegate Acts::GridAccessJsonConverter::globalToGridLocal2DimDelegateFromJson | ( | const nlohmann::json & | jGlobalToGridLocal | ) |
Create the delegate directly.
| jGlobalToGridLocal | the json snippet |
This is the usual workflow, as the connect method can be called on the concreate type
| std::unique_ptr< const GridAccess::IGlobalToGridLocal > Acts::GridAccessJsonConverter::globalToGridLocalFromJson | ( | const nlohmann::json & | jGlobalToGridLocal | ) |
Create a global grid to local instance.
| jGlobalToGridLocal | the json snippet |
| nlohmann::json Acts::GridAccessJsonConverter::toJson | ( | const GridAccess::IBoundToGridLocal & | boundToGridLocal | ) |
Convert a local to local access to json.
| boundToGridLocal | the local to local access |
| nlohmann::json Acts::GridAccessJsonConverter::toJson | ( | const GridAccess::IGlobalToGridLocal & | globalToGridLocal | ) |
Convert a global to local access to json.
| globalToGridLocal | the global to grid local access |