13 #include <trackbase_historic/SvtxVertex.h>
14 #include <trackbase_historic/SvtxVertexMap.h>
17 #include <Eigen/Dense>
27 typedef Eigen::Matrix<float, 6, 1>
Track;
28 typedef Eigen::Matrix<float, 3, 1>
Vertex;
29 typedef Eigen::Matrix<float, 3, 1>
TrackX;
30 typedef Eigen::Matrix<float, 3, 1>
TrackP;
31 typedef Eigen::Matrix<float, 3, 1>
DCA;