CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_6_1_2_SLHC2/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