]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MUON/AliMUONGeometryDirection.h
From Artur:
[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 //
7 // Enum AliMUONGeometryDirection
8 // -----------------------------
9 // Enumeration for the directions in a plane.
10 //
11 // Author:Ivana Hrivnacova, IPN Orsay
12
13 #ifndef ALI_MUON_GEOMETRY_DIRECTION_H
14 #define ALI_MUON_GEOMETRY_DIRECTION_H
15
16 enum AliMUONGeometryDirection 
17 {
18   kDirX,          // direction in x
19   kDirY,          // direction in y
20   kDirUndefined   // undefined direction
21 };
22
23 #endif //ALI_MUON_GEOMETRY_DIRECTION_H