#ifndef PndKalmanVtxFitter_H #define PndKalmanVtxFitter_H ////////////////////////////////////////////////////////////////////////// // // // PndKalmanVtxFitter // // // // Vertex finder & fitter using track separation and the perigee helix // // approximation // // A typedef for convenience // Author R.Kliemt 2014 GSI // // // ////////////////////////////////////////////////////////////////////////// #include "RhoKalmanVtxFitter.h" typedef RhoKalmanVtxFitter PndKalmanVtxFitter; #endif