#ifndef PNDVTXPRG_H #define PNDVTXPRG_H ////////////////////////////////////////////////////////////////////////// // // // PndVtxPRG // // // // 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 PndVtxPRG; #endif