src
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
#include <string>
5
6
enum class
SeedStopReason
{
7
UNINITIALIZED
= 0,
8
NOT_STOPPED
= 1,
9
SEED_CLEANING
= 2,
10
NO_TRAJECTORY
= 3,
11
SEED_REGION_REBUILD
= 4,
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::SIZE
SeedStopReason::FINAL_CLEAN
SeedStopReason
SeedStopReason
Definition:
SeedStopReason.h:6
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
SeedStopReason::NO_TRAJECTORY
SeedStopReason::SEED_CLEANING
SeedStopReason::SEED_REGION_REBUILD
SeedStopReasonName
Definition:
SeedStopReason.h:17
StopReason::UNINITIALIZED
StopReason::NOT_STOPPED
SeedStopReason::SMOOTHING_FAILED
Generated for CMSSW Reference Manual by
1.8.14