CMS 3D CMS Logo

GlobalIdentifier.cc

Go to the documentation of this file.
00001 #include "FWCore/Utilities/interface/GlobalIdentifier.h"
00002 #include "Guid.h"
00003 
00004 namespace edm {
00005   std::string
00006   createGlobalIdentifier() {
00007     Guid guid;
00008     Guid::create(guid);
00009     return guid.toString();
00010   }
00011 }

Generated on Tue Jun 9 17:36:46 2009 for CMSSW by  doxygen 1.5.4