Function Acts::createGrid2D

Function Documentation

Grid2D Acts::createGrid2D(const BinUtility &bins, std::function<Acts::Vector2D(Acts::Vector3D)> &transfoGlobalToLocal)

Create a 2DGrid using a BinUtility.

Also determine the coresponding global to local transform and grid mapping function

Return

the 3D grid

Parameters
  • [in] BinUtility: of the volume to be mapped

  • [in] Global: to local transform to be updated.