ACTS
Experiment-independent tracking
Loading...
Searching...
No Matches
Acts::SurfaceArrayCreator::Config Struct Reference

#include <Acts/Geometry/SurfaceArrayCreator.hpp>

Public Attributes

bool doPhiBinningOptimization = true
 Optimize the binning in phi for disc layers.
SurfaceMatcher surfaceMatcher = SurfaceArrayCreator::isSurfaceEquivalent
 Type-erased function which determines whether two surfaces are supposed to be considered equivalent in terms of the binning.

Member Data Documentation

◆ doPhiBinningOptimization

bool Acts::SurfaceArrayCreator::Config::doPhiBinningOptimization = true

Optimize the binning in phi for disc layers.

Reduces the number of bins to the lowest number of non-equivalent phi surfaces of all r-bins. If false, this step is skipped.

◆ surfaceMatcher

SurfaceMatcher Acts::SurfaceArrayCreator::Config::surfaceMatcher = SurfaceArrayCreator::isSurfaceEquivalent

Type-erased function which determines whether two surfaces are supposed to be considered equivalent in terms of the binning.