Layer classes

The Acts::Layer class is an extension of the Acts::Surface class that allows the definition of sub surfaces (sensitive surfaces for modules, or extra material surfaces).

The layer can simply correspond to a ‘virtual’ surface in the detector description or represent a more complex object that may contain:

The following illustration shows an \(xy\) view of a cylinder layer with planar detection modules:

CylinderLayer

Modules can be sorted onto layer using all supported binning methods described through the Acts::SurfaceArray class. The binning can be adjusted to fit as well as possible.

DiscLayerEB

The unoccupied space in a volume that contains a layer array is filled with objects of type Acts::NavigationLayer, which allows that in a fully static geometry setup, every single point in a volume can be associated with a layer. Layer objects are confined together in a special Acts::LayerArray class and can be contained by a Acts::TrackingVolume.

LayerArray