CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DisplayCommon.h
Go to the documentation of this file.
1 #ifndef PF_DisplayCommon_h
2 #define PF_DisplayCommon_h
3 
4 enum View_t { XY = 0, RZ = 1, EPE = 2, EPH = 3, EHO =4, NViews = 5 };
5 
6 enum ObjType {
25 };
26 
27 const unsigned int SHIFTID=26;
28 const int HITTYPES=5;
29 
30 #endif
const unsigned int SHIFTID
Definition: DisplayCommon.h:27
const int HITTYPES
Definition: DisplayCommon.h:28
View_t
Definition: DisplayCommon.h:4
ObjType
Definition: DisplayCommon.h:6