Function Acts::createGrid2D¶
Defined in File MaterialGridHelper.hpp
Function Documentation¶
-
Grid2D
Acts::createGrid2D(const BinUtility &bins, std::function<Acts::Vector2(Acts::Vector3)> &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.