Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #ifndef FWCore_Utilities_GlobalIdentifier_h
0002 #define FWCore_Utilities_GlobalIdentifier_h
0003 
0004 #include <string>
0005 namespace edm {
0006   std::string createGlobalIdentifier(bool binary = false);
0007 
0008   bool isValidGlobalIdentifier(std::string const& guid);
0009 }  // namespace edm
0010 
0011 #endif