CMS 3D CMS Logo

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