37 const Acts::TrackingGeometryMaterial& detMaterial)
const {
39 Acts::MaterialMapJsonConverter::Config cfg;
50 Acts::MaterialMapJsonConverter jmConverter(cfg, Acts::Logging::INFO);
51 auto jout = jmConverter.materialMapsToJson(detMaterial);
54 ofj << std::setw(4) << jout << std::endl;
59 const Acts::TrackingGeometry& tGeometry)
const {
61 Acts::MaterialMapJsonConverter::Config cfg;
72 Acts::MaterialMapJsonConverter jmConverter(cfg, Acts::Logging::INFO);
73 auto jout = jmConverter.trackingGeometryToJson(tGeometry);
76 ofj << std::setw(4) << jout << std::endl;
Acts::GeometryContext context() const