ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Public Member Functions | |
MaterialWriterT (writer_t impl) | |
void | writeMaterial (const Acts::DetectorMaterialMaps &detMaterial) |
Public Member Functions inherited from FW::IMaterialWriter | |
virtual | ~IMaterialWriter ()=default |
Virtual Destructor. | |
Private Attributes | |
writer_t | m_impl |
The writer implementation. | |
writer_t | is the actual implementation |
Definition at line 49 of file IMaterialWriter.hpp.
View newest version in sPHENIX GitHub at line 49 of file IMaterialWriter.hpp
|
inline |
Constructor
writer_t | the templated writer implementation |
impl | the actaul implementation of the writer |
Definition at line 56 of file IMaterialWriter.hpp.
View newest version in sPHENIX GitHub at line 56 of file IMaterialWriter.hpp
|
inlinevirtual |
The single wirter class
detMaterial | the detector material maps |
Implements FW::IMaterialWriter.
Definition at line 61 of file IMaterialWriter.hpp.
View newest version in sPHENIX GitHub at line 61 of file IMaterialWriter.hpp
References FW::MaterialWriterT< writer_t >::m_impl.
|
private |
The writer implementation.
Definition at line 67 of file IMaterialWriter.hpp.
View newest version in sPHENIX GitHub at line 67 of file IMaterialWriter.hpp
Referenced by FW::MaterialWriterT< writer_t >::writeMaterial().