]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/TPCLib/AliHLTTPCVertexData.h
NULL pointer protection added
[u/mrichter/AliRoot.git] / HLT / TPCLib / AliHLTTPCVertexData.h
1 // @(#) $Id$
2 // Original: AliHLTVertexData.h,v 1.2 2003/07/27 21:02:09 loizides 
3
4 #ifndef VERTEXDATA_H
5 #define VERTEXDATA_H
6
7 #include "AliHLTTPCRootTypes.h"
8
9 struct AliHLTTPCVertexData{
10     Double_t fX;
11     Double_t fY;
12     Double_t fZ;
13     Double_t fXErr;
14     Double_t fYErr;
15     Double_t fZErr;
16 };
17 typedef struct AliHLTTPCVertexData AliHLTTPCVertexData;
18
19 #endif /* VERTEXDATA_H */