CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
InputType.h
Go to the documentation of this file.
1 #ifndef FWCore_Utilities_InputType_h
2 #define FWCore_Utilities_InputType_h
3 
4 namespace edm {
5  enum class InputType {
6  Primary,
9  };
10 }
11 #endif
InputType
Definition: InputType.h:5