13#include <boost/algorithm/string.hpp>
14#include <boost/format.hpp>
30 throw std::runtime_error(
"CoordTransform: Cannot have more output "
31 "dimensions than input dimensions!");
33 throw std::runtime_error(
"CoordTransform: invalid number of output dimensions!");
35 throw std::runtime_error(
"CoordTransform: invalid number of input dimensions!");
47 throw std::runtime_error(
"CoordTransform::apply(): inputVector has the "
48 "wrong number of coordinates!");
const TYPE * getBareArray() const
size_t getNumDims() const
float coord_t
Typedef for the data type to use for coordinate axes in MD objects such as MDBox, MDEventWorkspace,...