CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch9/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 { beforeSurface, afterSurface, atCenterOfSurface };
00009 }
00010 #endif