#ifndef PndKinVtxFitter_H #define PndKinVtxFitter_H ////////////////////////////////////////////////////////////////////////// // // // PndKinVtxFitter // // // // Vertex finder & fitter using canonical helix representation // // A typedef for convenience // Author R.Kliemt 2014 GSI // // // ////////////////////////////////////////////////////////////////////////// #include "RhoKinVtxFitter.h" typedef RhoKinVtxFitter PndKinVtxFitter; #endif