]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/src/AliL3TrackSegmentData.h
Data structures for track and clusters
[u/mrichter/AliRoot.git] / HLT / src / AliL3TrackSegmentData.h
1 #ifndef _ALIL3TRACKSEGMENTDATA_H_
2 #define _ALIL3TRACKSEGMENTDATA_H_
3
4 #include "AliL3RootTypes.h"
5
6 struct AliL3TrackSegmentData
7     {
8         Float_t fX;
9         Float_t fY;
10         Float_t fZ;
11         Float_t fLastX;
12         Float_t fLastY;
13         Float_t fLastZ;
14         Double_t fPt;
15         Double_t fPsi;
16         Double_t fTgl;
17         Int_t fCharge;
18         UInt_t  fNPoints;
19         UInt_t  fPointIDs[0];
20     };
21
22 typedef struct AliL3TrackSegmentData AliL3TrackSegmentData;
23
24
25
26
27 #endif /* _ALIL3TRACKSEGMENTDATA_H_ */