EIC 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

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

Detailed Description

This struct stores the configuration of the tracking geometry.

Definition at line 94 of file CuboidVolumeBuilder.hpp.

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

Member Data Documentation

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

Definition at line 98 of file CuboidVolumeBuilder.hpp.

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

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

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

Definition at line 96 of file CuboidVolumeBuilder.hpp.

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

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

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

Definition at line 100 of file CuboidVolumeBuilder.hpp.

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

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


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