Avoid loading RecSummary via cppyy to reduce time/memory usage
Part of LHCb#397
Loading these constants at runtime using cppyy is extremely slow to load and has significant memory overhead.
Instead this just hard-codes the values and use tests to ensure they stay in sync with the C++ code.