/*************************************************************************** * * $Id$ * * Author: Frank Laue, BNL, laue@bnl.gov *************************************************************************** * *************************************************************************** * * $Log$ * Revision 1.1.1.1 2007/04/25 15:38:41 panos * Importing the HBT code dir * * Revision 1.1.1.1 2007/03/07 10:14:49 mchojnacki * First version on CVS * * Revision 1.3 2003/01/08 19:43:12 perev * CleanUp * * Revision 1.2 2001/09/05 20:41:42 laue * Updates of the hbtMuDstTree microDSTs * * Revision 1.1 2001/06/21 19:15:45 laue * Modified fiels: * CTH.h : new constructor added * AliFemtoEvent, AliFemtoKink, AliFemtoTrack : constructors from the persistent * (TTree) classes added * AliFemtoLikeSignAnalysis : minor changes, for debugging * AliFemtoTypes: split into different files * Added files: for the new TTree muDst's * StExceptions.cxx StExceptions.h AliFemtoEnumeration.h * AliFemtoHelix.h AliFemtoHisto.h AliFemtoString.h AliFemtoTFile.h * AliFemtoTTreeEvent.cxx AliFemtoTTreeEvent.h AliFemtoTTreeKink.cxx * AliFemtoTTreeKink.h AliFemtoTTreeTrack.cxx AliFemtoTTreeTrack.h * AliFemtoTTreeV0.cxx AliFemtoTTreeV0.h AliFemtoVector.h * * ***************************************************************************/ #ifndef AliFemtoEnumeration_hh #define AliFemtoEnumeration_hh enum AliFemtoParticleType {hbtUndefined, hbtTrack, hbtV0, hbtKink, hbtXi}; enum AliFemtoIOMode {hbtRead, hbtWrite}; #endif