]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MUON/AliMUONGeometryDirection.h
Doxygen configuration files (Initial version)
[u/mrichter/AliRoot.git] / MUON / AliMUONGeometryDirection.h
CommitLineData
85168b44 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.
85168b44 10//
11// Author:Ivana Hrivnacova, IPN Orsay
12
13#ifndef ALI_MUON_GEOMETRY_DIRECTION_H
14#define ALI_MUON_GEOMETRY_DIRECTION_H
15
16enum 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