test
Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
DataFormats
TrackReco
interface
TrajectoryStopReasons.h
Go to the documentation of this file.
1
#ifndef TRAJECTORYSTOPREASONS_H
2
#define TRAJECTORYSTOPREASONS_H
3
4
enum class
StopReason
{
5
UNINITIALIZED
= 0,
6
MAX_HITS
= 1,
7
MAX_LOST_HITS
= 2,
8
MAX_CONSECUTIVE_LOST_HITS
= 3,
9
LOST_HIT_FRACTION
= 4,
10
MIN_PT
= 5,
11
CHARGE_SIGNIFICANCE
= 6,
12
LOOPER
= 7,
13
MAX_CCC_LOST_HITS
= 8,
14
NO_SEGMENTS_FOR_VALID_LAYERS
= 9,
15
NOT_STOPPED
= 255
// this is the max allowed since it will be streamed as type uint8_t
16
};
17
18
#endif
StopReason::CHARGE_SIGNIFICANCE
StopReason
StopReason
Definition:
TrajectoryStopReasons.h:4
StopReason::MAX_HITS
StopReason::MAX_CCC_LOST_HITS
StopReason::MIN_PT
StopReason::NO_SEGMENTS_FOR_VALID_LAYERS
StopReason::MAX_LOST_HITS
StopReason::UNINITIALIZED
StopReason::LOOPER
StopReason::NOT_STOPPED
StopReason::LOST_HIT_FRACTION
StopReason::MAX_CONSECUTIVE_LOST_HITS
Generated for CMSSW Reference Manual by
1.8.5