CMS 3D CMS Logo

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  enum Process {
7  Undefined = 0,
24  };
25 };
26 
27 #endif
Struct holding legacy CMS convention for process types.