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