10 #ifndef LARCOREALG_GEOMETRY_TRANSFORMATIONMATRIX_H 11 #define LARCOREALG_GEOMETRY_TRANSFORMATIONMATRIX_H 17 #include "Math/GenVector/Transform3D.h" 30 template <
typename Trans>
33 return convertTransformationMatrix<TransformationMatrix>(trans);
38 #endif // LARCOREALG_GEOMETRY_TRANSFORMATIONMATRIX_H decltype(auto) makeTransformationMatrix(Trans &&trans)
Converts a transformation matrix into a geo::TransformationMatrix.
ROOT::Math::Transform3D TransformationMatrix
Type of transformation matrix used in geometry.