CMS 3D CMS Logo

TrackingRecHitGlobalState.h
Go to the documentation of this file.
1 #ifndef TrackingRecHitGlobalState_H
2 #define TrackingRecHitGlobalState_H
3 
4 
6 
7 // position and error in global coord
9 
10  // using Vector = Basic3DVector<float>;
12 
13  Vector position;
14  float r,phi;
16 
17 };
18 
19 
20 #endif