LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
Hash.cc
Go to the documentation of this file.
2 
3 namespace art {
4  namespace detail {
5  // This string is the 16-byte, non-printable version.
6  std::string const&
8  {
9  static const std::string invalid = cet::MD5Result().compactForm();
10  return invalid;
11  }
12  }
13 }
std::string const & InvalidHash()
Definition: Hash.cc:7
HLT enums.