CMS 3D CMS Logo

Namespaces | Enumerations | Variables
SeedStopReason.h File Reference
#include <string>

Go to the source code of this file.

Namespaces

 SeedStopReasonName
 

Enumerations

enum  SeedStopReason {
  SeedStopReason::UNINITIALIZED = 0, SeedStopReason::NOT_STOPPED = 1, SeedStopReason::SEED_CLEANING = 2, SeedStopReason::NO_TRAJECTORY = 3,
  SeedStopReason::SEED_REGION_REBUILD = 4, SeedStopReason::FINAL_CLEAN = 5, SeedStopReason::SMOOTHING_FAILED = 6, SeedStopReason::SIZE = 7
}
 

Variables

static const std::string SeedStopReasonName::SeedStopReasonName []
 

Enumeration Type Documentation

◆ SeedStopReason

enum SeedStopReason
strong
Enumerator
UNINITIALIZED 
NOT_STOPPED 
SEED_CLEANING 
NO_TRAJECTORY 
SEED_REGION_REBUILD 
FINAL_CLEAN 
SMOOTHING_FAILED 
SIZE 

Definition at line 6 of file SeedStopReason.h.

6  {
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 };
SeedStopReason::NO_TRAJECTORY
SeedStopReason::FINAL_CLEAN
SeedStopReason::SEED_REGION_REBUILD
StopReason::SIZE
StopReason::NOT_STOPPED
StopReason::UNINITIALIZED
SeedStopReason::SMOOTHING_FAILED
SeedStopReason::SEED_CLEANING