CMS 3D CMS Logo

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