CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
RecoMuonEnumerators.h
Go to the documentation of this file.
1 #ifndef RecoMuon_TrackingTools_RecoMuonEnumerators_H
2 #define RecoMuon_TrackingTools_RecoMuonEnumerators_H
3 
4 namespace recoMuon {
5  // enum FitDirection{insideOut,outsideIn};
6  enum SeedPosition { in, out };
7 } // namespace recoMuon
8 
9 #endif