]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/TPCLib/AliHLTTPCClusterDataFormat.h
Imported files from the existing L3 code directories (../src, ../comp,
[u/mrichter/AliRoot.git] / HLT / TPCLib / AliHLTTPCClusterDataFormat.h
1 #ifndef _ALIHLTTPCCLUSTERFORMAT_H_
2 #define _ALIHLTTPCCLUSTERFORMAT_H_
3
4 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
5  * See cxx source for full Copyright notice                               */
6
7 /* AliHLTTPCClusterData
8  */
9
10 struct AliHLTTPCClusterData
11     {
12         AliHLTUInt32_t fSpacePointCnt;
13         AliHLTTPCSpacePointData fSpacePoints[];
14     };
15
16 #endif // _ALIHLTTPCCLUSTERFORMAT_H_