]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/src/AliL3VertexData.h
Introduction of the online monitoring code into the alimdc package. Fixed some memory...
[u/mrichter/AliRoot.git] / HLT / src / AliL3VertexData.h
1 // @(#) $Id$
2
3 #ifndef VERTEXDATA_H
4 #define VERTEXDATA_H
5
6 #include "AliL3RootTypes.h"
7
8 struct AliL3VertexData{
9     Double_t fX;
10     Double_t fY;
11     Double_t fZ;
12     Double_t fXErr;
13     Double_t fYErr;
14     Double_t fZErr;
15 };
16 typedef struct AliL3VertexData AliL3VertexData;
17
18 #endif /* VERTEXDATA_H */