VGM Version 5.3
Loading...
Searching...
No Matches
axis.h
Go to the documentation of this file.
1// $Id$
2
3// -----------------------------------------------------------------------
4// The RootGM 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//
19
20#ifndef ROOT_GM_AXIS_H
21#define ROOT_GM_AXIS_H
22
23#include "VGM/common/Axis.h"
24
25class TGeoMatrix;
26class TGeoPatternFinder;
27
28namespace RootGM {
29
30// Root -> VGM
31//
32VGM::Axis Axis(const TGeoPatternFinder* finder);
33
34// VGM -> Root
35//
36int Axis(VGM::Axis axis);
37double AxisUnit(VGM::Axis axis);
38} // namespace RootGM
39
40#endif // ROOT_GM_AXIS_H
VGM Axis enumeration.
VGM implementation for Root.
Definition axis.h:28
VGM::Axis Axis(const TGeoPatternFinder *finder)
Definition axis.cxx:33
double AxisUnit(VGM::Axis axis)
Definition axis.cxx:121