CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch12/src/TrackingTools/DetLayers/interface/NavigationDirection.h

Go to the documentation of this file.
00001 #ifndef TrackingTools_DetLayers_NavigationDirection_H
00002 #define TrackingTools_DetLayers_NavigationDirection_H
00003 
00004 enum NavigationDirection {insideOut, outsideIn};
00005 
00006 #endif