]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MUON/mapping/AliMpXDirection.h
Implemented write and read methods (with real mapping for tracker chamber) (Christian)
[u/mrichter/AliRoot.git] / MUON / mapping / AliMpXDirection.h
CommitLineData
dee1d5f1 1/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
2 * See cxx source for full Copyright notice */
3
ea4cae7a 4// $Id$
dee1d5f1 5// $MpId: AliMpXDirection.h,v 1.4 2005/08/26 15:43:36 ivana Exp $
6
7/// \ingroup basic
8/// \enum AliMpDirection
9/// Enumeration for the directions in a plane.
10///
11/// Authors: David Guez, IPN Orsay
ea4cae7a 12
13#ifndef ALI_MP_X_DIRECTION_H
14#define ALI_MP_X_DIRECTION_H
15
16enum AliMpXDirection
17{
dee1d5f1 18 kLeft, ///< special row segments built from right to left
19 kRight ///< special row segments built from left to right
ea4cae7a 20};
21
22#endif //ALI_MP_X_DIRECTION_H