]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/global/AliFlatESDMisc.h
added pointer to flat esd friend to flat event
[u/mrichter/AliRoot.git] / HLT / global / AliFlatESDMisc.h
1 #ifndef ALIFLATESDMISC_H
2 #define ALIFLATESDMISC_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 : Steffen Weber     */
7
8
9
10 enum AliFlatESDSpecialConstructorFlag{AliFlatESDReinitialize};
11
12 typedef enum AliFlatESDSpecialConstructorFlag AliFlatESDSpecialConstructorFlag;
13
14
15 #endif