FEDRA emulsion software from the OPERA Collaboration
TVectors.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 ␚
Definition: TVectors.h:8
float Z
Definition: TVectors.h:11
float X
Definition: TVectors.h:9
float Y
Definition: TVectors.h:10