/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. * * See cxx source for full Copyright notice */ /* $Id$ */ // // Enum AliMUONGeometryDirection // ----------------------------- // Enumeration for the directions in a plane. // // Author:Ivana Hrivnacova, IPN Orsay #ifndef ALI_MUON_GEOMETRY_DIRECTION_H #define ALI_MUON_GEOMETRY_DIRECTION_H enum AliMUONGeometryDirection { kDirX, // direction in x kDirY, // direction in y kDirUndefined // undefined direction }; #endif //ALI_MUON_GEOMETRY_DIRECTION_H