Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #ifndef FWCore_Utilities_ProductLabels_h
0002 #define FWCore_Utilities_ProductLabels_h
0003 namespace edm {
0004   struct ProductLabels {
0005     char const* module;
0006     char const* productInstance;
0007     char const* process;
0008   };
0009 }  // namespace edm
0010 #endif