Struct Acts::Experimental::LayerStructureBuilder::Config

struct Config

Configuration struct for the LayerStructureBuilder.

It contain:

  • a source of the surfaces to be built

  • a definition of surface binning on this layer

  • a definition of supports to be built

Public Members

std::string auxilliary = ""

Extra information, mainly for screen output.

std::vector<Binning> binnings = {}

Definition of Binnings.

unsigned int nSegments = 1u

Polyhedron approximations.

std::vector<Support> supports = {}

Definition of Supports.

std::function< std::vector< std::shared_ptr< Surface > >)> surfaces

Connection point for a function to provide surfaces.