Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
MaterialMapJsonConverter.hpp File Reference
+ Include dependency graph for MaterialMapJsonConverter.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Acts::MaterialMapJsonConverter
 read the material from Json More...
 
class  Acts::MaterialMapJsonConverter::Config
 

Namespaces

namespace  Acts
 Acts includes to create all necessary definitions.
 

Typedefs

using Acts::SurfaceAndMaterialWithContext = std::tuple< std::shared_ptr< const Acts::Surface >, std::shared_ptr< const Acts::ISurfaceMaterial >, Acts::GeometryContext >
 
using Acts::TrackingVolumeAndMaterial = std::pair< const Acts::TrackingVolume *, std::shared_ptr< const Acts::IVolumeMaterial >>