CMS 3D CMS Logo

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