fix a constrexpr statix std::array not compiling in dbg
MR !74271 (merged) introduced a change which does not compile in dbg mode. Namely :
static constexpr std::array<string, 6> s_kname = {"Pt","PtPUsub" , "SumPt", "Par", "Perp", "P"};
This fixes the issue.