CMS 3D CMS Logo

TrackingRecHitGlobalState.h
Go to the documentation of this file.
1 #ifndef TrackingRecHitGlobalState_H
2 #define TrackingRecHitGlobalState_H
3 
5 
6 // position and error in global coord
8  // using Vector = Basic3DVector<float>;
10 
12  float r, phi;
14 };
15 
16 #endif
TrackingRecHitGlobalState::Vector
Basic3DVector< float > Vector
Definition: TrackingRecHitGlobalState.h:9
Basic3DVector.h
TrackingRecHitGlobalState::errorRPhi
float errorRPhi
Definition: TrackingRecHitGlobalState.h:13
TrackingRecHitGlobalState
Definition: TrackingRecHitGlobalState.h:7
TrackingRecHitGlobalState::phi
float phi
Definition: TrackingRecHitGlobalState.h:12
TrackingRecHitGlobalState::errorR
float errorR
Definition: TrackingRecHitGlobalState.h:13
TrackingRecHitGlobalState::r
float r
Definition: TrackingRecHitGlobalState.h:12
Basic3DVector< float >
TrackingRecHitGlobalState::errorZ
float errorZ
Definition: TrackingRecHitGlobalState.h:13
TrackingRecHitGlobalState::position
Vector position
Definition: TrackingRecHitGlobalState.h:11