IOVDbSvc: Move static map declaration of out header to avoid cling crash.
Move the declaration of the static const map m_typeCorrespondance out of the Json2Cool.h header; have it visible only in the source file. Otherwise, if cling runs, we can get malloc errors while running global dtors.