|
||||
File indexing completed on 2024-04-06 12:05:21
0001 #ifndef TrackingRecHitGlobalState_H 0002 #define TrackingRecHitGlobalState_H 0003 0004 #include "DataFormats/GeometryVector/interface/Basic3DVector.h" 0005 0006 // position and error in global coord 0007 struct TrackingRecHitGlobalState { 0008 // using Vector = Basic3DVector<float>; 0009 typedef Basic3DVector<float> Vector; 0010 0011 Vector position; 0012 float r, phi; 0013 float errorR, errorZ, errorRPhi; 0014 }; 0015 0016 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |