]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/TPCLib/Ref/AliHLTTPCClusterDataFormat.h
Added a Makefile with rules for component libraries conforming to the
[u/mrichter/AliRoot.git] / HLT / TPCLib / Ref / AliHLTTPCClusterDataFormat.h
1 #ifndef _ALIHLTTPCCLUSTERFORMAT_H_
2 #define _ALIHLTTPCCLUSTERFORMAT_H_
3
4
5 /*
6 ***************************************************************************
7 **
8 ** $Author$ - Initial Version by Timm Morten Steinbeck
9 **
10 ** $Id$ 
11 **
12 ***************************************************************************
13 */
14
15 #include "AliHLTDataTypes.h"
16 // #include "AliHLTTPCMemHandler.h"
17 // #include "AliHLTTPCTransform.h"
18 #include "AliHLTTPCSpacePointData.h"
19
20 struct AliHLTTPCClusterData
21     {
22         AliHLTUInt32_t fSpacePointCnt;
23         AliHLTTPCSpacePointData fSpacePoints[];
24     };
25
26
27 /*
28 ***************************************************************************
29 **
30 ** $Author$ - Initial Version by Timm Morten Steinbeck
31 **
32 ** $Id$ 
33 **
34 ***************************************************************************
35 */
36
37 #endif // _ALIHLTTPCCLUSTERFORMAT_H_