CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
TrackInfoEnum.h
Go to the documentation of this file.
1 #ifndef TrackInfo_TrackInfoEnum_h
2 #define TrackInfo_TrackInfoEnum_h
3 
13 namespace reco {
14  enum StateType { Updated = 0, Combined = 1, FwPredicted = 2, BwPredicted = 3 };
15 
16  enum RecHitType { Single = 0, Matched = 1, Projected = 2, Null = 3 };
17 } // namespace reco
18 #endif