]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/src/AliL3SpacePointData.h
More improved Makefile, setting logging paths, TOPDIR and LIBDIR.
[u/mrichter/AliRoot.git] / HLT / src / AliL3SpacePointData.h
CommitLineData
108615fc 1#ifndef SPACEPOINTDATA_H
2#define SPACEPOINTDATA_H
3
4#include "AliL3RootTypes.h"
5struct AliL3SpacePointData{
10f815d9 6#ifdef do_mc
7 Int_t fTrackID[3];
8#endif
108615fc 9 Float_t fX;
10 Float_t fY;
11 Float_t fZ;
12 UInt_t fID; //contains slice patch and number
13 UChar_t fPadRow;
14 Float_t fXYErr;
15 Float_t fZErr;
95a00d93 16 UInt_t fCharge;
108615fc 17};
18typedef struct AliL3SpacePointData AliL3SpacePointData;
19
20
21#endif /* SPACEPOINTDATA_H */