/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. * * See cxx source for full Copyright notice */ // $Id$ // $MpId: AliMpDirection.h,v 1.4 2005/08/26 15:43:36 ivana Exp $ /// \ingroup basic /// \enum AliMpDirection /// Enumeration for the directions in a plane. /// /// Authors: David Guez, IPN Orsay #ifndef ALI_MP_DIRECTION_H #define ALI_MP_DIRECTION_H enum AliMpDirection { kX, ///< direction in x kY ///< direction in y }; #endif //ALI_MP_DIRECTION_H