]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MUON/AliMUONGeometryDirection.h
Replaced with new AliMUONSegFactory and AliMpSegFactory classes
[u/mrichter/AliRoot.git] / MUON / AliMUONGeometryDirection.h
1 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
2  * See cxx source for full Copyright notice                               */
3
4 /* $Id$ */
5
6 /// \ingroup geometry
7 /// \enum  AliMUONGeometryDirection
8 /// \brief Enumeration for the directions in a plane.
9 ///
10 /// Author:Ivana Hrivnacova, IPN Orsay
11
12 #ifndef ALI_MUON_GEOMETRY_DIRECTION_H
13 #define ALI_MUON_GEOMETRY_DIRECTION_H
14
15 enum AliMUONGeometryDirection 
16 {
17   kDirX,          // direction in x
18   kDirY,          // direction in y
19   kDirUndefined   // undefined direction
20 };
21
22 #endif //ALI_MUON_GEOMETRY_DIRECTION_H