Struct Acts::Experimental::DetectorVolumeBuilder::Config

struct Config

Nested configuration object.

Public Members

bool addInternalsToRoot = false

Add eventual internal volume to root.

bool addToRoot = true

Add to the root volumes: the current volume.

std::string auxilliary = ""

Auxilliary information.

std::shared_ptr<const IExternalStructureBuilder> externalsBuilder = nullptr

An external builder.

std::shared_ptr<const IInternalStructureBuilder> internalsBuilder = nullptr

An internal builder.

std::string name = "unnamed"

The name of the volume to be built.