Analysis Software
Documentation for sPHENIX simulation software
|
Holder struct for the external structure components required to construct a detectorVolume. More...
#include <acts/blob/sPHENIX/Core/include/Acts/Detector/DetectorComponents.hpp>
Public Attributes | |
Transform3 | transform = Transform3::Identity() |
A 3D transform where the volume should be positioned. | |
std::unique_ptr< VolumeBounds > | bounds = nullptr |
A shape definition. | |
PortalGenerator | portalGenerator |
And a portal generator. | |
Holder struct for the external structure components required to construct a detectorVolume.
Definition at line 66 of file DetectorComponents.hpp.
View newest version in sPHENIX GitHub at line 66 of file DetectorComponents.hpp
std::unique_ptr<VolumeBounds> Acts::Experimental::ExternalStructure::bounds = nullptr |
A shape definition.
Definition at line 70 of file DetectorComponents.hpp.
View newest version in sPHENIX GitHub at line 70 of file DetectorComponents.hpp
PortalGenerator Acts::Experimental::ExternalStructure::portalGenerator |
And a portal generator.
Definition at line 72 of file DetectorComponents.hpp.
View newest version in sPHENIX GitHub at line 72 of file DetectorComponents.hpp
Transform3 Acts::Experimental::ExternalStructure::transform = Transform3::Identity() |
A 3D transform where the volume should be positioned.
Definition at line 68 of file DetectorComponents.hpp.
View newest version in sPHENIX GitHub at line 68 of file DetectorComponents.hpp