]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MUON/MUONmapping/AliMpDirection.h
Fixes for object target dependencies
[u/mrichter/AliRoot.git] / MUON / MUONmapping / AliMpDirection.h
CommitLineData
dee1d5f1 1/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
2 * See cxx source for full Copyright notice */
3
5f91c9e8 4// $Id$
13985652 5// $MpId: AliMpDirection.h,v 1.6 2006/05/24 13:58:07 ivana Exp $
dee1d5f1 6
7/// \ingroup basic
78649106 8/// \enum AliMp::Direction
dee1d5f1 9/// Enumeration for the directions in a plane.
10///
13985652 11/// \author David Guez, IPN Orsay
5f91c9e8 12
13#ifndef ALI_MP_DIRECTION_H
14#define ALI_MP_DIRECTION_H
15
14f30eb6 16namespace AliMp {
17
18 enum Direction
19 {
20 kX, ///< direction in x
21 kY ///< direction in y
22 };
23
24}
5f91c9e8 25
26#endif //ALI_MP_DIRECTION_H