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
7typedef struct
8{
9 float X;
10 float Y;
11 float Z;
12 } TVector;
13
14//#pragma pack(pop)
15
16#endif
17
18
Double_t X
Definition: tlg2couples.C:76
Double_t Y
Definition: tlg2couples.C:76
Double_t Z
Definition: tlg2couples.C:104
Definition: TVectors.h:8