![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
Inheritance diagram for ActsExamples::IMaterialWriter:Public Member Functions | |
| virtual | ~IMaterialWriter ()=default |
| Virtual Destructor. | |
| virtual void | writeMaterial (const Acts::DetectorMaterialMaps &detMaterial)=0 |
Interface definition for material writing
Definition at line 35 of file IMaterialWriter.hpp.
View newest version in sPHENIX GitHub at line 35 of file IMaterialWriter.hpp
|
virtualdefault |
Virtual Destructor.
|
pure virtual |
The single writer class
| detMaterial | the detector material maps |
Implemented in ActsExamples::RootMaterialWriter, and ActsExamples::JsonMaterialWriter.