Function Acts::createGrid3D¶
Defined in File MaterialGridHelper.hpp
Function Documentation¶
-
Grid3D
Acts::createGrid3D(const BinUtility &bins, std::function<Acts::Vector3(Acts::Vector3)> &transfoGlobalToLocal)¶ Create a 3DGrid 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.