Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-03-17 11:03:51

0001 #ifndef FWCore_Utilities_processGUID_h
0002 #define FWCore_Utilities_processGUID_h
0003 
0004 #include "FWCore/Utilities/interface/Guid.h"
0005 
0006 namespace edm {
0007   Guid const& processGUID();
0008 }
0009 
0010 #endif