src
DataFormats
TrackCandidate
interface
TrajectoryStopReasons.h
Go to the documentation of this file.
1
#ifndef TRAJECTORYSTOPREASONS_H
2
#define TRAJECTORYSTOPREASONS_H
3
4
#include <cstdint>
5
#include <string>
6
7
enum class
StopReason
: uint8_t {
8
UNINITIALIZED
= 0,
9
MAX_HITS
= 1,
10
MAX_LOST_HITS
= 2,
11
MAX_CONSECUTIVE_LOST_HITS
= 3,
12
LOST_HIT_FRACTION
= 4,
13
MIN_PT
= 5,
14
CHARGE_SIGNIFICANCE
= 6,
15
LOOPER
= 7,
16
MAX_CCC_LOST_HITS
= 8,
17
NO_SEGMENTS_FOR_VALID_LAYERS
= 9,
18
SEED_EXTENSION
= 10,
19
SIZE
=
20
12,
// This gives the number of the stopping reasons. The cound needs to be manually maintained, and should be 2 + the last value above .
21
NOT_STOPPED
= 255
// this is the max allowed since it will be streamed as type uint8_t
22
};
23
24
// to be kept in synch w/ the above enum ;)
25
namespace
StopReasonName
{
26
extern
const
std::string
StopReasonName
[];
27
};
28
29
#endif
StopReason::MAX_LOST_HITS
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
StopReason
StopReason
Definition:
TrajectoryStopReasons.h:7
StopReason::SIZE
StopReason::MAX_HITS
StopReason::LOST_HIT_FRACTION
StopReason::NOT_STOPPED
StopReason::NO_SEGMENTS_FOR_VALID_LAYERS
StopReason::UNINITIALIZED
StopReason::MAX_CCC_LOST_HITS
StopReason::LOOPER
StopReason::CHARGE_SIGNIFICANCE
StopReason::MIN_PT
StopReason::SEED_EXTENSION
StopReason::MAX_CONSECUTIVE_LOST_HITS
StopReasonName
Definition:
TrajectoryStopReasons.h:25
Generated for CMSSW Reference Manual by
1.8.14