]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/global/AliFlatESDV0.h
Merge branch 'master' into flatdev
[u/mrichter/AliRoot.git] / HLT / global / AliFlatESDV0.h
1 #ifndef ALIFLATESDV0_H
2 #define ALIFLATESDV0_H
3
4 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
5  * See cxx source for full Copyright notice                               *
6  * Primary Authors : Sergey Gorbunov, Jochen Thaeder, Chiara Zampolli     */
7
8 /**
9  * >> Flat structure representing a ESD vertex <<
10  */
11
12 #include "Rtypes.h"
13
14 struct AliFlatESDV0
15 {
16   Int_t fNegTrackID;
17   Int_t fPosTrackID;
18 };
19
20 typedef struct AliFlatESDV0 AliFlatESDV0;
21
22 #endif