|
ACTS
Experiment-independent tracking
|
Functions | |
| GeometryIdentifier | decodeIdentifier (const nlohmann::json &encoded) |
| Decode a geometry identifier from a json object. | |
| nlohmann::json | encodeIdentifier (const GeometryIdentifier &geoId, bool compact=false) |
| Encode the geometry identifier. | |
| GeometryIdentifier Acts::GeometryIdentifierJsonConverter::decodeIdentifier | ( | const nlohmann::json & | encoded | ) |
Decode a geometry identifier from a json object.
| encoded | is the json object that carries the encoded identifier |
| nlohmann::json Acts::GeometryIdentifierJsonConverter::encodeIdentifier | ( | const GeometryIdentifier & | geoId, |
| bool | compact = false ) |
Encode the geometry identifier.
| geoId | is the geometry identifier that will be encoded |
| compact | if true, the raw value is stored |