CMS 3D CMS Logo

/data/git/CMSSW_5_3_11_patch5/src/TrackingTools/TrajectoryState/interface/SurfaceSideDefinition.h

Go to the documentation of this file.
00001 #ifndef SurfaceSideDefinition_h_
00002 #define SurfaceSideDefinition_h_
00003 
00007 namespace SurfaceSideDefinition {
00008   enum SurfaceSide /*: signed short*/ { beforeSurface, afterSurface, atCenterOfSurface };
00009 }
00010 #endif