Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:13:12

0001 #ifndef FWCore_Utilities_FriendlyName_h
0002 #define FWCore_Utilities_FriendlyName_h
0003 /*
0004  *  friendlyName.h
0005  *  CMSSW
0006  *
0007  *  Created by Chris Jones on 2/24/06.
0008  *
0009  */
0010 #include <string>
0011 
0012 namespace edm {
0013   namespace friendlyname {
0014     std::string friendlyName(std::string const& iFullName);
0015   }
0016 }  // namespace edm
0017 #endif