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

This struct stores the configuration of the tracking geometry. More...

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

+ Collaboration diagram for Acts::CuboidVolumeBuilder::Config:

Public Attributes

Vector3 position = Vector3(0., 0., 0.)
 
Vector3 length = Vector3(0., 0., 0.)
 
std::vector< VolumeConfigvolumeCfg = {}
 

Detailed Description

This struct stores the configuration of the tracking geometry.

Definition at line 108 of file CuboidVolumeBuilder.hpp.

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

Member Data Documentation

Vector3 Acts::CuboidVolumeBuilder::Config::length = Vector3(0., 0., 0.)

Definition at line 112 of file CuboidVolumeBuilder.hpp.

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

Referenced by Acts::Test::BOOST_AUTO_TEST_CASE(), and Acts::Test::makeToyDetector().

Vector3 Acts::CuboidVolumeBuilder::Config::position = Vector3(0., 0., 0.)

Definition at line 110 of file CuboidVolumeBuilder.hpp.

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

Referenced by Acts::Test::BOOST_AUTO_TEST_CASE(), Acts::EventDataView3DTest::createDetector(), and Acts::Test::makeToyDetector().

std::vector<VolumeConfig> Acts::CuboidVolumeBuilder::Config::volumeCfg = {}

Definition at line 114 of file CuboidVolumeBuilder.hpp.

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

Referenced by Acts::Test::BOOST_AUTO_TEST_CASE(), and Acts::Test::makeToyDetector().


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