CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_0/src/AnalysisDataFormats/TrackInfo/interface/TrackInfoEnum.h

Go to the documentation of this file.
00001 #ifndef TrackInfo_TrackInfoEnum_h
00002 #define TrackInfo_TrackInfoEnum_h
00003 
00014 namespace reco {
00015   enum StateType { Updated=0, Combined=1, FwPredicted=2, BwPredicted=3};
00016   
00017   enum RecHitType { Single=0, Matched=1, Projected=2, Null=3};
00018 }
00019 #endif