CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CMSProcessTypes.h
Go to the documentation of this file.
1 #ifndef SimTracker_TrackHistory_CMSProcessTypes_h
2 #define SimTracker_TrackHistory_CMSProcessTypes_h
3 
5 struct CMS
6 {
7  enum Process
8  {
9  Undefined = 0,
26  };
27 };
28 
29 #endif
Struct holding legacy CMS convention for process types.