CMS 3D CMS Logo

CMSSW_4_4_3_patch1/src/DataFormats/TrajectorySeed/interface/PropagationDirection.h

Go to the documentation of this file.
00001 #ifndef dataFormats_PropagationDirection_H
00002 #define dataFormats_PropagationDirection_H
00003 
00004 enum PropagationDirection {oppositeToMomentum, alongMomentum, anyDirection};
00005 
00006 
00007 #endif