ROOT  6.06/09
Reference Guide
TGeoUniformMagField.h
Go to the documentation of this file.
1 // @(#)root/geom:$Id$
2 
3 /*************************************************************************
4  * Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *
5  * All rights reserved. *
6  * *
7  * For the licensing terms see $ROOTSYS/LICENSE. *
8  * For the list of contributors see $ROOTSYS/README/CREDITS. *
9  *************************************************************************/
10 
11 #ifndef ROOT_TGeoUniformMagField
12 #define ROOT_TGeoUniformMagField
13 
14 #ifndef ROOT_TVirtualMagField
15 #include "TVirtualMagField.h"
16 #endif
17 
18 ////////////////////////////////////////////////////////////////////////////
19 // //
20 // TGeoUniformMagField - Uniform magnetic field class. //
21 // //
22 ////////////////////////////////////////////////////////////////////////////
23 
24 #endif