File VolumeJsonConverter.hpp

namespace Acts

Note

This file is foreseen for the Geometry module to replace Extent

Typedefs

using TrackingVolumePointer = const Acts::TrackingVolume*

Functions

void to_json(nlohmann::json &j, const TrackingVolumeAndMaterial &volume)

Conversion of a pair of tracking volume and material used for the material mapping.

void to_json(nlohmann::json &j, const TrackingVolumePointer &volume)

Conversion of a const pointer on a tracking volume used to write the geometry.

Conversion of a tracking volume.