Struct Acts::Experimental::VolumeStructureBuilder::Config

struct Config

Nexted configuration struct.

Public Members

std::string auxiliary = ""

Some auxiliary information.

VolumeBounds::BoundsType boundsType = VolumeBounds::BoundsType::eOther

A defined volume bound type.

std::vector<ActsScalar> boundValues = {}

The values (if already defined)

std::optional<Extent> extent = std::nullopt

The optional extent to feed into the values.

Transform3 transform = Transform3::Identity()

The starting transform.