]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/TPCLib/AliHLTTPCClusterDataFormat.h
Added a dummy component into the sample library.
[u/mrichter/AliRoot.git] / HLT / TPCLib / AliHLTTPCClusterDataFormat.h
CommitLineData
71d7c760 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
10struct AliHLTTPCClusterData
11 {
12 AliHLTUInt32_t fSpacePointCnt;
13 AliL3SpacePointData fSpacePoints[];
14 };
15
16#endif // _ALIHLTTPCCLUSTERFORMAT_H_