CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_13_patch3/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