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 
14 namespace reco {
16 
17  enum RecHitType { Single=0, Matched=1, Projected=2, Null=3};
18 }
19 #endif