00001 #include "FWCore/Utilities/interface/GlobalIdentifier.h" 00002 #include "Guid.h" 00003 00004 namespace edm { 00005 std::string 00006 createGlobalIdentifier() { 00007 Guid guid; 00008 return guid.toString(); 00009 } 00010 }