]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/global/AliFlatESDV0.h
Merge branch 'flatdev' of https://git.cern.ch/reps/AliRoot 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 #include "AliVVv0.h"
14
15 //struct AliFlatESDV0: public AliVVv0
16 struct AliFlatESDV0
17 {
18   AliFlatESDV0(Bool_t){}
19   Int_t fNegTrackID;
20   Int_t fPosTrackID;
21 };
22
23 typedef struct AliFlatESDV0 AliFlatESDV0;
24
25 #endif