]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MUON/AliMUONGeometryDirection.h
- New virtual function in AliMUONVGeometryDESegmentation and in the daughters GetDire...
[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
6//
7// Enum AliMUONGeometryDirection
8// -----------------------------
9// Enumeration for the directions in a plane.
10// This method gives the direction where the pad size of the chamber is constant.
11// In other words this corresponds with the coordinate where the spatial resolution is the best.
12// Normally kDirY will correspond with cathode segmentation for the bending plane and
13// kDirX with cathode segmentation for the non bending plane
14//
15// Author:Ivana Hrivnacova, IPN Orsay
16
17#ifndef ALI_MUON_GEOMETRY_DIRECTION_H
18#define ALI_MUON_GEOMETRY_DIRECTION_H
19
20enum AliMUONGeometryDirection
21{
22 kDirX, // direction in x
23 kDirY, // direction in y
24 kDirUndefined // undefined direction
25};
26
27#endif //ALI_MUON_GEOMETRY_DIRECTION_H