FEDRA emulsion software from the OPERA Collaboration
Track.linux.h
Go to the documentation of this file.
1 #ifndef _SYSAL_TRACK_TYPE_0_
2 #define _SYSAL_TRACK_TYPE_0_
3 
4 #include "TVectors.linux.h"
5 
6 //#pragma pack(push)
7 //#pragma pack(4)
8 
9 typedef struct
10 {
11  int Field;
12  unsigned PointsN;
13  TVector *pPoints;
14  char *pCorrection;
15  TVector Intercept;
16  TVector Slope;
17  float Sigma;
18  float FirstZ;
19  float LastZ;
20  TVector InterceptErrors;
21  TVector SlopeErrors;
22  bool Valid;
23  } Track;
24 
25 //#pragma pack(pop)
26 
27 #endif
char * pCorrection
Definition: Track.linux.h:14
bool Valid
Definition: Track.linux.h:22
@ Track
Definition: tlg2pattern.C:53
@ Field
Definition: tlg2pattern.C:53
Double_t Sigma
Definition: tlg2pattern.C:109
Definition: TVectors.h:8