Main Page
Namespaces
Classes
Package Documentation
DataFormats
TrackReco
interface
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
{
8
UNINITIALIZED
= 0,
9
NOT_STOPPED
= 1,
10
SEED_CLEANING
= 2,
11
NO_TRAJECTORY
= 3,
12
FINAL_CLEAN
= 4,
13
SMOOTHING_FAILED
= 5,
14
SIZE
= 6
15
};
16
};
17
18
#endif
SeedStopReason::NO_TRAJECTORY
Definition:
SeedStopReason.h:11
SeedStopReason::UNINITIALIZED
Definition:
SeedStopReason.h:8
SeedStopReason::SEED_CLEANING
Definition:
SeedStopReason.h:10
SeedStopReason::SMOOTHING_FAILED
Definition:
SeedStopReason.h:13
SeedStopReason::NOT_STOPPED
Definition:
SeedStopReason.h:9
SeedStopReason
Definition:
SeedStopReason.h:6
SeedStopReason::FINAL_CLEAN
Definition:
SeedStopReason.h:12
SeedStopReason::SIZE
Definition:
SeedStopReason.h:14
Generated for CMSSW Reference Manual by
1.8.11