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, NViews = 4 };
5 
6 enum ObjType {
23 };
24 
25 const unsigned int SHIFTID=26;
26 const int HITTYPES=5;
27 
28 #endif
const unsigned int SHIFTID
Definition: DisplayCommon.h:25
const int HITTYPES
Definition: DisplayCommon.h:26
View_t
Definition: DisplayCommon.h:4
ObjType
Definition: DisplayCommon.h:6