]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/TPCLib/AliHLTTPCClusterDataFormat.h
Add methods to handle single event reconstruction. retrieval of Calib info moved...
[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;
a6c02c85 13 AliHLTTPCSpacePointData fSpacePoints[];
71d7c760 14 };
15
16#endif // _ALIHLTTPCCLUSTERFORMAT_H_