THistSvc: protect against dereferencing invalid iterator.
In regHist_i, if the stream is not found in m_files, then the end iterator for the map could be dereferenced. List was causing warnings from the undefined behavior sanitized running RecExCommon/myTopOptions.py.
Protect against this case.