#ifndef PndVtxPoca_H #define PndVtxPoca_H ////////////////////////////////////////////////////////////////////////// // // // PndVtxPoca // // // // Analytical vertex finder // // A typedef for convenience // Author R.Kliemt 2014 GSI // // // ////////////////////////////////////////////////////////////////////////// #include "RhoVtxPoca.h" typedef RhoVtxPoca PndVtxPoca; #endif