// $Id$ // Category: 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