CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SurfaceSideDefinition.h
Go to the documentation of this file.
1 #ifndef SurfaceSideDefinition_h_
2 #define SurfaceSideDefinition_h_
3 
7 namespace SurfaceSideDefinition {
8  enum SurfaceSide /*: signed short*/ { beforeSurface, afterSurface, atCenterOfSurface };
9 }
10 #endif