CMS 3D CMS Logo

SeedStopReason.cc
Go to the documentation of this file.
2 
4  "UNINITIALIZED", // 0
5  "NOT_STOPPED", // 1
6  "SEED_CLEANING", // 2
7  "NO_TRAJECTORY", // 3
8  "SEED_REGION_REBUILD", // 4
9  "FINAL_CLEAN", // 5
10  "SMOOTHING_FAILED" // 6
11 };
12 
13 static_assert(sizeof(SeedStopReasonName::SeedStopReasonName) / sizeof(std::string) ==
14  static_cast<unsigned int>(SeedStopReason::SIZE),
15  "SeedStopReason enum and SeedStopReasonName are out of synch");
const std::string SeedStopReasonName[]