]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MUON/AliMUONGeometryDirection.h
Adding PiKP-only histograms and eliminating a number of switches where histograms...
[u/mrichter/AliRoot.git] / MUON / AliMUONGeometryDirection.h
CommitLineData
85168b44 1/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
2 * See cxx source for full Copyright notice */
3
4/* $Id$ */
5
692de412 6/// \ingroup geometry
7/// \enum AliMUONGeometryDirection
8/// \brief Enumeration for the directions in a plane.
9///
10/// Author:Ivana Hrivnacova, IPN Orsay
85168b44 11
12#ifndef ALI_MUON_GEOMETRY_DIRECTION_H
13#define ALI_MUON_GEOMETRY_DIRECTION_H
14
15enum AliMUONGeometryDirection
16{
a9aad96e 17 kDirX, ///< direction in x
18 kDirY, ///< direction in y
19 kDirUndefined ///< undefined direction
85168b44 20};
21
22#endif //ALI_MUON_GEOMETRY_DIRECTION_H