EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Acts::CuboidVolumeBuilder::VolumeConfig Struct Reference

This struct stores the data for the construction of a cuboid TrackingVolume with a given number of PlaneLayers. More...

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

+ Collaboration diagram for Acts::CuboidVolumeBuilder::VolumeConfig:

Public Attributes

Vector3D position
 
Vector3D length
 
std::vector< LayerConfiglayerCfg
 
std::vector< std::shared_ptr
< const Layer > > 
layers
 
std::vector< VolumeConfigvolumeCfg
 
std::vector< std::shared_ptr
< TrackingVolume > > 
trackingVolumes
 
std::string name = "Volume"
 
std::shared_ptr< const
IVolumeMaterial
volumeMaterial = nullptr
 

Detailed Description

This struct stores the data for the construction of a cuboid TrackingVolume with a given number of PlaneLayers.

Definition at line 74 of file CuboidVolumeBuilder.hpp.

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

Member Data Documentation

std::vector<LayerConfig> Acts::CuboidVolumeBuilder::VolumeConfig::layerCfg
std::vector<std::shared_ptr<const Layer> > Acts::CuboidVolumeBuilder::VolumeConfig::layers

Definition at line 82 of file CuboidVolumeBuilder.hpp.

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

Referenced by Acts::Test::BOOST_AUTO_TEST_CASE(), and Acts::CuboidVolumeBuilder::buildVolume().

Vector3D Acts::CuboidVolumeBuilder::VolumeConfig::length
Vector3D Acts::CuboidVolumeBuilder::VolumeConfig::position
std::vector<std::shared_ptr<TrackingVolume> > Acts::CuboidVolumeBuilder::VolumeConfig::trackingVolumes

Definition at line 86 of file CuboidVolumeBuilder.hpp.

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

Referenced by Acts::CuboidVolumeBuilder::buildVolume().

std::vector<VolumeConfig> Acts::CuboidVolumeBuilder::VolumeConfig::volumeCfg
std::shared_ptr<const IVolumeMaterial> Acts::CuboidVolumeBuilder::VolumeConfig::volumeMaterial = nullptr

Definition at line 90 of file CuboidVolumeBuilder.hpp.

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

Referenced by Acts::Test::BOOST_AUTO_TEST_CASE(), and Acts::CuboidVolumeBuilder::buildVolume().


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