Go to the source code of this file.
Namespaces | |
namespace | StateKeys |
Defines | |
#define | StateKeys_H 1 |
Enumerations | |
enum | Types { HasMomentum, StraightLine } |
enum | Location { LocationUnknown, ClosestToBeam, FirstMeasurement, EndVelo, AtTT, AtT, BegRich1, EndRich1, BegRich2, EndRich2, Calo, Muon } |
|
Definition at line 2 of file StateKeys.h. |
|
Definition at line 15 of file StateKeys.h. 00015 {LocationUnknown, 00016 ClosestToBeam, 00017 FirstMeasurement, 00018 EndVelo, 00019 AtTT, 00020 AtT, 00021 BegRich1, 00022 EndRich1, 00023 BegRich2, 00024 EndRich2, 00025 Calo, 00026 Muon 00027 };
|
|
Definition at line 11 of file StateKeys.h. 00011 {HasMomentum, 00012 StraightLine 00013 };
|