src
DataFormats
TrackReco
src
SeedStopReason.cc
Go to the documentation of this file.
1
#include "
DataFormats/TrackReco/interface/SeedStopReason.h
"
2
3
const
std::string
SeedStopReasonName::SeedStopReasonName
[] = {
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"
);
SeedStopReason::SIZE
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
SeedStopReason.h
SeedStopReasonName::SeedStopReasonName
const std::string SeedStopReasonName[]
Definition:
SeedStopReason.cc:3
Generated for CMSSW Reference Manual by
1.8.14