CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ProductLabels.h
Go to the documentation of this file.
1 #ifndef FWCore_Utilities_ProductLabels_h
2 #define FWCore_Utilities_ProductLabels_h
3 namespace edm {
4  struct ProductLabels {
5  char const* module;
6  char const* productInstance;
7  char const* process;
8  };
9 } // namespace edm
10 #endif
char const * process
Definition: ProductLabels.h:7
char const * module
Definition: ProductLabels.h:5
char const * productInstance
Definition: ProductLabels.h:6