]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/global/AliFlatESDV0.h
fixed bug in special constructor
[u/mrichter/AliRoot.git] / HLT / global / AliFlatESDV0.h
CommitLineData
251a2c81 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"
50ff8c36 13#include "AliVVv0.h"
f009a562 14#include "AliFlatESDMisc.h"
251a2c81 15
8fcd8556 16class AliFlatESDV0: public AliVVv0
251a2c81 17{
f009a562 18 friend class AliFlatESDEvent;
19 public:
20 AliFlatESDV0();
8fcd8556 21 virtual ~AliFlatESDV0() {}
251a2c81 22 Int_t fNegTrackID;
23 Int_t fPosTrackID;
f009a562 24 private:
25 AliFlatESDV0(AliFlatESDSpecialConstructorFlag f );
251a2c81 26};
27
8fcd8556 28//typedef struct AliFlatESDV0 AliFlatESDV0;
251a2c81 29
30#endif