CMS 3D CMS Logo

SeedStopReason.h
Go to the documentation of this file.
1 #ifndef DataFormats_TrackReco_SeedStopReason_h
2 #define DataFormats_TrackReco_SeedStopReason_h
3 
4 // Using unscoped enum because all uses are casts to integer, so
5 // implicit casting is convenient
6 struct SeedStopReason {
7  enum {
14  SIZE = 6
15  };
16 };
17 
18 #endif