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

This struct stores the data for the construction of a single PlaneSurface. More...

#include <acts/blob/sPHENIX/Core/include/Acts/Geometry/CuboidVolumeBuilder.hpp>

Public Attributes

Vector3 position
 
RotationMatrix3 rotation = RotationMatrix3::Identity()
 
std::shared_ptr< const
RectangleBounds
rBounds = nullptr
 
std::shared_ptr< const
ISurfaceMaterial
surMat = nullptr
 
double thickness = 0.
 
std::function
< DetectorElementBase *(const
Transform3 &, std::shared_ptr
< const RectangleBounds >
, double)> 
detElementConstructor
 

Detailed Description

This struct stores the data for the construction of a single PlaneSurface.

Definition at line 46 of file CuboidVolumeBuilder.hpp.

View newest version in sPHENIX GitHub at line 46 of file CuboidVolumeBuilder.hpp

Member Data Documentation

std::function<DetectorElementBase*( const Transform3&, std::shared_ptr<const RectangleBounds>, double)> Acts::CuboidVolumeBuilder::SurfaceConfig::detElementConstructor
Vector3 Acts::CuboidVolumeBuilder::SurfaceConfig::position
std::shared_ptr<const RectangleBounds> Acts::CuboidVolumeBuilder::SurfaceConfig::rBounds = nullptr
RotationMatrix3 Acts::CuboidVolumeBuilder::SurfaceConfig::rotation = RotationMatrix3::Identity()
std::shared_ptr<const ISurfaceMaterial> Acts::CuboidVolumeBuilder::SurfaceConfig::surMat = nullptr
double Acts::CuboidVolumeBuilder::SurfaceConfig::thickness = 0.

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