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 #include <string>
5 
6 enum class SeedStopReason {
7  UNINITIALIZED = 0,
8  NOT_STOPPED = 1,
9  SEED_CLEANING = 2,
10  NO_TRAJECTORY = 3,
12  FINAL_CLEAN = 5,
13  SMOOTHING_FAILED = 6,
14  SIZE = 7
15 };
16 
17 namespace SeedStopReasonName {
18  extern const std::string SeedStopReasonName[];
19 }
20 
21 #endif
SeedStopReason
Definition: SeedStopReason.h:6