Go to the source code of this file.
Namespaces | |
namespace | TrackKeys |
Defines | |
#define | TrackKeys_H 1 |
Enumerations | |
enum | History { HistoryUnknown = 0, TrackIdealPR, TrSeeding, TrVelo, TrLong, TrVeloTT, TrMatching, TrKshort, TrgForward, TrgVeloTT } |
enum | HistoryFit { FitUnknown = 0, Kalman } |
enum | Types { TypeUnknown = 0, Velo, VeloR, Long, Upstream, Downstream, Ttrack } |
enum | Status { StatusUnknown = 0, PatRecIDs, PatRecMeas, Fitted, FitFailed } |
enum | Flags { Backward = 1, Invalid = 2, Unique = 4, IPSelected = 8, PIDSelected = 16 } |
|
Definition at line 2 of file TrackKeys.h. |
|
Definition at line 41 of file TrackKeys.h. 00041 {Backward=1, 00042 Invalid=2, 00043 Unique=4, 00044 IPSelected=8, 00045 PIDSelected=16};
|
|
Definition at line 10 of file TrackKeys.h. 00010 {HistoryUnknown=0, 00011 TrackIdealPR, 00012 TrSeeding, 00013 TrVelo, 00014 TrLong, 00015 TrVeloTT, 00016 TrMatching, 00017 TrKshort, 00018 TrgForward, 00019 TrgVeloTT};
|
|
Definition at line 22 of file TrackKeys.h. 00022 {FitUnknown=0, 00023 Kalman};
|
|
Definition at line 35 of file TrackKeys.h. 00035 {StatusUnknown=0, 00036 PatRecIDs, 00037 PatRecMeas, 00038 Fitted, 00039 FitFailed};
|
|
Definition at line 27 of file TrackKeys.h. 00027 {TypeUnknown=0, 00028 Velo, 00029 VeloR, 00030 Long, 00031 Upstream, 00032 Downstream, 00033 Ttrack};
|