00001 #ifndef FWCore_Utilities_GlobalIdentifier_h 00002 #define FWCore_Utilities_GlobalIdentifier_h 00003 00004 #include <string> 00005 namespace edm { 00006 std::string createGlobalIdentifier(); 00007 } 00008 00009 #endif