CMS 3D CMS Logo

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