diff --git a/Common/Core/RecoDecay.h b/Common/Core/RecoDecay.h index 8d62822d68d..be50d7831ab 100644 --- a/Common/Core/RecoDecay.h +++ b/Common/Core/RecoDecay.h @@ -284,7 +284,7 @@ struct RecoDecay { /// \param posSV {x, y, z} position of the secondary vertex /// \param mom {x, y, z} momentum array /// \return cosine of pointing angle in {r, z} - template + template static double cpaRZ(const T& posPV, const U& posSV, const std::array& mom) { // CPARZ = (r . pz)/(|r| |pz|)