]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/TPCLib/AliHLTTPCClusterDataFormat.h
put STEERBase into the include path
[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
5df0cbb9 7#include "AliHLTTPCSpacePointData.h"
8
71d7c760 9/* AliHLTTPCClusterData
10 */
71d7c760 11struct AliHLTTPCClusterData
12 {
13 AliHLTUInt32_t fSpacePointCnt;
a6c02c85 14 AliHLTTPCSpacePointData fSpacePoints[];
71d7c760 15 };
16
17#endif // _ALIHLTTPCCLUSTERFORMAT_H_