|
Grid2D | Acts::createGrid (std::array< double, 3 > gridAxis1, std::array< double, 3 > gridAxis2) |
| Helper method that creates the cache grid for the mapping. This grid allows the collection of material at a the anchor points.
|
|
Grid3D | Acts::createGrid (std::array< double, 3 > gridAxis1, std::array< double, 3 > gridAxis2, std::array< double, 3 > gridAxis3) |
| Helper method that creates the cache grid for the mapping. This grid allows the collection of material at a the anchor points.
|
|
std::function< double(Acts::Vector3D)> | Acts::globalToLocalFromBin (Acts::BinningValue &type) |
| return a function that return the coordinate corresponding to type of bin
|
|
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.
|
|
Grid3D | Acts::createGrid3D (const BinUtility &bins, std::function< Acts::Vector3D(Acts::Vector3D)> &transfoGlobalToLocal) |
| Create a 3DGrid using a BinUtility. Also determine the coresponding global to local transform and grid mapping function.
|
|
MaterialGrid2D | Acts::mapMaterialPoints (Grid2D &grid, const Acts::RecordedMaterialVolumePoint &mPoints, std::function< Acts::Vector2D(Acts::Vector3D)> &transfoGlobalToLocal) |
| Concatenate a set of material at arbitrary space points on a set of grid points and produces a grid containing the averaged material values.
|
|
MaterialGrid3D | Acts::mapMaterialPoints (Grid3D &grid, const Acts::RecordedMaterialVolumePoint &mPoints, std::function< Acts::Vector3D(Acts::Vector3D)> &transfoGlobalToLocal) |
| Concatenate a set of material at arbitrary space points on a set of grid points and produces a grid containing the averaged material values.
|
|