Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Acts::Experimental::ExternalStructure Struct Reference

Holder struct for the external structure components required to construct a detectorVolume. More...

#include <acts/blob/sPHENIX/Core/include/Acts/Detector/DetectorComponents.hpp>

+ Collaboration diagram for Acts::Experimental::ExternalStructure:

Public Attributes

Transform3 transform = Transform3::Identity()
 A 3D transform where the volume should be positioned.
 
std::unique_ptr< VolumeBoundsbounds = nullptr
 A shape definition.
 
PortalGenerator portalGenerator
 And a portal generator.
 

Detailed Description

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

Member Data Documentation

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


The documentation for this struct was generated from the following file: