LArSoft  v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
FriendlyName.h
Go to the documentation of this file.
1 #ifndef canvas_Utilities_FriendlyName_h
2 #define canvas_Utilities_FriendlyName_h
3 
5 // friendlyName(): a free function to generate a friendly name for a
6 // type.
8 
9 #include <string>
10 
11 namespace art {
12  namespace friendlyname {
13  std::string friendlyName(std::string const& iFullName);
14  }
15 }
16 #endif /* canvas_Utilities_FriendlyName_h */
17 
18 // Local Variables:
19 // mode: c++
20 // End:
std::string friendlyName(std::string const &iFullName)
HLT enums.