]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/src/AliL3SpacePointData.h
Additional protection
[u/mrichter/AliRoot.git] / HLT / src / AliL3SpacePointData.h
1 // @(#) $Id$
2
3 #ifndef SPACEPOINTDATA_H
4 #define SPACEPOINTDATA_H
5
6 #include "AliL3RootTypes.h"
7 struct AliL3SpacePointData{
8 #ifdef do_mc
9   Int_t fTrackID[3];
10 #endif
11   Float_t fX;  //==fPadRow in local system
12   Float_t fY;  
13   Float_t fZ;
14   UInt_t fID;  //contains slice patch and number
15   UChar_t fPadRow;
16   Float_t fSigmaY2; //error (former width) of the clusters
17   Float_t fSigmaZ2; //error (former width) of the clusters
18   UInt_t fCharge;
19 };
20 typedef struct AliL3SpacePointData AliL3SpacePointData;
21
22
23 #endif /* SPACEPOINTDATA_H */