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