FEDRA emulsion software from the OPERA Collaboration
TVectors.linux.h
Go to the documentation of this file.
1 #ifndef _SYSAL_TYPEDEF_VECTORS_
2 #define _SYSAL_TYPEDEF_VECTORS_
3 
4 //#pragma pack(push)
5 //#pragma pack(4)
6 
7 typedef struct
8 {
9  float X;
10  float Y;
11  float Z;
12  } TVector;
13 
14 //#pragma pack(pop)
15 
16 #endif
17 
18 
struct @8 Z
Double_t X
Definition: tlg2pattern.C:77
Double_t Y
Definition: tlg2pattern.C:77
Definition: TVectors.h:8