]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/src/AliL3VertexData.h
Added the possibility to save the particle id's through the chain, if detailed effici...
[u/mrichter/AliRoot.git] / HLT / src / AliL3VertexData.h
1 #ifndef VERTEXDATA_H
2 #define VERTEXDATA_H
3
4 #include "AliL3RootTypes.h"
5
6 struct AliL3VertexData{
7     Double_t fX;
8     Double_t fY;
9     Double_t fZ;
10     Double_t fXErr;
11     Double_t fYErr;
12     Double_t fZErr;
13 };
14 typedef struct AliL3VertexData AliL3VertexData;
15
16 #endif /* VERTEXDATA_H */