CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 
14  float r,phi;
16 
17 };
18 
19 
20 #endif