FEDRA emulsion software from the OPERA Collaboration
Track.h
Go to the documentation of this file.
1
#ifndef _SYSAL_TRACK_TYPE_0_
2
#define _SYSAL_TRACK_TYPE_0_
3
4
#include "tvectors.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
BYTE *
pCorrection
;
15
TVector
Intercept
;
16
TVector
Slope
;
17
float
Sigma
;
18
float
FirstZ
;
19
float
LastZ
;
20
TVector
InterceptErrors
;
21
TVector
SlopeErrors
;
22
boolean
Valid
;
23
}
Track
;
24
25
#pragma pack(pop)
26
27
#endif
Track::Sigma
float Sigma
Definition:
Track.h:17
Track::Slope
TVector Slope
Definition:
Track.h:16
Track::SlopeErrors
TVector SlopeErrors
Definition:
Track.h:21
Track::PointsN
unsigned PointsN
Definition:
Track.h:12
Track::pPoints
TVector * pPoints
Definition:
Track.h:13
Track::pCorrection
BYTE * pCorrection
Definition:
Track.h:14
Track::FirstZ
float FirstZ
Definition:
Track.h:18
Track::Valid
boolean Valid
Definition:
Track.h:22
Track::LastZ
float LastZ
Definition:
Track.h:19
Track::InterceptErrors
TVector InterceptErrors
Definition:
Track.h:20
Track::Field
int Field
Definition:
Track.h:11
Track::Intercept
TVector Intercept
Definition:
Track.h:15
File::Info::Track
@ Track
Definition:
tlg2couples.C:52
TVector
Definition:
TVectors.h:8
fedra_doxygen
src
libDataConversion
dataIO
Track.h
Generated by
1.9.3