Analysis Software
Documentation for sPHENIX simulation software
|
Nested cache struct. More...
#include <acts/blob/sPHENIX/Core/include/Acts/Detector/GeometryIdGenerator.hpp>
Public Attributes | |
unsigned int | volumeCount = 0u |
Cache count of the volume, for non-container mode. | |
unsigned int | layerCount = 0u |
Cache count of the layer volume, for container mode. | |
unsigned int | portalCount = 0u |
Cache count of the portal surfaces. | |
unsigned int | passiveCount = 0u |
Cache count of passive surfaces. | |
unsigned int | sensitiveCount = 0u |
Cache count of sensitive surfaces. | |
Nested cache struct.
Definition at line 56 of file GeometryIdGenerator.hpp.
View newest version in sPHENIX GitHub at line 56 of file GeometryIdGenerator.hpp
unsigned int Acts::Experimental::GeometryIdGenerator::Cache::layerCount = 0u |
Cache count of the layer volume, for container mode.
Definition at line 60 of file GeometryIdGenerator.hpp.
View newest version in sPHENIX GitHub at line 60 of file GeometryIdGenerator.hpp
Referenced by Acts::Experimental::GeometryIdGenerator::volumeId().
unsigned int Acts::Experimental::GeometryIdGenerator::Cache::passiveCount = 0u |
Cache count of passive surfaces.
Definition at line 64 of file GeometryIdGenerator.hpp.
View newest version in sPHENIX GitHub at line 64 of file GeometryIdGenerator.hpp
unsigned int Acts::Experimental::GeometryIdGenerator::Cache::portalCount = 0u |
Cache count of the portal surfaces.
Definition at line 62 of file GeometryIdGenerator.hpp.
View newest version in sPHENIX GitHub at line 62 of file GeometryIdGenerator.hpp
unsigned int Acts::Experimental::GeometryIdGenerator::Cache::sensitiveCount = 0u |
Cache count of sensitive surfaces.
Definition at line 66 of file GeometryIdGenerator.hpp.
View newest version in sPHENIX GitHub at line 66 of file GeometryIdGenerator.hpp
unsigned int Acts::Experimental::GeometryIdGenerator::Cache::volumeCount = 0u |
Cache count of the volume, for non-container mode.
Definition at line 58 of file GeometryIdGenerator.hpp.
View newest version in sPHENIX GitHub at line 58 of file GeometryIdGenerator.hpp
Referenced by Acts::Experimental::GeometryIdGenerator::volumeId().