ACTS
Experiment-independent tracking
Loading...
Searching...
No Matches
Acts::CuboidVolumeBuilder::Config Struct Reference

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

#include <Acts/Geometry/CuboidVolumeBuilder.hpp>

Collaboration diagram for Acts::CuboidVolumeBuilder::Config:
[legend]

Public Attributes

Vector3 length = Vector3(0., 0., 0.)
 Dimensions of the world volume in x, y, z directions.
Vector3 position = Vector3(0., 0., 0.)
 Center position of the world volume.
std::vector< VolumeConfigvolumeCfg = {}
 Configuration objects for all volumes in the detector.

Detailed Description

This struct stores the configuration of the tracking geometry.

Member Data Documentation

◆ length

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

Dimensions of the world volume in x, y, z directions.

◆ position

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

Center position of the world volume.

◆ volumeCfg

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

Configuration objects for all volumes in the detector.