/*************************************************************************** * * $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.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 AliFemtoHelix_hh #define AliFemtoHelix_hh #include "AliFmHelix.h" typedef AliFmHelix AliFemtoHelix;//! #include "AliFmPhysicalHelixD.h" typedef AliFmPhysicalHelixD AliFemtoPhysicalHelix;//! #endif