EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
Volume representation for Json writing. More...
#include <acts/blob/sPHENIX/Plugins/Json/include/Acts/Plugins/Json/JsonGeometryConverter.hpp>
Public Member Functions | |
operator bool () const | |
The VolumeRep is actually worth it to write out. | |
Public Attributes | |
GeometryIdentifier | volumeID |
std::string | volumeName |
The namne. | |
std::map< geo_id_value, LayerRep > | layers |
SurfaceMaterialRep | boundaries |
SurfaceRep | boundarySurfaces |
const IVolumeMaterial * | material = nullptr |
Volume representation for Json writing.
Definition at line 66 of file JsonGeometryConverter.hpp.
View newest version in sPHENIX GitHub at line 66 of file JsonGeometryConverter.hpp
|
inline |
The VolumeRep is actually worth it to write out.
Definition at line 79 of file JsonGeometryConverter.hpp.
View newest version in sPHENIX GitHub at line 79 of file JsonGeometryConverter.hpp
References boundaries, layers, and material.
SurfaceMaterialRep Acts::JsonGeometryConverter::VolumeRep::boundaries |
Definition at line 74 of file JsonGeometryConverter.hpp.
View newest version in sPHENIX GitHub at line 74 of file JsonGeometryConverter.hpp
Referenced by Acts::JsonGeometryConverter::convertToRep(), and operator bool().
SurfaceRep Acts::JsonGeometryConverter::VolumeRep::boundarySurfaces |
Definition at line 75 of file JsonGeometryConverter.hpp.
View newest version in sPHENIX GitHub at line 75 of file JsonGeometryConverter.hpp
Referenced by Acts::JsonGeometryConverter::convertToRep().
std::map<geo_id_value, LayerRep> Acts::JsonGeometryConverter::VolumeRep::layers |
Definition at line 73 of file JsonGeometryConverter.hpp.
View newest version in sPHENIX GitHub at line 73 of file JsonGeometryConverter.hpp
Referenced by Acts::JsonGeometryConverter::convertToRep(), and operator bool().
const IVolumeMaterial* Acts::JsonGeometryConverter::VolumeRep::material = nullptr |
Definition at line 76 of file JsonGeometryConverter.hpp.
View newest version in sPHENIX GitHub at line 76 of file JsonGeometryConverter.hpp
Referenced by Acts::JsonGeometryConverter::convertToRep(), and operator bool().
GeometryIdentifier Acts::JsonGeometryConverter::VolumeRep::volumeID |
Definition at line 68 of file JsonGeometryConverter.hpp.
View newest version in sPHENIX GitHub at line 68 of file JsonGeometryConverter.hpp
Referenced by Acts::JsonGeometryConverter::convertToRep().
std::string Acts::JsonGeometryConverter::VolumeRep::volumeName |
The namne.
Definition at line 71 of file JsonGeometryConverter.hpp.
View newest version in sPHENIX GitHub at line 71 of file JsonGeometryConverter.hpp
Referenced by Acts::JsonGeometryConverter::convertToRep().