CMS 3D CMS Logo

TrackInfoEnum.h
Go to the documentation of this file.
1 #ifndef TrackInfo_TrackInfoEnum_h
2 #define TrackInfo_TrackInfoEnum_h
3 
13 namespace reco {
14  enum StateType { Updated = 0, Combined = 1, FwPredicted = 2, BwPredicted = 3 };
15 
16  enum RecHitType { Single = 0, Matched = 1, Projected = 2, Null = 3 };
17 } // namespace reco
18 #endif
reco::Combined
Definition: TrackInfoEnum.h:14
reco
fixed size matrix
Definition: AlignmentAlgorithmBase.h:45
reco::RecHitType
RecHitType
Definition: TrackInfoEnum.h:16
reco::Null
Definition: TrackInfoEnum.h:16
reco::StateType
StateType
Definition: TrackInfoEnum.h:14
reco::Single
Definition: TrackInfoEnum.h:16
reco::BwPredicted
Definition: TrackInfoEnum.h:14
reco::Matched
Definition: TrackInfoEnum.h:16
reco::FwPredicted
Definition: TrackInfoEnum.h:14
reco::Updated
Definition: TrackInfoEnum.h:14
reco::Projected
Definition: TrackInfoEnum.h:16