CMS 3D CMS Logo

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
edm
HLT enums.
Definition: AlignableModifier.h:19
edm::ProductLabels::module
char const * module
Definition: ProductLabels.h:5
edm::ProductLabels::process
char const * process
Definition: ProductLabels.h:7
edm::ProductLabels::productInstance
char const * productInstance
Definition: ProductLabels.h:6
edm::ProductLabels
Definition: ProductLabels.h:4