StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
myPoint.h
1 
2 typedef struct POINT_TYPE
3 {
4  long x,y;
5  float val;
6  float error;
7 } POINT;