24 class ISurfaceMaterial;
25 class IVolumeMaterial;
28 std::map<GeometryIdentifier, std::shared_ptr<const ISurfaceMaterial>>;
31 std::map<GeometryIdentifier, std::shared_ptr<const IVolumeMaterial>>;
36 namespace ActsExamples {
59 Config(std::reference_wrapper<const Acts::GeometryContext>
gctx,
60 std::reference_wrapper<const Acts::MagneticFieldContext> mctx)
83 std::reference_wrapper<const Acts::GeometryContext>
geoContext;