44 static void Vectorize(
const T &caloHitContainer, Eigen::MatrixXf ¢re, Eigen::MatrixXf &low, Eigen::MatrixXf &high);
53 static void GetAngles(
const Eigen::MatrixXf &hitMatrix,
const Eigen::RowVectorXf &
origin, Eigen::RowVectorXf &phis);
static void GetAngles(const Eigen::MatrixXf &hitMatrix, const Eigen::RowVectorXf &origin, Eigen::RowVectorXf &phis)
Retrieve the angle, coutner-clockwise relative to the x axis, between all hits in a matrix and a spec...
static void Vectorize(const T &caloHitContainer, Eigen::MatrixXf &hitMatrix)
Convert a container of calo hits into an Eigen matrix.