CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_3/src/FWCore/Utilities/src/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     return guid.toString();
00009   }
00010 }