Struct Acts::Experimental::MultiWireStructureBuilder::Config

struct Config

Configuration struct for the MultiWireStructure Builder.

Public Members

std::vector<ProtoBinning> mlBinning = {}
std::vector<ActsScalar> mlBounds = {}

The bounds of the multi-wire volume.

std::vector<std::shared_ptr<Acts::Surface>> mlSurfaces = {}

The surfaces of the Multi Wire.

std::string name = ""

The name of the detector volume component.

float toleranceOverlap = 10.

A tolerance config.

Transform3 transform = Transform3::Identity()

The transform of the Multi Wire.