ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
IMaterialWriter.hpp File Reference
#include <map>
#include "Acts/Geometry/GeometryID.hpp"
+ Include dependency graph for IMaterialWriter.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FW::IMaterialWriter
 
class  FW::MaterialWriterT< writer_t >
 

Namespaces

namespace  Acts
 Set the Geometry Context PLUGIN.
 
namespace  FW
 

Typedefs

using Acts::SurfaceMaterialMap = std::map< GeometryID, std::shared_ptr< const ISurfaceMaterial >>
 
using Acts::VolumeMaterialMap = std::map< GeometryID, std::shared_ptr< const IVolumeMaterial >>
 
using Acts::DetectorMaterialMaps = std::pair< SurfaceMaterialMap, VolumeMaterialMap >