]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MUON/mapping/AliMpDirection.h
Added ConnectionMapCIterator typedef
[u/mrichter/AliRoot.git] / MUON / mapping / AliMpDirection.h
CommitLineData
5f91c9e8 1// $Id$
2// Category: basic
3//
4// Enum AliMpDirection
5// -------------------
6// Enumeration for the directions in a plane.
7//
8// Authors: David Guez, IPN Orsay
9
10#ifndef ALI_MP_DIRECTION_H
11#define ALI_MP_DIRECTION_H
12
13enum AliMpDirection
14{
15 kX, // direction in x
16 kY // direction in y
17};
18
19#endif //ALI_MP_DIRECTION_H