EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
Layer representation for Json writing. More...
#include <acts/blob/sPHENIX/Plugins/Json/include/Acts/Plugins/Json/JsonGeometryConverter.hpp>
Public Member Functions | |
operator bool () const | |
The LayerRep is actually worth it to write out. | |
Public Attributes | |
GeometryIdentifier | layerID |
SurfaceMaterialRep | sensitives |
SurfaceRep | sensitiveSurfaces |
SurfaceMaterialRep | approaches |
SurfaceRep | approacheSurfaces |
const ISurfaceMaterial * | representing = nullptr |
const Surface * | representingSurface = nullptr |
Layer representation for Json writing.
Definition at line 47 of file JsonGeometryConverter.hpp.
View newest version in sPHENIX GitHub at line 47 of file JsonGeometryConverter.hpp
|
inline |
The LayerRep is actually worth it to write out.
Definition at line 59 of file JsonGeometryConverter.hpp.
View newest version in sPHENIX GitHub at line 59 of file JsonGeometryConverter.hpp
References approaches, representing, and sensitives.
SurfaceMaterialRep Acts::JsonGeometryConverter::LayerRep::approaches |
Definition at line 53 of file JsonGeometryConverter.hpp.
View newest version in sPHENIX GitHub at line 53 of file JsonGeometryConverter.hpp
Referenced by Acts::JsonGeometryConverter::convertToRep(), and operator bool().
SurfaceRep Acts::JsonGeometryConverter::LayerRep::approacheSurfaces |
Definition at line 54 of file JsonGeometryConverter.hpp.
View newest version in sPHENIX GitHub at line 54 of file JsonGeometryConverter.hpp
Referenced by Acts::JsonGeometryConverter::convertToRep().
GeometryIdentifier Acts::JsonGeometryConverter::LayerRep::layerID |
Definition at line 49 of file JsonGeometryConverter.hpp.
View newest version in sPHENIX GitHub at line 49 of file JsonGeometryConverter.hpp
Referenced by Acts::JsonGeometryConverter::convertToRep().
const ISurfaceMaterial* Acts::JsonGeometryConverter::LayerRep::representing = nullptr |
Definition at line 55 of file JsonGeometryConverter.hpp.
View newest version in sPHENIX GitHub at line 55 of file JsonGeometryConverter.hpp
Referenced by Acts::JsonGeometryConverter::convertToRep(), and operator bool().
const Surface* Acts::JsonGeometryConverter::LayerRep::representingSurface = nullptr |
Definition at line 56 of file JsonGeometryConverter.hpp.
View newest version in sPHENIX GitHub at line 56 of file JsonGeometryConverter.hpp
Referenced by Acts::JsonGeometryConverter::convertToRep().
SurfaceMaterialRep Acts::JsonGeometryConverter::LayerRep::sensitives |
Definition at line 51 of file JsonGeometryConverter.hpp.
View newest version in sPHENIX GitHub at line 51 of file JsonGeometryConverter.hpp
Referenced by Acts::JsonGeometryConverter::convertToRep(), and operator bool().
SurfaceRep Acts::JsonGeometryConverter::LayerRep::sensitiveSurfaces |
Definition at line 52 of file JsonGeometryConverter.hpp.
View newest version in sPHENIX GitHub at line 52 of file JsonGeometryConverter.hpp
Referenced by Acts::JsonGeometryConverter::convertToRep().