VGM Version 5.3
Loading...
Searching...
No Matches
Axis.h
Go to the documentation of this file.
1// $Id$
2
3// -----------------------------------------------------------------------
4// The VGM package of the Virtual Geometry Model
5// Copyright (C) 2007, Ivana Hrivnacova
6// All rights reserved.
7//
8// For the licensing terms see vgm/LICENSE.
9// Contact: ivana@ipno.in2p3.fr
10// -----------------------------------------------------------------------
11
13//
26
27#ifndef VGM_AXIS_H
28#define VGM_AXIS_H
29
30#include <string>
31
32namespace VGM {
44
45std::string AxisTypeName(VGM::Axis typeId);
46} // namespace VGM
47
48#endif // VGM_AXIS_H
VGM Axis enumeration.
VGM interfaces.
Definition VMedium.h:28
std::string AxisTypeName(VGM::Axis typeId)
Definition utilities.cxx:53
Axis
Definition Axis.h:34
@ kRho
Definition Axis.h:38
@ kPhi
Definition Axis.h:40
@ kYAxis
Definition Axis.h:36
@ kRadial3D
Definition Axis.h:39
@ kXAxis
Definition Axis.h:35
@ kUnknownAxis
Definition Axis.h:42
@ kZAxis
Definition Axis.h:37
@ kSphTheta
Definition Axis.h:41