]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG2/FEMTOSCOPY/AliFemto/AliFemtoEnumeration.h
Lines getting the matched track moved to a method in AliCalorimeterUtils. Lines copie...
[u/mrichter/AliRoot.git] / PWG2 / FEMTOSCOPY / AliFemto / AliFemtoEnumeration.h
CommitLineData
67427ff7 1/***************************************************************************
2 *
3 * $Id$
4 *
5 * Author: Frank Laue, BNL, laue@bnl.gov
6 ***************************************************************************
7 *
8 ***************************************************************************
9 *
10 * $Log$
d0e92d9a 11 * Revision 1.1.1.1 2007/04/25 15:38:41 panos
12 * Importing the HBT code dir
13 *
67427ff7 14 * Revision 1.1.1.1 2007/03/07 10:14:49 mchojnacki
15 * First version on CVS
16 *
17 * Revision 1.3 2003/01/08 19:43:12 perev
18 * CleanUp
19 *
20 * Revision 1.2 2001/09/05 20:41:42 laue
21 * Updates of the hbtMuDstTree microDSTs
22 *
23 * Revision 1.1 2001/06/21 19:15:45 laue
24 * Modified fiels:
25 * CTH.h : new constructor added
26 * AliFemtoEvent, AliFemtoKink, AliFemtoTrack : constructors from the persistent
27 * (TTree) classes added
28 * AliFemtoLikeSignAnalysis : minor changes, for debugging
29 * AliFemtoTypes: split into different files
30 * Added files: for the new TTree muDst's
31 * StExceptions.cxx StExceptions.h AliFemtoEnumeration.h
32 * AliFemtoHelix.h AliFemtoHisto.h AliFemtoString.h AliFemtoTFile.h
33 * AliFemtoTTreeEvent.cxx AliFemtoTTreeEvent.h AliFemtoTTreeKink.cxx
34 * AliFemtoTTreeKink.h AliFemtoTTreeTrack.cxx AliFemtoTTreeTrack.h
35 * AliFemtoTTreeV0.cxx AliFemtoTTreeV0.h AliFemtoVector.h
36 *
37 *
38 ***************************************************************************/
39#ifndef AliFemtoEnumeration_hh
40#define AliFemtoEnumeration_hh
41
42enum AliFemtoParticleType {hbtUndefined, hbtTrack, hbtV0, hbtKink, hbtXi};
43enum AliFemtoIOMode {hbtRead, hbtWrite};
44
45#endif